summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 4340b17cb6..971fdbb102 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -210,7 +210,7 @@ do_install () {
210 fi 210 fi
211} 211}
212 212
213PACKAGE_BEFORE_PN += "${PN}-env" 213PACKAGE_BEFORE_PN += "${PN}-env ${PN}-extlinux"
214 214
215RPROVIDES:${PN}-env += "u-boot-default-env" 215RPROVIDES:${PN}-env += "u-boot-default-env"
216ALLOW_EMPTY:${PN}-env = "1" 216ALLOW_EMPTY:${PN}-env = "1"
@@ -219,6 +219,9 @@ FILES:${PN}-env = " \
219 ${sysconfdir}/fw_env.config \ 219 ${sysconfdir}/fw_env.config \
220" 220"
221 221
222FILES:${PN}-extlinux = "${UBOOT_EXTLINUX_INSTALL_DIR}/${UBOOT_EXTLINUX_CONF_NAME}"
223RDEPENDS:${PN} += "${@bb.utils.contains('UBOOT_EXTLINUX', '1', '${PN}-extlinux', '', d)}"
224
222FILES:${PN} = "/boot ${datadir}" 225FILES:${PN} = "/boot ${datadir}"
223RDEPENDS:${PN} += "${PN}-env" 226RDEPENDS:${PN} += "${PN}-env"
224 227