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...@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