mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
8f01ac1530
commit
53597ed63d
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user