diff options
| -rw-r--r-- | meta/conf/image-uefi.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/conf/image-uefi.conf b/meta/conf/image-uefi.conf new file mode 100644 index 0000000000..aaeff12ccb --- /dev/null +++ b/meta/conf/image-uefi.conf | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Location of EFI files inside EFI System Partition | ||
| 2 | EFIDIR ?= "/EFI/BOOT" | ||
| 3 | |||
| 4 | # Prefix where ESP is mounted inside rootfs. Set to empty if package is going | ||
| 5 | # to be installed to ESP directly | ||
| 6 | EFI_PREFIX ?= "/boot" | ||
| 7 | |||
| 8 | # Location inside rootfs. | ||
| 9 | EFI_FILES_PATH = "${EFI_PREFIX}${EFIDIR}" | ||
| 10 | |||
| 11 | # Determine name of bootloader image | ||
| 12 | EFI_BOOT_IMAGE ?= "bootINVALID.efi" | ||
| 13 | EFI_BOOT_IMAGE_x86-64 = "bootx64.efi" | ||
| 14 | EFI_BOOT_IMAGE_x86 = "bootia32.efi" | ||
| 15 | EFI_BOOT_IMAGE_aarch64 = "bootaa64.efi" | ||
| 16 | EFI_BOOT_IMAGE_arm = "bootarm.efi" | ||
