Files
meta-bsp-imx8mm/recipes-bsp/u-boot-scr/u-boot-script.bbappend
T
2023-02-09 00:44:25 +02:00

9 lines
243 B
Plaintext

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
do_compile:prepend() {
BOOTLOADER=$(basename $(ls ${WORKDIR}/recipe-sysroot/boot/imx-boot-* | head -1))
sed -i "s|##BOOTLOADER##|${BOOTLOADER}|" ${WORKDIR}/boot.script
}
DEPENDS += "imx-boot"