From 1dc6b4a7e957475ec2eb39353a3c8f7a003686fb Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 4 Aug 2023 10:41:33 -0500 Subject: meta-phosphor: adjust IMAGE_NAME_SUFFIX use OE-Core commit 26d97acc71379ab6702fa54a23b6542a3f51779c adjusted how IMAGE_NAME_SUFFIX is used and expect it to no longer be present in most of the image-conversion instructions. Remove it as necessary in our image bbclasses. Tested: Bletchley successfully compiles with latest Yocto subtree update. Signed-off-by: Patrick Williams Change-Id: Idaeff6134f2068a6671f4bf22fd0223f08963369 --- meta-phosphor/classes/image_types_phosphor.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-phosphor/classes/image_types_phosphor.bbclass') diff --git a/meta-phosphor/classes/image_types_phosphor.bbclass b/meta-phosphor/classes/image_types_phosphor.bbclass index 70f285a675..4f93999145 100644 --- a/meta-phosphor/classes/image_types_phosphor.bbclass +++ b/meta-phosphor/classes/image_types_phosphor.bbclass @@ -92,6 +92,8 @@ VERSION_PURPOSE ?= "xyz.openbmc_project.Software.Version.VersionPurpose.BMC" UBOOT_SUFFIX ?= "bin" +IMAGE_NAME_SUFFIX="" + python() { # Compute rwfs LEB count and LEB size. page_size = d.getVar('FLASH_PAGE_SIZE', True) -- cgit v1.2.3