1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-18 10:42:32 +00:00

u-boot-ti.inc: add dependency on lzop-native for new FIT image packaging

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2018-03-04 09:30:07 +00:00
parent ff1dd87611
commit 05e7e4dcee

View File

@@ -27,7 +27,7 @@ SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH
PV_append = "+git${SRCPV}"
# u-boot needs devtree compiler to parse dts files
DEPENDS += "dtc-native bc-native"
DEPENDS += "dtc-native bc-native lzop-native"
PROVIDES += "u-boot"
PKG_${PN} = "u-boot"