From 261f0e13995b511d346f6718b8e95724589d3fd5 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 23 Mar 2026 09:20:33 +0100 Subject: [PATCH] trustfence: fix PKI tree generation on non-encrypted platforms Commit 3fdb245765bfc4a9c2599c2d7bd7ebe62b3d9a69 ("trustfence: add encrypted boot artifact support for CCMP13 platform") broke PKI tree generation when encryption is disabled. Fix it for ccmp15. https://onedigi.atlassian.net/browse/DEL-10022 Signed-off-by: Arturo Buzarra --- .../trustfence/trustfence-sign-tools/trustfence-gen-pki-stm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-gen-pki-stm.sh b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-gen-pki-stm.sh index 4cc60eb74..87ff83768 100755 --- a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-gen-pki-stm.sh +++ b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-gen-pki-stm.sh @@ -220,7 +220,4 @@ elif [ "${PLATFORM}" = "ccmp25" ]; then chmod 444 "${CONFIG_SIGN_KEYS_PATH}/${CONFIG_RPROC_ENCRYPT_KEYNAME}" fi fi -else - echo "[ERROR] Could not generate encryption keys. Platform not supported." - exit 1 fi