[PATCH] wic/plugins/bootimg-efi-isar: Add 32-bit arm support for grub-efi

5 views
Skip to first unread message

Jan Kiszka

unread,
Jan 6, 2026, 9:29:55 AM (3 days ago) Jan 6
to isar-users
From: Jan Kiszka <jan.k...@siemens.com>

Just for the sake of completeness. Recently tested out of tree (and then
switched back to slimmer systemd-boot).

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
meta/scripts/lib/wic/plugins/source/bootimg-efi-isar.py | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/meta/scripts/lib/wic/plugins/source/bootimg-efi-isar.py b/meta/scripts/lib/wic/plugins/source/bootimg-efi-isar.py
index b0edb8f5..ed3bed88 100644
--- a/meta/scripts/lib/wic/plugins/source/bootimg-efi-isar.py
+++ b/meta/scripts/lib/wic/plugins/source/bootimg-efi-isar.py
@@ -461,6 +461,10 @@ class BootimgEFIPlugin(SourcePlugin):
grub_target = 'arm64-efi'
grub_image = "bootaa64.efi"
grub_modules = ""
+ elif distro_arch == "armhf":
+ grub_target = 'arm-efi'
+ grub_image = "bootarm.efi"
+ grub_modules = ""
else:
raise WicError("grub-efi is incompatible with target %s" %
distro_arch)
--
2.51.0

Anton Mikanovich

unread,
Jan 8, 2026, 7:34:04 AM (yesterday) Jan 8
to Jan Kiszka, isar-users
06/01/2026 16:29, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.k...@siemens.com>
>
> Just for the sake of completeness. Recently tested out of tree (and then
> switched back to slimmer systemd-boot).
>
> Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
Applied to next, thanks.
Reply all
Reply to author
Forward
0 new messages