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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-09-18 18:08:21 +02:00
parent a481d7225d
commit 6a6e2577f1
1 changed files with 3 additions and 0 deletions

View File

@ -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"