diff options
| author | Saul Wold <sgw@linux.intel.com> | 2017-09-26 19:38:42 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2017-09-27 10:03:08 -0700 |
| commit | e11a399d52277a4cb91561736b06b1887e12d27f (patch) | |
| tree | 8974bac012c7d8acb5fc16b1d0843a998cb47228 /conf/machine/include | |
| parent | 419e4be6cc399efd12b37bcebbea941749174fb5 (diff) | |
| download | meta-intel-e11a399d52277a4cb91561736b06b1887e12d27f.tar.gz | |
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>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 34a672c0..107f6c90 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', ' | |||
| 40 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" | 40 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" |
| 41 | 41 | ||
| 42 | EFI_PROVIDER ?= "rmc-boot" | 42 | EFI_PROVIDER ?= "rmc-boot" |
| 43 | EFI_PROVIDER_x86-x32 = "grub-efi" | ||
| 43 | 44 | ||
| 44 | # Add general MACHINEOVERRIDE for meta-intel | 45 | # Add general MACHINEOVERRIDE for meta-intel |
| 45 | MACHINEOVERRIDES =. "intel-x86-common:" | 46 | MACHINEOVERRIDES =. "intel-x86-common:" |
