mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
ia32-base.inc no longer contains everything these BSPs need - some of what was in that file is now in meta-intel.inc, so we need to include that too. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
31 lines
809 B
Plaintext
31 lines
809 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: sys940x
|
|
|
|
#@DESCRIPTION: Machine configuration for Inforce SYS940x systems
|
|
# i.e. E660 + EG20T
|
|
|
|
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.2%"
|
|
|
|
XSERVER ?= "${XSERVER_IA32_BASE} \
|
|
${XSERVER_IA32_EXT} \
|
|
${XSERVER_IA32_EMGD} \
|
|
"
|
|
|
|
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
|
|
PREFERRED_VERSION_mesa-dri ?= "7.11"
|
|
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
APPEND += "console=ttyS0,115200 console=tty0"
|
|
|
|
VA_FEATURES ?= "gst-va-intel va-intel"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"
|