mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
[YOCTO #3385] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: sys940x
|
|
|
|
#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics
|
|
|
|
#@DESCRIPTION: Machine configuration for Inforce SYS940x systems
|
|
|
|
require conf/machine/include/tune-atom.inc
|
|
require conf/machine/include/ia32-base.inc
|
|
require conf/machine/include/meta-intel.inc
|
|
|
|
# Add "pcbios" if you have a non-efi version of the firmware
|
|
MACHINE_FEATURES += "efi pcbios gst-va-mixvideo"
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "3.8%"
|
|
|
|
MACHINE_HWCODECS ?= "va-intel"
|
|
XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \
|
|
emgd-gst-plugins-mixvideo gst-va-intel"
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_EMGD} \
|
|
"
|
|
|
|
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
|
|
PREFERRED_VERSION_mesa ?= "9.0.2"
|
|
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
|
PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
APPEND += "console=ttyS0,115200 console=tty0"
|