diff mbox series

[6/9] arm/classes: Remove IMAGE_NAME_SUFFIX from image path

Message ID 20230717193207.3562364-6-jon.mason@arm.com
State New
Headers show
Series [1/9] CI: track master | expand

Commit Message

Jon Mason July 17, 2023, 7:32 p.m. UTC
From: Ziad Elhanafy <ziad.elhanafy@arm.com>

Remove IMAGE_NAME_SUFFIX from image path in
wic_nopt.bblass

Signed-off-by: Ziad Elhanafy <ziad.elhanafy@arm.com>
---
 meta-arm/classes/wic_nopt.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arm/classes/wic_nopt.bbclass b/meta-arm/classes/wic_nopt.bbclass
index 9c78fd77..529bf138 100644
--- a/meta-arm/classes/wic_nopt.bbclass
+++ b/meta-arm/classes/wic_nopt.bbclass
@@ -6,4 +6,4 @@  IMAGE_TYPES:append = " wic.nopt"
 CONVERSIONTYPES += "nopt"
 
 # 1024 bytes are skipped which corresponds to the size of the partition table header to remove
-CONVERSION_CMD:nopt = "tail -c +1025 ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type} >  ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type}.nopt"
+CONVERSION_CMD:nopt = "tail -c +1025 ${IMAGE_NAME}.${type} >  ${IMAGE_NAME}.${type}.nopt"