From 14d6f3c0a95356e1637ef0d8dc6cc7a5bb3a046a Mon Sep 17 00:00:00 2001 From: Elie ROUDNINSKI Date: Mon, 8 Oct 2018 10:24:12 +0100 Subject: [PATCH] efibootmgr: enable cross compilation now that efivar is available --- srcpkgs/efibootmgr/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/efibootmgr/template b/srcpkgs/efibootmgr/template index fa239a473e8..c9207933ce1 100644 --- a/srcpkgs/efibootmgr/template +++ b/srcpkgs/efibootmgr/template @@ -12,7 +12,6 @@ distfiles="https://github.com/rhinstaller/efibootmgr/releases/download/${version distfiles="https://github.com/rhboot/efibootmgr/archive/${version}.tar.gz" checksum=22a95ebe0d5c9fb2915b3a100450f8f37484d1dbb8b296f55b343cc84f10397d -only_for_archs="i686 i686-musl x86_64 x86_64-musl" conf_files="/etc/default/efibootmgr-kernel-hook" case "$XBPS_TARGET_MACHINE" in @@ -20,6 +19,12 @@ case "$XBPS_TARGET_MACHINE" in EFI_LOADER="grubx64.efi" ;; i686*) EFI_LOADER="grub.efi" ;; + aarch64*) + EFI_LOADER="grubaa64.efi" ;; + arm*) + EFI_LOADER="grubarm.efi" ;; + *) + broken="unsupported UEFI for architecture ${XBPS_TARGET_MACHINE}" ;; esac do_build() {