summaryrefslogtreecommitdiffstats
path: root/meta-isg
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-21 21:09:45 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:14 -0800
commitef94cc543bd4d30136409d62557aef84392941bb (patch)
tree3abbd25520707d08b8ab95f294a7f0e97ad5a89a /meta-isg
parent20915c9d4818ce322ae53fb70c7a2f9d5d746038 (diff)
downloadmeta-intel-ef94cc543bd4d30136409d62557aef84392941bb.tar.gz
haswell-wc: Use corei7 tuning
Haswell 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-isg')
-rw-r--r--meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
index 694b93de..e00ff9f1 100644
--- a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
+++ b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
@@ -11,12 +11,11 @@
11PREFERRED_VERSION_linux-yocto ?= "3.10%" 11PREFERRED_VERSION_linux-yocto ?= "3.10%"
12MACHINE_FEATURES += "pcbios efi va-impl-intel" 12MACHINE_FEATURES += "pcbios efi va-impl-intel"
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
16 15
17MACHINE_HWCODECS ?= "va-intel gst-va-intel" 16MACHINE_HWCODECS ?= "va-intel gst-va-intel"
18 17
19XSERVER ?= "${XSERVER_IA32_BASE} \ 18XSERVER ?= "${XSERVER_X86_BASE} \
20 ${XSERVER_IA32_EXT} \ 19 ${XSERVER_X86_EXT} \
21 ${XSERVER_IA32_I965} \ 20 ${XSERVER_X86_I965} \
22 " 21 "