package/systemd: enabled systemd-boot on aarch64

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jack Wearden
2026-03-21 19:28:27 +00:00
committed by Thomas Petazzoni
parent e6e9896152
commit 7d466c7e4c

View File

@@ -116,7 +116,7 @@ config BR2_PACKAGE_PROVIDES_UDEV
config BR2_PACKAGE_SYSTEMD_BOOT
bool "systemd-boot"
depends on BR2_i386 || BR2_x86_64
depends on BR2_aarch64 || BR2_i386 || BR2_x86_64
select BR2_PACKAGE_GNU_EFI
select BR2_PACKAGE_SYSTEMD_EFI
help
@@ -163,6 +163,7 @@ config BR2_PACKAGE_SYSTEMD_ANALYZE
config BR2_PACKAGE_SYSTEMD_BOOT_EFI_ARCH
string
default "aa64" if BR2_aarch64
default "ia32" if BR2_i386
default "x64" if BR2_x86_64
depends on BR2_PACKAGE_SYSTEMD_BOOT