diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 20:53:55 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:13 -0800 |
| commit | fd12de25f501d31415394fdc90122a5c6bc7f4db (patch) | |
| tree | 342ad6a3c892b84a9bd5aa7479adf3e5b6bd2cf5 | |
| parent | 2929967d15a3078d1d4cfd71336a5447b5fd77d3 (diff) | |
| download | meta-intel-fd12de25f501d31415394fdc90122a5c6bc7f4db.tar.gz | |
chiefriver: Use corei7 tuning
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: Nitin A Kamble <nitin.a.kamble@intel.com>
| -rw-r--r-- | meta-chiefriver/conf/machine/chiefriver.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-chiefriver/conf/machine/chiefriver.conf b/meta-chiefriver/conf/machine/chiefriver.conf index 4b3e252e..89a2afcc 100644 --- a/meta-chiefriver/conf/machine/chiefriver.conf +++ b/meta-chiefriver/conf/machine/chiefriver.conf | |||
| @@ -9,14 +9,13 @@ | |||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 10 | MACHINE_FEATURES += "va-impl-intel" | 10 | MACHINE_FEATURES += "va-impl-intel" |
| 11 | 11 | ||
| 12 | require conf/machine/include/tune-x86_64.inc | 12 | require conf/machine/include/intel-corei7-64-common.inc |
| 13 | require conf/machine/include/ia32-base.inc | ||
| 14 | 13 | ||
| 15 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | 14 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" |
| 16 | 15 | ||
| 17 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 16 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 18 | ${XSERVER_IA32_EXT} \ | 17 | ${XSERVER_X86_EXT} \ |
| 19 | ${XSERVER_IA32_I965} \ | 18 | ${XSERVER_X86_I965} \ |
| 20 | " | 19 | " |
| 21 | 20 | ||
| 22 | MACHINE_EXTRA_RRECOMMENDS += "lms7" | 21 | MACHINE_EXTRA_RRECOMMENDS += "lms7" |
