ccmp1: change the way we disable the generation of flashlayout files

Instead of manually disabling the task, use the ENABLE_FLASHLAYOUT_CONFIG
variable which is meant for that exact purpose.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-09-18 18:05:44 +02:00
parent 52eda79fb7
commit a481d7225d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ TRUSTFENCE_CONSOLE_DISABLE ?= "0"
# TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = "" # TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = ""
# Disable the generation of flashlayout files # Disable the generation of flashlayout files
do_create_flashlayout_config[noexec] = "1" ENABLE_FLASHLAYOUT_CONFIG = "0"
# Include boot script into the FIT image # Include boot script into the FIT image
UBOOT_ENV = "boot" UBOOT_ENV = "boot"