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 <[email protected]> --- conf/machine/include/meta-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ' DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" -EFI_PROVIDER ?= "rmc-boot" +EFI_PROVIDER ?= "systemd-boot" EFI_PROVIDER_x86-x32 = "grub-efi" # Add general MACHINEOVERRIDE for meta-intel -- 2.14.3 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
