mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
Add common values for the various MACHINE_ variables, derived from the existing BSPs in meta-intel. Include EFI and PCBIOS, 3G and wifi support, and video decoding. Include the linux-firmware package. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: intel-corei7-64
|
|
|
|
#@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.
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
|
|
|
|
require conf/machine/include/meta-intel.inc
|
|
require conf/machine/include/intel-corei7-64-common.inc
|
|
require conf/machine/include/intel-common-pkgarch.inc
|
|
|
|
MACHINE_FEATURES += "pcbios efi"
|
|
MACHINE_FEATURES += "va-impl-intel"
|
|
MACHINE_FEATURES += "wifi 3g"
|
|
|
|
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
|
|
|
|
XSERVER ?= "${XSERVER_X86_BASE} \
|
|
${XSERVER_X86_EXT} \
|
|
${XSERVER_X86_FBDEV} \
|
|
${XSERVER_X86_I915} \
|
|
${XSERVER_X86_I965} \
|
|
${XSERVER_X86_MATROX_MGA} \
|
|
${XSERVER_X86_MODESETTING} \
|
|
${XSERVER_X86_VESA} \
|
|
"
|
|
|
|
SYSLINUX_OPTS = "serial 0 115200"
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
APPEND += "console=ttyS0,115200 console=tty0"
|