From 65a0954f07e080d4e8dfa4fae30f27a986bfe5d1 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Fri, 11 Apr 2025 12:58:58 +0200 Subject: [PATCH] u-boot-dey: make function to install artifacts in sysroot common to ccmp1/ccmp2 Signed-off-by: Hector Palacios --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc index 8bcb66272..40845582c 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc @@ -282,7 +282,7 @@ u_boot_sysroot_populate() { install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${dest}/u-boot-nodtb-${devicetree}.bin done } -SYSROOT_PREPROCESS_FUNCS:ccmp2 =+ "u_boot_sysroot_populate" -SYSROOT_DIRS:append:ccmp2 = " ${FIP_DIR_UBOOT}" +SYSROOT_PREPROCESS_FUNCS:stm32mpcommon =+ "u_boot_sysroot_populate" +SYSROOT_DIRS:append:stm32mpcommon = " ${FIP_DIR_UBOOT}" SYSROOT_DIRS += "/boot"