summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-10-19 15:07:27 -0700
committerSaul Wold <sgw@linux.intel.com>2016-11-01 08:23:15 -0700
commit53597ed63d63b56b477eb09c0bf3f9579652e78e (patch)
tree72d5b9b639fa8699560aa1ac5b59a8ac242f0687
parent8f01ac1530c2da5e6e04764ac077a7b95d33bb29 (diff)
downloadmeta-intel-53597ed63d63b56b477eb09c0bf3f9579652e78e.tar.gz
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 <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--conf/machine/intel-quark.conf2
1 files changed, 1 insertions, 1 deletions
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"
18SERIAL_CONSOLE = "115200 ttyS1" 18SERIAL_CONSOLE = "115200 ttyS1"
19APPEND += "rootwait console=ttyS1,115200 console=tty0" 19APPEND += "rootwait console=ttyS1,115200 console=tty0"
20 20
21EFI_PROVIDER = "systemd-boot" 21EFI_PROVIDER ?= "systemd-boot"
22 22
23# Bypass the default labels which also has "install" option in OE. 23# Bypass the default labels which also has "install" option in OE.
24# 24#