diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:14:33 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:14 -0800 |
| commit | a9386fcd6c6c040a70c92754a7cf60aa1663ab1d (patch) | |
| tree | 99910730d20ddc8162aaa4b187a800a9351a8c5c | |
| parent | e7c194281d9ce13d62751388e4415890b496bb31 (diff) | |
| download | meta-intel-a9386fcd6c6c040a70c92754a7cf60aa1663ab1d.tar.gz | |
nuc: 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-nuc/conf/machine/nuc.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 8617babc..3c27099d 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.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 wifi" | 10 | MACHINE_FEATURES += "va-impl-intel wifi" |
| 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 += "linux-firmware-iwlwifi-6000g2b-6" | 21 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2b-6" |
