Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/systemd: add buildroot support for systemd-boot aarch64 target
@ 2026-03-21 19:28 Jack Wearden via buildroot
  2026-05-30 19:59 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Wearden via buildroot @ 2026-03-21 19:28 UTC (permalink / raw)
  To: buildroot; +Cc: Norbert Lange, Sen Hastings, Jack Wearden

This adds support for compiling the systemd-boot efi application down
to aarch64 in buildroot. This is supported already by the software
and requires only a change in Config.in to allow buildroot to benefit.

Signed-off-by: Jack Wearden <jack@jackwearden.co.uk>
---
 package/systemd/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 62dc3f5ad0..8bf460746e 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -112,7 +112,7 @@ config BR2_PACKAGE_PROVIDES_UDEV
 
 config BR2_PACKAGE_SYSTEMD_BOOT
 	bool "systemd-boot"
-	depends on BR2_i386 || BR2_x86_64
+	depends on BR2_i386 || BR2_x86_64 || BR2_aarch64
 	select BR2_PACKAGE_GNU_EFI
 	select BR2_PACKAGE_SYSTEMD_EFI
 	help
@@ -161,6 +161,7 @@ config BR2_PACKAGE_SYSTEMD_BOOT_EFI_ARCH
 	string
 	default "ia32"  if BR2_i386
 	default "x64"   if BR2_x86_64
+	default "aa64"  if BR2_aarch64
 	depends on BR2_PACKAGE_SYSTEMD_BOOT
 
 config BR2_PACKAGE_SYSTEMD_EFI
-- 
2.53.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/systemd: add buildroot support for systemd-boot aarch64 target
  2026-03-21 19:28 [Buildroot] [PATCH 1/1] package/systemd: add buildroot support for systemd-boot aarch64 target Jack Wearden via buildroot
@ 2026-05-30 19:59 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-05-30 19:59 UTC (permalink / raw)
  To: Jack Wearden; +Cc: buildroot, Norbert Lange, Sen Hastings

On Sat, Mar 21, 2026 at 07:28:27PM +0000, Jack Wearden via buildroot wrote:
> This adds support for compiling the systemd-boot efi application down
> to aarch64 in buildroot. This is supported already by the software
> and requires only a change in Config.in to allow buildroot to benefit.
> 
> Signed-off-by: Jack Wearden <jack@jackwearden.co.uk>

Sorry for the delay in reviewing your patch. I have now applied it to
our next branch, after doing minor tweaks in the commit title, and
also re-ordering the addition of aarch64 in Config.in to preserve
alphabetic ordering.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-30 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-21 19:28 [Buildroot] [PATCH 1/1] package/systemd: add buildroot support for systemd-boot aarch64 target Jack Wearden via buildroot
2026-05-30 19:59 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox