summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/intel-quark.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf
index 70cb45e5..c001302b 100644
--- a/conf/machine/intel-quark.conf
+++ b/conf/machine/intel-quark.conf
@@ -20,6 +20,15 @@ APPEND += "rootwait console=ttyS1,115200 console=tty0"
20 20
21EFI_PROVIDER = "systemd-boot" 21EFI_PROVIDER = "systemd-boot"
22 22
23# Bypass the default labels which also has "install" option in OE.
24#
25# We don't need to do this when constructing direct-boot image with
26# wic. But EFI installer in hddimg image doesn't work on quark now,
27# so we only provide a live-boot entry in boot menu for images in
28# hddimg format.
29
30LABELS_LIVE = "boot"
31
23# Ensure that the Lock prefix is omitted for the kernel" 32# Ensure that the Lock prefix is omitted for the kernel"
24KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" 33KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
25 34