From 9ca21ad7239c3e04ef36a9949b86275f25806a96 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 21:18:44 -0800 Subject: sugarbay: Use the corei7 tune Sandy 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-sugarbay/conf/machine/sugarbay.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-sugarbay') diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index 2af34968..988d5ffd 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf @@ -10,12 +10,11 @@ MACHINE_FEATURES += "va-impl-intel" PREFERRED_VERSION_linux-yocto ?= "3.10%" -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} \ " -- cgit v1.2.3-54-g00ecf