EFI_PROVIDER is set in meta-intel.inc for all machines so the one set in intel-quark.conf has no effect and can be removed.
Signed-off-by: Mikko Ylinen <[email protected]> --- conf/machine/intel-quark.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index 28a1687..6e3bb30 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf @@ -18,8 +18,6 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" SERIAL_CONSOLE = "115200 ttyS1" APPEND += "rootwait console=ttyS1,115200 console=tty0" -EFI_PROVIDER ?= "systemd-boot" - # Bypass the default labels which also has "install" option in OE. # # We don't need to do this when constructing direct-boot image with -- 2.11.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
