[meta-freescale] [zeus] [PATCH] u-boot-fslc: missing lzop-native dependency for MACHINE imx6qdlsabreauto

Antoine Manache a.manache at gmail.com
Thu Nov 21 14:01:57 PST 2019


When building u-boot-fslc_2019.07 for the imx6qdlsabreauto machine the
do_compile task fails with default configuration:

/bin/sh: 1: lzop: not found

Signed-off-by: Antoine Manache <a.manache at gmail.com>
---
 recipes-bsp/u-boot/u-boot-fslc_2019.07.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/u-boot/u-boot-fslc_2019.07.bb b/recipes-bsp/u-boot/
u-boot-fslc_2019.07.bb
index 2a17792f..464627d1 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2019.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2019.07.bb
@@ -7,6 +7,7 @@ was submitted for revision and it takes some time to become
part of a stable \
 version, or because it is not applicable for upstreaming."

 DEPENDS_append = " bc-native dtc-native"
+DEPENDS_append_imx6qdlsabreauto = " lzop-native"

 PROVIDES += "u-boot"

-- 
2.11.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20191121/ee7e99fc/attachment.html>


More information about the meta-freescale mailing list