From 6a6e2577f1d8fd3d9b581a136ec68cc491878ae0 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 18 Sep 2024 18:08:21 +0200 Subject: [PATCH] ccmp2: don't execute task that generates flashlayout files These are files for programming images with STM32CubeProgrammer tool. We don't use the tool or the files. Disable the task to avoid build warnings, just like we do for the ccmp1 platforms. Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/machine/include/ccmp2.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/include/ccmp2.inc b/meta-digi-arm/conf/machine/include/ccmp2.inc index 8e974965f..8762a1c28 100644 --- a/meta-digi-arm/conf/machine/include/ccmp2.inc +++ b/meta-digi-arm/conf/machine/include/ccmp2.inc @@ -92,3 +92,6 @@ WKS_FILE_DEPENDS ?= " \ virtual/trusted-firmware-a \ ${@bb.utils.contains('BOOTSCHEME_LABELS', 'optee', 'virtual/optee-os', '', d)} \ " + +# Disable the generation of flashlayout files +ENABLE_FLASHLAYOUT_CONFIG = "0"