public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/1] Re-add .wic prefix to deployed bmap file
@ 2022-10-14 11:51 Felix Moessbauer
  2022-10-15  9:37 ` Roberto A. Foglietta
  2022-10-19  8:03 ` Anton Mikanovich
  0 siblings, 2 replies; 7+ messages in thread
From: Felix Moessbauer @ 2022-10-14 11:51 UTC (permalink / raw)
  To: isar-users; +Cc: adriaan.schmidt, jan.kiszka, Felix Moessbauer

This patch fixes a regression introduced in edc10d9.
The bmap corresponds to the .wic file, hence it should also contain the
.wic part of the filename.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 meta/classes/imagetypes_wic.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/imagetypes_wic.bbclass b/meta/classes/imagetypes_wic.bbclass
index c0f3429a..3869525b 100644
--- a/meta/classes/imagetypes_wic.bbclass
+++ b/meta/classes/imagetypes_wic.bbclass
@@ -208,7 +208,7 @@ generate_wic_image() {
     WIC_DIRECT=$(ls -t -1 ${BUILDCHROOT_DIR}/$WICTMP/${IMAGE_FULLNAME}.wic/*.direct | head -1)
     sudo chown -R $(id -u):$(id -g) ${BUILDCHROOT_DIR}/${WICTMP}
     mv -f ${WIC_DIRECT} ${DEPLOY_DIR_IMAGE}/${IMAGE_FULLNAME}.wic
-    mv -f ${WIC_DIRECT}.bmap ${DEPLOY_DIR_IMAGE}/${IMAGE_FULLNAME}.bmap
+    mv -f ${WIC_DIRECT}.bmap ${DEPLOY_DIR_IMAGE}/${IMAGE_FULLNAME}.wic.bmap
     # deploy partition files if requested (ending with .p<x>)
     if [ "${WIC_DEPLOY_PARTITIONS}" -eq "1" ]; then
         # locate *.direct.p<x> partition files
-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-19  8:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 11:51 [PATCH 1/1] Re-add .wic prefix to deployed bmap file Felix Moessbauer
2022-10-15  9:37 ` Roberto A. Foglietta
2022-10-15 10:50   ` Henning Schild
2022-10-15 17:09     ` Roberto A. Foglietta
2022-10-16  3:58       ` MOESSBAUER, FELIX JONATHAN
2022-10-16  7:26         ` Roberto A. Foglietta
2022-10-19  8:03 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox