[meta-intel] [PATCH 13/27] jasperforest: Use corei7 tuning

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


Nehalem 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: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-jasperforest/conf/machine/jasperforest.conf |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index b13acd3..606eb49 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,16 +4,15 @@
 #@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest)
 
 #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
-# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
+# systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak)
 
 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/tune-corei7-64-common.inc
 
-XSERVER ?= "${XSERVER_IA32_BASE} \
-           ${XSERVER_IA32_EXT} \
-           ${XSERVER_IA32_VESA} \
+XSERVER ?= "${XSERVER_X86_BASE} \
+           ${XSERVER_X86_EXT} \
+           ${XSERVER_X86_VESA} \
            "
 
 APPEND += "video=vesafb vga=0x318"
-- 
1.7.9.5



More information about the meta-intel mailing list