mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
This commit is contained in:
parent
e7c194281d
commit
a9386fcd6c
|
|
@ -9,14 +9,13 @@
|
|||
PREFERRED_VERSION_linux-yocto ?= "3.10%"
|
||||
MACHINE_FEATURES += "va-impl-intel wifi"
|
||||
|
||||
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 += "linux-firmware-iwlwifi-6000g2b-6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user