summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-quark.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/intel-quark.conf')
-rw-r--r--conf/machine/intel-quark.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf
deleted file mode 100644
index 17e8c52f..00000000
--- a/conf/machine/intel-quark.conf
+++ /dev/null
@@ -1,33 +0,0 @@
1#@TYPE: Machine
2#@NAME: quark
3
4#@DESCRIPTION: Machine configuration for Quark systems
5
6require conf/machine/include/meta-intel.inc
7require conf/machine/include/intel-quark-common.inc
8require conf/machine/include/intel-common-pkgarch.inc
9
10#Avoid pulling in GRUB
11MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
12
13MACHINE_FEATURES = "efi usb"
14MACHINE_FEATURES += "intel-ucode"
15
16SERIAL_CONSOLE = "115200 ttyS1"
17APPEND += "rootwait console=ttyS1,115200 console=tty0"
18
19# Bypass the default labels which also has "install" option in OE.
20#
21# We don't need to do this when constructing direct-boot image with
22# wic. But EFI installer in hddimg image doesn't work on quark now,
23# so we only provide a live-boot entry in boot menu for images in
24# hddimg format.
25
26LABELS_LIVE = "boot"
27
28# Ensure that the Lock prefix is omitted for the kernel"
29KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
30
31IMAGE_FSTYPES += "wic"
32WKS_FILE ?= "galileodisk-sd.wks"
33do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"