mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-03 17:30:43 +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:
@@ -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}"
|
PV_append = "+git${SRCPV}"
|
||||||
|
|
||||||
# u-boot needs devtree compiler to parse dts files
|
# u-boot needs devtree compiler to parse dts files
|
||||||
DEPENDS += "dtc-native bc-native"
|
DEPENDS += "dtc-native bc-native lzop-native"
|
||||||
|
|
||||||
PROVIDES += "u-boot"
|
PROVIDES += "u-boot"
|
||||||
PKG_${PN} = "u-boot"
|
PKG_${PN} = "u-boot"
|
||||||
|
|||||||
Reference in New Issue
Block a user