diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:17:22 -0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:14 -0800 |
commit | ddcc0ac58c15cc8a1d285d84e416c82e3f34bf94 (patch) | |
tree | 01096edaa02480ed7651e1886e97d27e152b7165 | |
parent | a9386fcd6c6c040a70c92754a7cf60aa1663ab1d (diff) | |
download | meta-intel-ddcc0ac58c15cc8a1d285d84e416c82e3f34bf94.tar.gz |
romley: Use corei7 tuning
Sandy Bridge and Ivy 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: Haw Foo Chien <foo.chien.haw@intel.com>
Cc: Ong Boon Leong <boon.leong.ong@intel.com>
-rw-r--r-- | meta-romley/conf/machine/romley-ivb.conf | 9 | ||||
-rw-r--r-- | meta-romley/conf/machine/romley.conf | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf index 708361d4..f977c302 100644 --- a/meta-romley/conf/machine/romley-ivb.conf +++ b/meta-romley/conf/machine/romley-ivb.conf | |||
@@ -10,11 +10,10 @@ | |||
10 | 10 | ||
11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
12 | 12 | ||
13 | require conf/machine/include/tune-x86_64.inc | 13 | require conf/machine/include/intel-corei7-64-common.inc |
14 | require conf/machine/include/ia32-base.inc | ||
15 | require conf/machine/include/meta-intel.inc | 14 | require conf/machine/include/meta-intel.inc |
16 | 15 | ||
17 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 16 | XSERVER ?= "${XSERVER_X86_BASE} \ |
18 | ${XSERVER_IA32_EXT} \ | 17 | ${XSERVER_X86_EXT} \ |
19 | ${XSERVER_IA32_MATROX_MGA} \ | 18 | ${XSERVER_X86_MATROX_MGA} \ |
20 | " | 19 | " |
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 1c5453cf..60d2ca15 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf | |||
@@ -10,11 +10,10 @@ | |||
10 | 10 | ||
11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
12 | 12 | ||
13 | require conf/machine/include/tune-x86_64.inc | 13 | require conf/machine/include/intel-corei7-64-common.inc |
14 | require conf/machine/include/ia32-base.inc | ||
15 | require conf/machine/include/meta-intel.inc | 14 | require conf/machine/include/meta-intel.inc |
16 | 15 | ||
17 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 16 | XSERVER ?= "${XSERVER_X86_BASE} \ |
18 | ${XSERVER_IA32_EXT} \ | 17 | ${XSERVER_X86_EXT} \ |
19 | ${XSERVER_IA32_MATROX_MGA} \ | 18 | ${XSERVER_X86_MATROX_MGA} \ |
20 | " | 19 | " |