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