[1/1] make bmap-tools package architecture independent

Message ID 20260216113709.345919-1-felix.moessbauer@siemens.com
State Under Review
Headers show
Series [1/1] make bmap-tools package architecture independent | expand

Commit Message

Felix Moessbauer Feb. 16, 2026, 11:37 a.m. UTC
The bmap-tools package is a python only package that is architecture
independent (arch=all). By denoting this, we speedup the build and work
around dependency issues on armhf bookworm.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 meta-isar/recipes-installer/bmap-tools/bmap-tools.bb | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/meta-isar/recipes-installer/bmap-tools/bmap-tools.bb b/meta-isar/recipes-installer/bmap-tools/bmap-tools.bb
index 376ab433..405fb9f2 100644
--- a/meta-isar/recipes-installer/bmap-tools/bmap-tools.bb
+++ b/meta-isar/recipes-installer/bmap-tools/bmap-tools.bb
@@ -8,6 +8,7 @@  inherit dpkg
 SRC_URI = "apt://${BPN}"
 PN = "bmap-tools"
 CHANGELOG_V="<orig-version>+isar"
+DPKG_ARCH = "all"
 
 SRC_URI += "file://0001-Fix-path-parameter-passing-error-of-set_psplash_pipe.patch;apply=no \
             file://0002-Fix-_psplash_pipe-part-was-skipped-when-_progress_fi.patch;apply=no"