u-boot-dey: make function to install artifacts in sysroot common to ccmp1/ccmp2

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2025-04-11 12:58:58 +02:00
parent 2a547ac302
commit 65a0954f07
1 changed files with 2 additions and 2 deletions

View File

@ -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"