mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Thomas Petazzoni
parent
e6e9896152
commit
7d466c7e4c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user