From 7d00922e1cd3caabb8046e68a6107b9f4f3f1d34 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Tue, 26 Jul 2016 15:26:16 -0700 Subject: quark: Switch gummiboot to systemd-boot The systemd-boot is the old gummiboot merged into systemd project. We have enabled systemd-boot as a standalone EFI bootloader in OE, also with updated wic plugin to support specifying "systemd-boot" as bootloader in wks files. Assuming these are good enough to replace gummiboot for quark, this change does it. Signed-off-by: Jianxun Zhang Signed-off-by: Tom Zanussi --- conf/machine/intel-quark.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index 68e11993..ad673198 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf @@ -18,7 +18,7 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" SERIAL_CONSOLE = "115200 ttyS1" APPEND += "rootwait console=ttyS1,115200 console=tty0" -EFI_PROVIDER = "gummiboot" +EFI_PROVIDER = "systemd-boot" # Ensure that the Lock prefix is omitted for the kernel" KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" -- cgit v1.2.3-54-g00ecf