* [PATCH] isar-installer: support progress bar from bmap version 3.6
@ 2025-04-25 6:48 'Kasturi Shekar' via isar-users
0 siblings, 0 replies; only message in thread
From: 'Kasturi Shekar' via isar-users @ 2025-04-25 6:48 UTC (permalink / raw)
To: isar-users; +Cc: Kasturi Shekar
bmap progress bar issue is fixed with 3.6 debian bookworm
with eariler patch https://github.com/ilbers/isar/commit/af29dc506fffd826cb6e9df452a49e2fc77a94b0
now supporting progress bar for bmap version 3.6 and above
Signed-off-by: Kasturi Shekar <kasturi.shekar@siemens.com>
---
.../deploy-image/files/usr/bin/deploy-image-wic.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-isar/recipes-installer/deploy-image/files/usr/bin/deploy-image-wic.sh b/meta-isar/recipes-installer/deploy-image/files/usr/bin/deploy-image-wic.sh
index 66c35506..aba81c84 100755
--- a/meta-isar/recipes-installer/deploy-image/files/usr/bin/deploy-image-wic.sh
+++ b/meta-isar/recipes-installer/deploy-image/files/usr/bin/deploy-image-wic.sh
@@ -161,7 +161,7 @@ version_ge() {
# Get bmap-tools version
bmap_version=$(bmaptool --version | awk '{ print $NF }')
-if version_ge "$bmap_version" "3.8"; then
+if version_ge "$bmap_version" "3.6"; then
# Create a named pipe for progress communication
progress_pipe="/tmp/progress"
if ! mkfifo "$progress_pipe"; then
--
2.39.5
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250425064809.4167144-1-kasturi.shekar%40siemens.com.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-25 6:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-25 6:48 [PATCH] isar-installer: support progress bar from bmap version 3.6 'Kasturi Shekar' via isar-users
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox