diff options
author | Fabre Sébastien <sebastien.fabre@actia.fr> | 2022-11-23 12:40:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-29 10:29:58 +0000 |
commit | c4790644f980e68b1577df4788053efc0c317b14 (patch) | |
tree | a61e4945953d1b6dcb87649b318fe81d7cee9f0d /meta/recipes-bsp | |
parent | 43ef392dc2e85c2f298fdb1ee970708c4c2e79f9 (diff) | |
download | poky-c4790644f980e68b1577df4788053efc0c317b14.tar.gz |
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.
(From OE-Core rev: 5ed129c4e793c76e2ce9c762cc67c4c2232df447)
Signed-off-by: Fabre Sébastien <sebastien.fabre@actia.fr>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 15e949b8b4..4636dd733b 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 = " \ | |||
206 | FILES:${PN}-extlinux = "${UBOOT_EXTLINUX_INSTALL_DIR}/${UBOOT_EXTLINUX_CONF_NAME}" | 206 | FILES:${PN}-extlinux = "${UBOOT_EXTLINUX_INSTALL_DIR}/${UBOOT_EXTLINUX_CONF_NAME}" |
207 | RDEPENDS:${PN} += "${@bb.utils.contains('UBOOT_EXTLINUX', '1', '${PN}-extlinux', '', d)}" | 207 | RDEPENDS:${PN} += "${@bb.utils.contains('UBOOT_EXTLINUX', '1', '${PN}-extlinux', '', d)}" |
208 | 208 | ||
209 | SYSROOT_DIRS += "/boot" | ||
209 | FILES:${PN} = "/boot ${datadir}" | 210 | FILES:${PN} = "/boot ${datadir}" |
210 | RDEPENDS:${PN} += "${PN}-env" | 211 | RDEPENDS:${PN} += "${PN}-env" |
211 | 212 | ||