From 81dba8716539bf1bdb30e9591febef2d25caf2f0 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 3 Aug 2022 11:37:12 +0200 Subject: u-boot: drop lzop-native from DEPENDS lzop-native is not needed during u-boot compilation since LZO compression is not enabled in u-boot. Related-to: ELB-4534 Signed-off-by: Ming Liu --- recipes-bsp/u-boot/u-boot_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 4b54a49..3c3ff7a 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -52,7 +52,7 @@ deploy_uboot_with_spl () { # build imx-boot from within U-Boot inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} -DEPENDS:imx-boot-container += "bc-native bison-native dtc-native lzop-native python3-setuptools-native swig-native" +DEPENDS:imx-boot-container += "bc-native bison-native dtc-native python3-setuptools-native swig-native" do_compile:append:colibri-imx6ull () { nand_padding -- cgit v1.2.3