From 102814d8ba2735d1e24c75b297508f863da9915e Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 24 Sep 2012 10:35:59 -0700 Subject: 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 --- meta-sys940x/conf/machine/sys940x-noemgd.conf | 4 ++-- meta-sys940x/conf/machine/sys940x.conf | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-sys940x') diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf index 23ec0bce..0c04dcd3 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 46c43159..bdd655fa 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" -- cgit v1.2.3-54-g00ecf