summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@linux.intel.com>2017-01-12 15:55:57 +0200
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-01-17 10:03:33 -0800
commitc5986ea44dc7b5f38306bbbe667608c7ddd7248c (patch)
tree407d1b727ae6c42c38d41948ab1bf9be31d7bb9a
parent85c16a907fd8eb8aafbd17769f368389276eb5bb (diff)
downloadmeta-intel-c5986ea44dc7b5f38306bbbe667608c7ddd7248c.tar.gz
intel-quark: remove redundant EFI_PROVIDER setting
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 <mikko.ylinen@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--conf/machine/intel-quark.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf
index 28a1687b..6e3bb30d 100644
--- a/conf/machine/intel-quark.conf
+++ b/conf/machine/intel-quark.conf
@@ -18,8 +18,6 @@ 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"
22
23# Bypass the default labels which also has "install" option in OE. 21# Bypass the default labels which also has "install" option in OE.
24# 22#
25# We don't need to do this when constructing direct-boot image with 23# We don't need to do this when constructing direct-boot image with