summaryrefslogtreecommitdiffstats
path: root/conf/machine/atom-c3000.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/atom-c3000.conf')
-rw-r--r--conf/machine/atom-c3000.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf
new file mode 100644
index 0000000..ce26958
--- /dev/null
+++ b/conf/machine/atom-c3000.conf
@@ -0,0 +1,45 @@
1#@TYPE: Machine
2#@NAME: atom-c3000
3#@SUMMARY: Intel® Atom™ Processor C Series
4#@DESCRIPTION: Machine configuration based on 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3
5# instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
6#
7#
8# This is a clean-up version of conf/machine/intel-corei7-64.conf
9# If the configuration need to be updated please check first the original .conf
10
11# Soft set linux-yocto as preferred kernel like x86-base.inc
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel-host"
13PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel-host"
14PREFERRED_VERSION_linux-intel-host ?= "4.14%"
15
16MACHINE_FEATURES += "pcbios efi"
17
18# include the user space intel microcode loading support in the generated images.
19MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}"
20
21# Add general MACHINEOVERRIDE for meta-intel
22MACHINEOVERRIDES =. "intel-x86-common:"
23
24require conf/machine/include/intel-corei7-64-common.inc
25require conf/machine/include/intel-common-pkgarch.inc
26
27MACHINE_EXTRA_RRECOMMENDS += "lms8"
28
29XSERVER_X86_MATROX_MGA = "xf86-video-mga \
30 "
31XSERVER_X86_ASPEED_AST = "xf86-video-ast \
32 "
33XSERVER ?= "${XSERVER_X86_BASE} \
34 ${XSERVER_X86_EXT} \
35 ${XSERVER_X86_FBDEV} \
36 ${XSERVER_X86_I915} \
37 ${XSERVER_X86_I965} \
38 ${XSERVER_X86_MATROX_MGA} \
39 ${XSERVER_X86_MODESETTING} \
40 ${XSERVER_X86_VESA} \
41 ${XSERVER_X86_ASPEED_AST} \
42 "
43
44SYSLINUX_OPTS = "serial 0 115200"
45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"