From a481d7225d88e4901fc4787852d54ad0878bc64d Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 18 Sep 2024 18:05:44 +0200 Subject: [PATCH] ccmp1: change the way we disable the generation of flashlayout files Instead of manually disabling the task, use the ENABLE_FLASHLAYOUT_CONFIG variable which is meant for that exact purpose. Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/machine/include/ccmp1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/include/ccmp1.inc b/meta-digi-arm/conf/machine/include/ccmp1.inc index 88f39305c..4e0b72369 100644 --- a/meta-digi-arm/conf/machine/include/ccmp1.inc +++ b/meta-digi-arm/conf/machine/include/ccmp1.inc @@ -81,7 +81,7 @@ TRUSTFENCE_CONSOLE_DISABLE ?= "0" # TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = "" # Disable the generation of flashlayout files -do_create_flashlayout_config[noexec] = "1" +ENABLE_FLASHLAYOUT_CONFIG = "0" # Include boot script into the FIT image UBOOT_ENV = "boot"