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 <[email protected]> --- 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
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
