From fea7e623d75e621f8963afc08479673f9db51d01 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 056159d50..2060db12f 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 @@ -62,6 +62,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