From a9386fcd6c6c040a70c92754a7cf60aa1663ab1d Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 21:14:33 -0800 Subject: 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 Cc: Nitin A Kamble --- meta-nuc/conf/machine/nuc.conf | 9 ++++----- 1 file 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 @@ 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" -- cgit v1.2.3-54-g00ecf