[meta-intel] [PATCH 1/4] quark: explicitly set boot entry in bootloader

Jianxun Zhang jianxun.zhang at linux.intel.com
Tue Oct 18 15:57:23 PDT 2016


This is to get rid of "install" option when booting quark with
an image in hddimg format. EFI installer doesn't work on quark
at this point.

Signed-off-by: Jianxun Zhang <jianxun.zhang at linux.intel.com>
---
 conf/machine/intel-quark.conf | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf
index 70cb45e..5ac7011 100644
--- a/conf/machine/intel-quark.conf
+++ b/conf/machine/intel-quark.conf
@@ -20,6 +20,15 @@ APPEND += "rootwait console=ttyS1,115200 console=tty0"
 
 EFI_PROVIDER = "systemd-boot"
 
+# Bypass the default labels which also has "install" option in OE.
+#
+# We don't need to do this when constructing direct-boot image with
+# wic. But EFI installer in hddimg image doesn't work on quark now,
+# so we only provide a live-boot entry in boot menu for images in
+# hddimg format.
+
+LABELS = "boot"
+
 # Ensure that the Lock prefix is omitted for the kernel"
 KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
 
-- 
2.7.4



More information about the meta-intel mailing list