[meta-intel] [PATCH 11/27] emenlow: Use core2-32 tuning

Darren Hart dvhart at linux.intel.com
Mon Jan 27 16:45:50 PST 2014


The Z5xx Atom CPUs are supported by the core2 tune file.
Update the XSERVER_* variables to use the new naming.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-emenlow/conf/machine/emenlow-noemgd.conf |    9 ++++-----
 meta-emenlow/conf/machine/emenlow.conf        |    9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf
index 132fcc5..571e2f1 100644
--- a/meta-emenlow/conf/machine/emenlow-noemgd.conf
+++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf
@@ -7,10 +7,9 @@
 
 PREFERRED_VERSION_linux-yocto ?= "3.10%"
 
-require conf/machine/include/tune-atom.inc
-require conf/machine/include/ia32-base.inc
+require conf/machine/include/intel-core2-32-common.inc
 
-XSERVER ?= "${XSERVER_IA32_BASE} \
-           ${XSERVER_IA32_EXT} \
-           ${XSERVER_IA32_MODESETTING} \
+XSERVER ?= "${XSERVER_X86_BASE} \
+           ${XSERVER_X86_EXT} \
+           ${XSERVER_X86_MODESETTING} \
            "
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index eeb39d8..ebbde95 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -8,8 +8,7 @@
 
 PREFERRED_VERSION_linux-yocto ?= "3.10%"
 
-require conf/machine/include/tune-atom.inc
-require conf/machine/include/ia32-base.inc
+require conf/machine/include/intel-core2-32-common.inc
 require conf/machine/include/meta-intel.inc
 require conf/machine/include/meta-intel-emgd.inc
 
@@ -19,9 +18,9 @@ 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} \
+XSERVER ?= "${XSERVER_X86_BASE} \
+           ${XSERVER_X86_EXT} \
+           ${XSERVER_X86_EMGD} \
            "
 
 PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
-- 
1.7.9.5



More information about the meta-intel mailing list