[Buildroot] [PATCH] configs/imx6-sabreauto: Select BR2_TARGET_UBOOT_NEEDS_LZOP

Fabio Estevam festevam at gmail.com
Mon Oct 14 14:00:58 UTC 2019


Select BR2_TARGET_UBOOT_NEEDS_LZOP in order to avoid
the following build error on a host machine without lzop
installed:

/bin/sh: 1: lzop: not found

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/318105190

Suggested-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Fabio Estevam <festevam at gmail.com>
---
 configs/imx6-sabreauto_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/imx6-sabreauto_defconfig b/configs/imx6-sabreauto_defconfig
index ae5598fe37..d786431c63 100644
--- a/configs/imx6-sabreauto_defconfig
+++ b/configs/imx6-sabreauto_defconfig
@@ -21,6 +21,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Bootloader
+BR2_TARGET_UBOOT_NEEDS_LZOP=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6sabreauto"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-- 
2.17.1



More information about the buildroot mailing list