From ba1cb7514d3e7711b5f3f1d7aa70f7b164b4323a Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Mon, 20 Nov 2023 13:15:48 +0100 Subject: [PATCH] trustfence: fix building issue with trustfence enabled in cc8x In commit 2fd1dbfed7c, we accidentally removed some changes needed to build imx-boot with Trustfence enabled, which were added in commit 1ce17da8646. This partially reverts commit 2fd1dbfed7c Signed-off-by: Francisco Gil --- .../recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-arm/dynamic-layers/freescale-layer/recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend b/meta-digi-arm/dynamic-layers/freescale-layer/recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend index 778389424..f01c68bcb 100644 --- a/meta-digi-arm/dynamic-layers/freescale-layer/recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend +++ b/meta-digi-arm/dynamic-layers/freescale-layer/recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend @@ -45,6 +45,8 @@ do_compile:ccimx8x() { if [ -e "${BOOT_STAGING}/flash.bin" ]; then cp ${BOOT_STAGING}/flash.bin ${S}/${BOOT_NAME}-${MACHINE}-${rev}.bin-${target} fi + # Remove u-boot-atf-container.img so it gets generated in the next iteration + rm ${BOOT_STAGING}/u-boot-atf-container.img done done unset UBOOT_CONFIG_EXTRA