diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:18:44 -0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:14 -0800 |
commit | 9ca21ad7239c3e04ef36a9949b86275f25806a96 (patch) | |
tree | 86572bce672cd3af7cdbdec6b24ef969bcbd382b /meta-sugarbay | |
parent | ddcc0ac58c15cc8a1d285d84e416c82e3f34bf94 (diff) | |
download | meta-intel-9ca21ad7239c3e04ef36a9949b86275f25806a96.tar.gz |
sugarbay: Use the corei7 tune
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: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-sugarbay')
-rw-r--r-- | meta-sugarbay/conf/machine/sugarbay.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index 2af34968..988d5ffd 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf | |||
@@ -10,12 +10,11 @@ MACHINE_FEATURES += "va-impl-intel" | |||
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 | 14 | ||
16 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | 15 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" |
17 | 16 | ||
18 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 17 | XSERVER ?= "${XSERVER_X86_BASE} \ |
19 | ${XSERVER_IA32_EXT} \ | 18 | ${XSERVER_X86_EXT} \ |
20 | ${XSERVER_IA32_I965} \ | 19 | ${XSERVER_X86_I965} \ |
21 | " | 20 | " |