From f67b5c4355b01ab5e04c00faa46e62585a075a45 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 5 May 2021 15:09:22 +0200 Subject: [PATCH] u-boot-dey: disable support to initial environment on v2017.03 Since this feature was introduced in newer versions of U-Boot, we need to disable it for v2017.03 to avoid several compilation issues. Signed-off-by: Arturo Buzarra --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb index d4bb1af39..37588de0d 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb @@ -5,4 +5,7 @@ require digi-u-boot.inc SRCBRANCH = "v2017.03/master" SRCREV = "${AUTOREV}" +# Disable support to initial environment for U-Boot +UBOOT_INITIAL_ENV = "" + COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"