34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
#@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"
|