diff options
| author | California Sullivan <california.l.sullivan@intel.com> | 2018-01-17 17:12:23 -0800 |
|---|---|---|
| committer | California Sullivan <california.l.sullivan@intel.com> | 2018-01-22 16:44:20 -0800 |
| commit | ee1d78515a772f35168b44f6b534033afc729143 (patch) | |
| tree | cdb26b566577caf0e64ac586ca4ea850e99fdef6 /conf/machine/include | |
| parent | 7fa26da6c6cc5c32e1ef3ca7a3127b20e4a9e987 (diff) | |
| download | meta-intel-ee1d78515a772f35168b44f6b534033afc729143.tar.gz | |
meta-intel.inc: set default EFI_PROVIDER to systemd-boot
RMC is confusing as a default because it is only supported by legacy
(iso, hddimg) image types. Its also not being actively maintained,
causing it to lag behind in updates (currently against systemd-boot
v232 instead of v234).
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index ed4fcf5d..66c55ff8 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
| @@ -36,7 +36,7 @@ INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' | |||
| 36 | 36 | ||
| 37 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" | 37 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" |
| 38 | 38 | ||
| 39 | EFI_PROVIDER ?= "rmc-boot" | 39 | EFI_PROVIDER ?= "systemd-boot" |
| 40 | EFI_PROVIDER_x86-x32 = "grub-efi" | 40 | EFI_PROVIDER_x86-x32 = "grub-efi" |
| 41 | 41 | ||
| 42 | # Add general MACHINEOVERRIDE for meta-intel | 42 | # Add general MACHINEOVERRIDE for meta-intel |
