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 <kai.kang@windriver.com>
This commit is contained in:
Kai Kang
2018-05-16 10:43:22 +08:00
committed by Jia Zhang
parent 1c96c0d096
commit f9f181fe5c

View File

@@ -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' \