mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-intel.inc: Use grub-efi for x32
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@linux.intel.com>
This commit is contained in:
parent
419e4be6cc
commit
e11a399d52
|
@ -40,6 +40,7 @@ INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '
|
||||||
DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef"
|
DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef"
|
||||||
|
|
||||||
EFI_PROVIDER ?= "rmc-boot"
|
EFI_PROVIDER ?= "rmc-boot"
|
||||||
|
EFI_PROVIDER_x86-x32 = "grub-efi"
|
||||||
|
|
||||||
# Add general MACHINEOVERRIDE for meta-intel
|
# Add general MACHINEOVERRIDE for meta-intel
|
||||||
MACHINEOVERRIDES =. "intel-x86-common:"
|
MACHINEOVERRIDES =. "intel-x86-common:"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user