summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-04 09:30:07 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-03 22:35:07 -0500
commitfbc708bbbb5b0486d75a27e76435dffa660244d0 (patch)
treeb2347fa1f03c7932ed540f47842525363faea4aa
parent15170fb7ef7fea86721fbaff68440db241f4c0e1 (diff)
downloadmeta-ti-fbc708bbbb5b0486d75a27e76435dffa660244d0.tar.gz
u-boot-ti.inc: add dependency on lzop-native for new FIT image packaging
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
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
27PV_append = "+git${SRCPV}" 27PV_append = "+git${SRCPV}"
28 28
29# u-boot needs devtree compiler to parse dts files 29# u-boot needs devtree compiler to parse dts files
30DEPENDS += "dtc-native bc-native" 30DEPENDS += "dtc-native bc-native lzop-native"
31 31
32PROVIDES += "u-boot" 32PROVIDES += "u-boot"
33PKG_${PN} = "u-boot" 33PKG_${PN} = "u-boot"