From c26b530855e06ffeace7db6187497f10b6034d6c Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 21:04:23 -0800 Subject: crystalforest: Use corei7 tuning Sandy Bridge based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart Cc: Ong Boon Leong --- meta-crystalforest/conf/machine/crystalforest-gladden.conf | 9 ++++----- meta-crystalforest/conf/machine/crystalforest-server.conf | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'meta-crystalforest') diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest-gladden.conf index 6de31207..c1b552a5 100644 --- a/meta-crystalforest/conf/machine/crystalforest-gladden.conf +++ b/meta-crystalforest/conf/machine/crystalforest-gladden.conf @@ -11,13 +11,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 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} \ " MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ canterbury-corpus \ diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf index 43097d50..7a5da09a 100644 --- a/meta-crystalforest/conf/machine/crystalforest-server.conf +++ b/meta-crystalforest/conf/machine/crystalforest-server.conf @@ -11,13 +11,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 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} \ " MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ canterbury-corpus \ -- cgit v1.2.3-54-g00ecf