Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications
@ 2019-09-17 15:36 dbaryshkov
  2019-09-17 15:36 ` [PATCH v3 2/9] grub-bootconf: switch to uefi.conf dbaryshkov
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: dbaryshkov @ 2019-09-17 15:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: Dmitry Eremin-Solenikov

From: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>

Create new config file defining common variables for all UEFI-related
packages (bootloaders, test applications, etc).

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
---
 meta/conf/uefi.conf | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta/conf/uefi.conf

diff --git a/meta/conf/uefi.conf b/meta/conf/uefi.conf
new file mode 100644
index 000000000000..aaeff12ccb80
--- /dev/null
+++ b/meta/conf/uefi.conf
@@ -0,0 +1,16 @@
+# Location of EFI files inside EFI System Partition
+EFIDIR ?= "/EFI/BOOT"
+
+# Prefix where ESP is mounted inside rootfs. Set to empty if package is going
+# to be installed to ESP directly
+EFI_PREFIX ?= "/boot"
+
+# Location inside rootfs.
+EFI_FILES_PATH = "${EFI_PREFIX}${EFIDIR}"
+
+# Determine name of bootloader image
+EFI_BOOT_IMAGE ?= "bootINVALID.efi"
+EFI_BOOT_IMAGE_x86-64 = "bootx64.efi"
+EFI_BOOT_IMAGE_x86 = "bootia32.efi"
+EFI_BOOT_IMAGE_aarch64 = "bootaa64.efi"
+EFI_BOOT_IMAGE_arm = "bootarm.efi"
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-09-18 12:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-17 15:36 [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications dbaryshkov
2019-09-17 15:36 ` [PATCH v3 2/9] grub-bootconf: switch to uefi.conf dbaryshkov
2019-09-17 15:36 ` [PATCH v3 3/9] grub-efi: " dbaryshkov
2019-09-17 15:36 ` [PATCH v3 4/9] grub-efi.bbclass: " dbaryshkov
2019-09-17 15:36 ` [PATCH v3 5/9] systemd-boot: " dbaryshkov
2019-09-17 15:36 ` [PATCH v3 6/9] systemd-boot.bbclass: " dbaryshkov
2019-09-17 15:36 ` [PATCH v3 7/9] uefi.bbclass: provide efi population functions for live images dbaryshkov
2019-09-17 15:36 ` [PATCH v3 8/9] grub-efi.bbclass: use efi_*_populate_common dbaryshkov
2019-09-17 15:36 ` [PATCH v3 9/9] systemd-boot.bbclass: " dbaryshkov
2019-09-17 22:16 ` [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications Richard Purdie
2019-09-18  9:04   ` Dmitry Eremin-Solenikov
2019-09-18 12:37     ` richard.purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox