diff options
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 5 |
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 | ||
| 213 | PACKAGE_BEFORE_PN += "${PN}-env" | 213 | PACKAGE_BEFORE_PN += "${PN}-env ${PN}-extlinux" |
| 214 | 214 | ||
| 215 | RPROVIDES:${PN}-env += "u-boot-default-env" | 215 | RPROVIDES:${PN}-env += "u-boot-default-env" |
| 216 | ALLOW_EMPTY:${PN}-env = "1" | 216 | ALLOW_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 | ||
| 222 | FILES:${PN}-extlinux = "${UBOOT_EXTLINUX_INSTALL_DIR}/${UBOOT_EXTLINUX_CONF_NAME}" | ||
| 223 | RDEPENDS:${PN} += "${@bb.utils.contains('UBOOT_EXTLINUX', '1', '${PN}-extlinux', '', d)}" | ||
| 224 | |||
| 222 | FILES:${PN} = "/boot ${datadir}" | 225 | FILES:${PN} = "/boot ${datadir}" |
| 223 | RDEPENDS:${PN} += "${PN}-env" | 226 | RDEPENDS:${PN} += "${PN}-env" |
| 224 | 227 | ||
