[meta-intel] [PATCH 05/27] chiefriver: Use corei7 tuning

Darren Hart dvhart at linux.intel.com
Mon Jan 27 16:45:44 PST 2014


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 at linux.intel.com>
Cc: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-chiefriver/conf/machine/chiefriver.conf |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chiefriver.conf
index 4b3e252..89a2afc 100644
--- a/meta-chiefriver/conf/machine/chiefriver.conf
+++ b/meta-chiefriver/conf/machine/chiefriver.conf
@@ -9,14 +9,13 @@
 PREFERRED_VERSION_linux-yocto ?= "3.10%"
 MACHINE_FEATURES += "va-impl-intel"
 
-require conf/machine/include/tune-x86_64.inc
-require conf/machine/include/ia32-base.inc
+require conf/machine/include/intel-corei7-64-common.inc
 
 MACHINE_HWCODECS ?= "va-intel gst-va-intel"
 
-XSERVER ?= "${XSERVER_IA32_BASE} \
-           ${XSERVER_IA32_EXT} \
-           ${XSERVER_IA32_I965} \
+XSERVER ?= "${XSERVER_X86_BASE} \
+           ${XSERVER_X86_EXT} \
+           ${XSERVER_X86_I965} \
            "
 
 MACHINE_EXTRA_RRECOMMENDS += "lms7"
-- 
1.7.9.5



More information about the meta-intel mailing list