From 5dbc69e339588834317b632119717996584b0d6c Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 8 Dec 2017 06:54:15 -0800 Subject: intel-quark: Remove MACHINE configuration for Quark As the Quark machine has been EOL'ed at the end of 2017, remove this machine type from the 2018 planned release of meta-intel Signed-off-by: Saul Wold Signed-off-by: California Sullivan --- conf/machine/include/intel-quark-common.inc | 12 ----------- conf/machine/intel-quark.conf | 33 ----------------------------- 2 files changed, 45 deletions(-) delete mode 100644 conf/machine/include/intel-quark-common.inc delete mode 100644 conf/machine/intel-quark.conf (limited to 'conf/machine') 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 @@ -# -# Common configuration for all MACHINES of the intel-quark type -# - -DEFAULTTUNE ?= "i586-nlp-32" -require conf/machine/include/tune-i586-nlp.inc -require conf/machine/include/x86-base.inc - -# gnutls padlock code uses CMOV instruction in assembly which -# is not valid for Quark. -EXTRA_OECONF_append_pn-gnutls_intel-quark = " --disable-padlock" -EXTRA_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 @@ -#@TYPE: Machine -#@NAME: quark - -#@DESCRIPTION: Machine configuration for Quark systems - -require conf/machine/include/meta-intel.inc -require conf/machine/include/intel-quark-common.inc -require conf/machine/include/intel-common-pkgarch.inc - -#Avoid pulling in GRUB -MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" - -MACHINE_FEATURES = "efi usb" -MACHINE_FEATURES += "intel-ucode" - -SERIAL_CONSOLE = "115200 ttyS1" -APPEND += "rootwait console=ttyS1,115200 console=tty0" - -# 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_LIVE = "boot" - -# Ensure that the Lock prefix is omitted for the kernel" -KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" - -IMAGE_FSTYPES += "wic" -WKS_FILE ?= "galileodisk-sd.wks" -do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" -- cgit v1.2.3-54-g00ecf