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 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-emenlow/conf/machine/emenlow-noemgd.conf') 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} \ " -- cgit v1.2.3-54-g00ecf