From f9f181fe5c3bc2322642ccdd688805a4a65588a6 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 16 May 2018 10:43:22 +0800 Subject: grub-efi: remove aarch64 from COMPATIBLE_HOST Functions efi_call_foo and efi_shim_exit are not implemented for arm64 yet, so remove 'aarch64' from COMPATIBLE_HOST for now. Signed-off-by: Kai Kang --- meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend index 1700adc..87ebc08 100644 --- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend +++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi_2.02.bbappend @@ -23,6 +23,9 @@ SRC_URI += "\ ${EXTRA_SRC_URI} \ " +# functions efi_call_foo and efi_shim_exit are not implemented for arm64 yet +COMPATIBLE_HOST_aarch64 = 'null' + EFI_BOOT_PATH = "/boot/efi/EFI/BOOT" GRUB_BUILDIN_append += " chain ${@'efivar mok2verify password_pbkdf2' \ -- cgit v1.2.3-54-g00ecf