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:
parent
a481d7225d
commit
6a6e2577f1
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue