* [PATCH] wic/plugins/bootimg-efi-isar: Add 32-bit arm support for grub-efi
@ 2026-01-06 14:29 'Jan Kiszka' via isar-users
2026-01-08 12:33 ` Anton Mikanovich
0 siblings, 1 reply; 2+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2026-01-06 14:29 UTC (permalink / raw)
To: isar-users
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] wic/plugins/bootimg-efi-isar: Add 32-bit arm support for grub-efi
2026-01-06 14:29 [PATCH] wic/plugins/bootimg-efi-isar: Add 32-bit arm support for grub-efi 'Jan Kiszka' via isar-users
@ 2026-01-08 12:33 ` Anton Mikanovich
0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2026-01-08 12:33 UTC (permalink / raw)
To: Jan Kiszka, isar-users
06/01/2026 16:29, 'Jan Kiszka' via isar-users wrote:
> 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>
Applied to next, thanks.
--
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/29dec222-27ac-4f7e-b379-34bd1fab7362%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-08 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-06 14:29 [PATCH] wic/plugins/bootimg-efi-isar: Add 32-bit arm support for grub-efi 'Jan Kiszka' via isar-users
2026-01-08 12:33 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox