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:
parent
2a547ac302
commit
65a0954f07
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue