ccmp1: u-boot-dey: merge FIT signature config fragments into a single file

Unless we have a use case in which we need to apply these fragments separately,
we can merge them both into a single fragment.

https://onedigi.atlassian.net/browse/DEL-8946

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-03-18 12:03:04 +01:00
parent 9ac912d289
commit aabf4cb72d
3 changed files with 2 additions and 7 deletions

View File

@ -1 +0,0 @@
# CONFIG_LEGACY_IMAGE_FORMAT is not set

View File

@ -1,3 +1,4 @@
# CONFIG_LEGACY_IMAGE_FORMAT is not set
CONFIG_FIT_SIGNATURE=y
CONFIG_RSA=y
CONFIG_ECDSA=y

View File

@ -9,13 +9,8 @@ DEPENDS += "python3-setuptools-native"
SRCBRANCH = "v2021.10/master"
SRCREV = "${AUTOREV}"
UBOOT_FIT_CFG_FRAGMENTS = " \
file://fit_legacy.cfg \
file://fit_signature.cfg \
"
SRC_URI += " \
${@oe.utils.conditional('TRUSTFENCE_FIT_IMG', '1', '${UBOOT_FIT_CFG_FRAGMENTS}', '', d)} \
${@oe.utils.conditional('TRUSTFENCE_FIT_IMG', '1', 'file://fit_signature.cfg', '', d)} \
"
install_helper_files() {