sys940x: Update to Linux 3.4 and EMGD 1.14

Update the sys940x machines to use linux-yocto 3.4 and
EMGD 1.14.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Darren Hart 2012-09-24 10:35:59 -07:00
parent 1cd94a80c8
commit 102814d8ba
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#@TYPE: Machine
#@NAME: sys940x
#@NAME: sys940x-noemgd
#@DESCRIPTION: Machine configuration for Inforce SYS940X systems
# i.e. E660 + EG20T
@ -10,7 +10,7 @@ require conf/machine/include/ia32-base.inc
# Add "pcbios" if you have a non-efi version of the firmware
MACHINE_FEATURES += "efi pcbios"
PREFERRED_VERSION_linux-yocto ?= "3.2%"
PREFERRED_VERSION_linux-yocto ?= "3.4%"
XSERVER ?= "${XSERVER_IA32_BASE} \
${XSERVER_IA32_EXT} \

View File

@ -2,7 +2,7 @@
#@NAME: sys940x
#@DESCRIPTION: Machine configuration for Inforce SYS940x systems
# i.e. E660 + EG20T
# i.e. E660 + EG20T + emgd
require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc
@ -11,7 +11,7 @@ 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%"
PREFERRED_VERSION_linux-yocto ?= "3.4%"
XSERVER ?= "${XSERVER_IA32_BASE} \
${XSERVER_IA32_EXT} \
@ -19,9 +19,9 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
"
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
PREFERRED_VERSION_mesa-dri ?= "7.11"
PREFERRED_VERSION_mesa-dri ?= "8.0.4"
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
PREFERRED_VERSION_emgd-driver-bin ?= "1.10"
PREFERRED_VERSION_emgd-driver-bin ?= "1.14"
SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"