summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-21 21:04:23 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:14 -0800
commitc26b530855e06ffeace7db6187497f10b6034d6c (patch)
tree5cc401a78b96cca1097b814a524a22430f021d28 /meta-crystalforest
parent420ce9fc4db964ca642b6ed804ee620a3f76d926 (diff)
downloadmeta-intel-c26b530855e06ffeace7db6187497f10b6034d6c.tar.gz
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 <dvhart@linux.intel.com> Cc: Ong Boon Leong <boon.leong.ong@intel.com>
Diffstat (limited to 'meta-crystalforest')
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-gladden.conf9
-rw-r--r--meta-crystalforest/conf/machine/crystalforest-server.conf9
2 files changed, 8 insertions, 10 deletions
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 @@
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
12PREFERRED_VERSION_linux-yocto ?= "3.10%" 12PREFERRED_VERSION_linux-yocto ?= "3.10%"
13 13
14require conf/machine/include/tune-x86_64.inc 14require conf/machine/include/intel-corei7-64-common.inc
15require conf/machine/include/ia32-base.inc
16require conf/machine/include/meta-intel.inc 15require conf/machine/include/meta-intel.inc
17 16
18XSERVER ?= "${XSERVER_IA32_BASE} \ 17XSERVER ?= "${XSERVER_X86_BASE} \
19 ${XSERVER_IA32_EXT} \ 18 ${XSERVER_X86_EXT} \
20 ${XSERVER_IA32_MATROX_MGA} \ 19 ${XSERVER_X86_MATROX_MGA} \
21 " 20 "
22MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ 21MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
23 canterbury-corpus \ 22 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 @@
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
12PREFERRED_VERSION_linux-yocto ?= "3.10%" 12PREFERRED_VERSION_linux-yocto ?= "3.10%"
13 13
14require conf/machine/include/tune-x86_64.inc 14require conf/machine/include/intel-corei7-64-common.inc
15require conf/machine/include/ia32-base.inc
16require conf/machine/include/meta-intel.inc 15require conf/machine/include/meta-intel.inc
17 16
18XSERVER ?= "${XSERVER_IA32_BASE} \ 17XSERVER ?= "${XSERVER_X86_BASE} \
19 ${XSERVER_IA32_EXT} \ 18 ${XSERVER_X86_EXT} \
20 ${XSERVER_IA32_MATROX_MGA} \ 19 ${XSERVER_X86_MATROX_MGA} \
21 " 20 "
22MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ 21MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \
23 canterbury-corpus \ 22 canterbury-corpus \