From: "'Jan Kiszka' via isar-users" <isar-users@googlegroups.com>
To: isar-users <isar-users@googlegroups.com>
Subject: [PATCH] wic/plugins/bootimg-efi-isar: Add 32-bit arm support for grub-efi
Date: Tue, 6 Jan 2026 15:29:49 +0100 [thread overview]
Message-ID: <22037fe6-b8ba-471e-8508-a7fd1f237618@siemens.com> (raw)
From: Jan Kiszka <jan.kiszka@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.kiszka@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
--
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/22037fe6-b8ba-471e-8508-a7fd1f237618%40siemens.com.
next reply other threads:[~2026-01-06 14:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-06 14:29 'Jan Kiszka' via isar-users [this message]
2026-01-08 12:33 ` Anton Mikanovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=22037fe6-b8ba-471e-8508-a7fd1f237618@siemens.com \
--to=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox