[PATCH] isar-installer: support progress bar from bmap version 3.6

36 views
Skip to first unread message

Kasturi Shekar

unread,
Apr 25, 2025, 2:48:34 AM4/25/25
to isar-...@googlegroups.com, 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...@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

Baurzhan Ismagulov

unread,
May 11, 2025, 10:19:06 AM5/11/25
to isar-...@googlegroups.com
On 2025-04-25 12:18, 'Kasturi Shekar' via isar-users wrote:
> 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

Applied to next, thanks.

With kind regards,
Baurzhan
Reply all
Reply to author
Forward
0 new messages