[yocto] [PATCH 3/3] sys940x: Update to Linux 3.4 and EMGD 1.14

Darren Hart dvhart at linux.intel.com
Mon Sep 24 12:16:56 PDT 2012


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

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta-sys940x/conf/machine/sys940x-noemgd.conf |    4 ++--
 meta-sys940x/conf/machine/sys940x.conf        |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf
index 23ec0bc..0c04dcd 100644
--- a/meta-sys940x/conf/machine/sys940x-noemgd.conf
+++ b/meta-sys940x/conf/machine/sys940x-noemgd.conf
@@ -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} \
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 46c4315..bdd655f 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -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"
-- 
1.7.5.4




More information about the yocto mailing list