[meta-intel] [PATCH 15/27] romley: Use corei7 tuning

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


Sandy Bridge and Ivy Bridge based CPUs benefit from the new corei7 tune file.
Update the XSERVER_* variables to use the new naming.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Haw Foo Chien <foo.chien.haw at intel.com>
Cc: Ong Boon Leong <boon.leong.ong at intel.com>
---
 meta-romley/conf/machine/romley-ivb.conf |    9 ++++-----
 meta-romley/conf/machine/romley.conf     |    9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf
index 708361d..f977c30 100644
--- a/meta-romley/conf/machine/romley-ivb.conf
+++ b/meta-romley/conf/machine/romley-ivb.conf
@@ -10,11 +10,10 @@
 
 PREFERRED_VERSION_linux-yocto ?= "3.10%"
 
-require conf/machine/include/tune-x86_64.inc
-require conf/machine/include/ia32-base.inc
+require conf/machine/include/intel-corei7-64-common.inc
 require conf/machine/include/meta-intel.inc
 
-XSERVER ?= "${XSERVER_IA32_BASE} \
-           ${XSERVER_IA32_EXT} \
-	   ${XSERVER_IA32_MATROX_MGA} \
+XSERVER ?= "${XSERVER_X86_BASE} \
+           ${XSERVER_X86_EXT} \
+	   ${XSERVER_X86_MATROX_MGA} \
            "
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index 1c5453c..60d2ca1 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -10,11 +10,10 @@
 
 PREFERRED_VERSION_linux-yocto ?= "3.10%"
 
-require conf/machine/include/tune-x86_64.inc
-require conf/machine/include/ia32-base.inc
+require conf/machine/include/intel-corei7-64-common.inc
 require conf/machine/include/meta-intel.inc
 
-XSERVER ?= "${XSERVER_IA32_BASE} \
-           ${XSERVER_IA32_EXT} \
-	   ${XSERVER_IA32_MATROX_MGA} \
+XSERVER ?= "${XSERVER_X86_BASE} \
+           ${XSERVER_X86_EXT} \
+	   ${XSERVER_X86_MATROX_MGA} \
            "
-- 
1.7.9.5



More information about the meta-intel mailing list