From e7c194281d9ce13d62751388e4415890b496bb31 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 21:11:09 -0800 Subject: jasperforest: Use corei7 tuning Nehalem based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart Cc: Nitin A Kamble --- meta-jasperforest/conf/machine/jasperforest.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'meta-jasperforest') diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index b13acd3f..606eb49c 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" -- cgit v1.2.3-54-g00ecf