summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-corei7-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r--conf/machine/intel-corei7-64.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
new file mode 100644
index 0000000..78a1f6e
--- /dev/null
+++ b/conf/machine/intel-corei7-64.conf
@@ -0,0 +1,46 @@
1#@TYPE: Machine
2#@NAME: intel-corei7-64
3
4#@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
5
6require conf/machine/include/meta-intel.inc
7require conf/machine/include/intel-corei7-64-common.inc
8require conf/machine/include/intel-common-pkgarch.inc
9
10MACHINE_FEATURES += "pcbios efi"
11MACHINE_FEATURES += "va-impl-intel"
12MACHINE_FEATURES += "wifi 3g nfc"
13MACHINE_FEATURES += "intel-ucode"
14
15MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi"
16
17MACHINE_EXTRA_RRECOMMENDS += "lms8"
18
19# Enable optional dpdk:
20COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64"
21COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64"
22DPDK_TARGET_MACHINE ?= "atm"
23
24# Enable optional QAT items:
25COMPATIBLE_MACHINE_pn-openssl-qat = "intel-corei7-64"
26COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64"
27COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64"
28
29XSERVER ?= "${XSERVER_X86_BASE} \
30 ${XSERVER_X86_EXT} \
31 ${XSERVER_X86_FBDEV} \
32 ${XSERVER_X86_I915} \
33 ${XSERVER_X86_I965} \
34 ${XSERVER_X86_MATROX_MGA} \
35 ${XSERVER_X86_MODESETTING} \
36 ${XSERVER_X86_VESA} \
37 ${XSERVER_X86_ASPEED_AST} \
38 "
39
40SYSLINUX_OPTS = "serial 0 115200"
41SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
42APPEND += "rootwait console=ttyS0,115200 console=tty0"
43
44IMAGE_FSTYPES += "wic"
45WKS_FILE ?= "${@bb.utils.contains_any("EFI_PROVIDER", "systemd-boot rmc-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}"
46do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"