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>
This commit is contained in:
Jianxun Zhang 2016-10-19 15:07:27 -07:00 committed by Saul Wold
parent 8f01ac1530
commit 53597ed63d

View File

@ -18,7 +18,7 @@ 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" 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.
# #