From 85b0895297bd553a22e7b23c64942b915e0f75ac Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Fri, 14 Jun 2024 11:11:15 +0200 Subject: [PATCH] install script: remove extra "-" in not signed/encrypted images By default is trying to install an artifact imx-boot-- if trustfence is not enabled. Signed-off-by: Francisco Gil --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc index aa0f7e391..6ccfd5c15 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey.inc @@ -98,7 +98,7 @@ build_uboot_scripts() { sed -i -e 's,##SIGNED_TFA##,_signed,g' ${TMP_INSTALL_SCR} fi else - sed -i -e 's,##SIGNED##,,g' ${TMP_INSTALL_SCR} + sed -i -e 's,-##SIGNED##,,g' -e 's,##SIGNED##,,g' ${TMP_INSTALL_SCR} if [ "${DEY_SOC_VENDOR}" = "STM" ]; then sed -i -e 's,##SIGNED_TFA##,,g' ${TMP_INSTALL_SCR} fi