From fbc708bbbb5b0486d75a27e76435dffa660244d0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sun, 4 Mar 2018 09:30:07 +0000 Subject: [PATCH] u-boot-ti.inc: add dependency on lzop-native for new FIT image packaging Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index 5b49777f..a18706e1 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc @@ -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"