From: Fabre Sébastien Date: Wed, 23 Nov 2022 12:40:53 +0000 (+0000) Subject: u-boot: Add /boot in SYSROOT_DIRS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed129c4e793c76e2ce9c762cc67c4c2232df447;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git u-boot: Add /boot in SYSROOT_DIRS To be able to use /boot files, like UBOOT_ENV_BINARY, in other recipes, like kernel-fitimage.bbclass. Signed-off-by: Fabre Sébastien Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 15e949b8b4c..4636dd733be 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -206,6 +206,7 @@ FILES:${PN}-env = " \ FILES:${PN}-extlinux = "${UBOOT_EXTLINUX_INSTALL_DIR}/${UBOOT_EXTLINUX_CONF_NAME}" RDEPENDS:${PN} += "${@bb.utils.contains('UBOOT_EXTLINUX', '1', '${PN}-extlinux', '', d)}" +SYSROOT_DIRS += "/boot" FILES:${PN} = "/boot ${datadir}" RDEPENDS:${PN} += "${PN}-env"