1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 10:50:37 +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 15170fb7ef
commit fbc708bbbb
+1 -1
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"