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 <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-09-07 12:36:59 +02:00
parent 6aeedd19d5
commit bda889282c
1 changed files with 3 additions and 0 deletions

View File

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