mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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 <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
parent
71fc4f3497
commit
5dbc69e339
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue
Block a user