summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/intel-quark-common.inc12
-rw-r--r--conf/machine/intel-quark.conf33
2 files changed, 0 insertions, 45 deletions
diff --git a/conf/machine/include/intel-quark-common.inc b/conf/machine/include/intel-quark-common.inc
deleted file mode 100644
index f7cfe146..00000000
--- a/conf/machine/include/intel-quark-common.inc
+++ /dev/null
@@ -1,12 +0,0 @@
1#
2# Common configuration for all MACHINES of the intel-quark type
3#
4
5DEFAULTTUNE ?= "i586-nlp-32"
6require conf/machine/include/tune-i586-nlp.inc
7require conf/machine/include/x86-base.inc
8
9# gnutls padlock code uses CMOV instruction in assembly which
10# is not valid for Quark.
11EXTRA_OECONF_append_pn-gnutls_intel-quark = " --disable-padlock"
12EXTRA_OECONF_append_pn-openssl_intel-quark = " no-asm"
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"