diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:04:23 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:14 -0800 |
| commit | c26b530855e06ffeace7db6187497f10b6034d6c (patch) | |
| tree | 5cc401a78b96cca1097b814a524a22430f021d28 /meta-crystalforest | |
| parent | 420ce9fc4db964ca642b6ed804ee620a3f76d926 (diff) | |
| download | meta-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.conf | 9 | ||||
| -rw-r--r-- | meta-crystalforest/conf/machine/crystalforest-server.conf | 9 |
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 @@ | |||
| 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
| 12 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 12 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 13 | 13 | ||
| 14 | require conf/machine/include/tune-x86_64.inc | 14 | require conf/machine/include/intel-corei7-64-common.inc |
| 15 | require conf/machine/include/ia32-base.inc | ||
| 16 | require conf/machine/include/meta-intel.inc | 15 | require conf/machine/include/meta-intel.inc |
| 17 | 16 | ||
| 18 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 17 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 19 | ${XSERVER_IA32_EXT} \ | 18 | ${XSERVER_X86_EXT} \ |
| 20 | ${XSERVER_IA32_MATROX_MGA} \ | 19 | ${XSERVER_X86_MATROX_MGA} \ |
| 21 | " | 20 | " |
| 22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ | 21 | MACHINE_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 @@ | |||
| 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
| 12 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 12 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 13 | 13 | ||
| 14 | require conf/machine/include/tune-x86_64.inc | 14 | require conf/machine/include/intel-corei7-64-common.inc |
| 15 | require conf/machine/include/ia32-base.inc | ||
| 16 | require conf/machine/include/meta-intel.inc | 15 | require conf/machine/include/meta-intel.inc |
| 17 | 16 | ||
| 18 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 17 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 19 | ${XSERVER_IA32_EXT} \ | 18 | ${XSERVER_X86_EXT} \ |
| 20 | ${XSERVER_IA32_MATROX_MGA} \ | 19 | ${XSERVER_X86_MATROX_MGA} \ |
| 21 | " | 20 | " |
| 22 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ | 21 | MACHINE_EXTRA_RRECOMMENDS += "calgary-corpus \ |
| 23 | canterbury-corpus \ | 22 | canterbury-corpus \ |
