From 20915c9d4818ce322ae53fb70c7a2f9d5d746038 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 21:06:30 -0800 Subject: emenlow: Use core2-32 tuning The Z5xx Atom CPUs are supported by the core2 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart Cc: Nitin A Kamble --- meta-emenlow/conf/machine/emenlow-noemgd.conf | 9 ++++----- meta-emenlow/conf/machine/emenlow.conf | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'meta-emenlow') diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf index 132fcc51..571e2f14 100644 --- a/meta-emenlow/conf/machine/emenlow-noemgd.conf +++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf @@ -7,10 +7,9 @@ PREFERRED_VERSION_linux-yocto ?= "3.10%" -require conf/machine/include/tune-atom.inc -require conf/machine/include/ia32-base.inc +require conf/machine/include/intel-core2-32-common.inc -XSERVER ?= "${XSERVER_IA32_BASE} \ - ${XSERVER_IA32_EXT} \ - ${XSERVER_IA32_MODESETTING} \ +XSERVER ?= "${XSERVER_X86_BASE} \ + ${XSERVER_X86_EXT} \ + ${XSERVER_X86_MODESETTING} \ " diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index eeb39d8d..ebbde95d 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -8,8 +8,7 @@ PREFERRED_VERSION_linux-yocto ?= "3.10%" -require conf/machine/include/tune-atom.inc -require conf/machine/include/ia32-base.inc +require conf/machine/include/intel-core2-32-common.inc require conf/machine/include/meta-intel.inc require conf/machine/include/meta-intel-emgd.inc @@ -19,9 +18,9 @@ MACHINE_HWCODECS ?= "va-intel" XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \ emgd-gst-plugins-mixvideo gst-va-intel" -XSERVER ?= "${XSERVER_IA32_BASE} \ - ${XSERVER_IA32_EXT} \ - ${XSERVER_IA32_EMGD} \ +XSERVER ?= "${XSERVER_X86_BASE} \ + ${XSERVER_X86_EXT} \ + ${XSERVER_X86_EMGD} \ " PREFERRED_VERSION_xserver-xorg ?= "1.9.3" -- cgit v1.2.3-54-g00ecf