mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
image-uefi: Set efi_file for rv32/rv64
(From OE-Core rev: 6a13e357234b9c775a877aca3ad76acaa9ff7f97) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,6 +14,8 @@ EFI_ARCH_x86 = "ia32"
|
||||
EFI_ARCH_x86-64 = "x64"
|
||||
EFI_ARCH_aarch64 = "aa64"
|
||||
EFI_ARCH_arm = "arm"
|
||||
EFI_ARCH_riscv32 = "riscv32"
|
||||
EFI_ARCH_riscv64 = "riscv64"
|
||||
|
||||
# Determine name of bootloader image
|
||||
EFI_BOOT_IMAGE ?= "boot${EFI_ARCH}.efi"
|
||||
|
||||
Reference in New Issue
Block a user