mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-04-20 18:08:17 +00:00
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:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user