From 53597ed63d63b56b477eb09c0bf3f9579652e78e Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Wed, 19 Oct 2016 15:07:27 -0700 Subject: quark: amend EFI Bootloader option We cannot override the current EFI bootloader selection with another "EFI_PROVIDER=..." in a local.conf in a build/conf directory when it is specified by "=" syntax in the current conf file for quark. Signed-off-by: Jianxun Zhang Signed-off-by: Saul Wold --- conf/machine/intel-quark.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index c001302b..b56f0501 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf @@ -18,7 +18,7 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" SERIAL_CONSOLE = "115200 ttyS1" APPEND += "rootwait console=ttyS1,115200 console=tty0" -EFI_PROVIDER = "systemd-boot" +EFI_PROVIDER ?= "systemd-boot" # Bypass the default labels which also has "install" option in OE. # -- cgit v1.2.3-54-g00ecf