From bda889282cc36872078c7083201006fb6f16eb80 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 7 Sep 2023 12:36:59 +0200 Subject: [PATCH] ccmp1: don't execute task that generates flashlayout files These are files for programming images with STM32CubeMX tool. We don't use the tool or the files. Remove the task to avoid build warnings. Signed-off-by: Hector Palacios --- meta-digi-arm/conf/machine/include/ccmp1.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/include/ccmp1.inc b/meta-digi-arm/conf/machine/include/ccmp1.inc index 52a7e3c86..15ff18221 100644 --- a/meta-digi-arm/conf/machine/include/ccmp1.inc +++ b/meta-digi-arm/conf/machine/include/ccmp1.inc @@ -64,3 +64,6 @@ TRUSTFENCE_CONSOLE_DISABLE ?= "0" # Alternatively, uncommment to enable the console autoboot stop passphrase # TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = "" + +# Disable the generation of flashlayout files +do_create_flashlayout_config[noexec] = "1"