summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/image-uefi.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/image-uefi.conf b/meta/conf/image-uefi.conf
index 18351e7e3c..aec91bcfe2 100644
--- a/meta/conf/image-uefi.conf
+++ b/meta/conf/image-uefi.conf
@@ -1,12 +1,16 @@
1# Location of EFI files inside EFI System Partition 1# Location of EFI files inside EFI System Partition
2EFIDIR ?= "/EFI/BOOT" 2EFIDIR ?= "/EFI/BOOT"
3 3
4# Location of UKI inside EFI System Partition
5EFI_UKI_DIR ?= "/EFI/Linux"
6
4# Prefix where ESP is mounted inside rootfs. Set to empty if package is going 7# Prefix where ESP is mounted inside rootfs. Set to empty if package is going
5# to be installed to ESP directly 8# to be installed to ESP directly
6EFI_PREFIX ?= "/boot" 9EFI_PREFIX ?= "/boot"
7 10
8# Location inside rootfs. 11# Location inside rootfs.
9EFI_FILES_PATH = "${EFI_PREFIX}${EFIDIR}" 12EFI_FILES_PATH = "${EFI_PREFIX}${EFIDIR}"
13EFI_UKI_PATH = "${EFI_PREFIX}${EFI_UKI_DIR}"
10 14
11# The EFI name for the architecture 15# The EFI name for the architecture
12EFI_ARCH ?= "INVALID" 16EFI_ARCH ?= "INVALID"