Date
1 - 3 of 3
[zeus] [PATCH] u-boot-fslc: missing lzop-native dependency for MACHINE imx6qdlsabreauto
Antoine Manache
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@...> --- 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
|
|
Trevor Woerner
The master branch needs this as well.
On Thu, Nov 21, 2019 at 5:04 PM Antoine Manache <a.manache@...> wrote:
|
|
Otavio Salvador
On Thu, Nov 21, 2019 at 7:04 PM Antoine Manache <a.manache@...> wrote:
Please prepare a PR on github against master, so we can later cherry-pick it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
|
|