mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
85c16a907f
commit
c5986ea44d
|
@ -18,8 +18,6 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
|
||||||
SERIAL_CONSOLE = "115200 ttyS1"
|
SERIAL_CONSOLE = "115200 ttyS1"
|
||||||
APPEND += "rootwait console=ttyS1,115200 console=tty0"
|
APPEND += "rootwait console=ttyS1,115200 console=tty0"
|
||||||
|
|
||||||
EFI_PROVIDER ?= "systemd-boot"
|
|
||||||
|
|
||||||
# Bypass the default labels which also has "install" option in OE.
|
# Bypass the default labels which also has "install" option in OE.
|
||||||
#
|
#
|
||||||
# We don't need to do this when constructing direct-boot image with
|
# We don't need to do this when constructing direct-boot image with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user