[meta-intel] [PATCH] meta-intel.inc: Use grub-efi for x32

Saul Wold sgw at linux.intel.com
Tue Sep 26 19:41:46 PDT 2017


Use the new x86-x32 override to set the EFI_PROVIDER to grub-efi
which can build without any external libraries, thus just build
in 64bit mode without x32 libraries.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 conf/machine/include/meta-intel.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index 34a672c..107f6c9 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -40,6 +40,7 @@ INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '
 DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef"
 
 EFI_PROVIDER ?= "rmc-boot"
+EFI_PROVIDER_x86-x32 = "grub-efi"
 
 # Add general MACHINEOVERRIDE for meta-intel
 MACHINEOVERRIDES =. "intel-x86-common:"
-- 
2.11.0



More information about the meta-intel mailing list