From 420ce9fc4db964ca642b6ed804ee620a3f76d926 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 21:01:23 -0800 Subject: n450: Use core2-32 tuning The E4xx (Pine View) Atom CPUs are supported by the core2 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart --- meta-n450/conf/machine/n450.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index 75ca7018..9d976a91 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf @@ -8,12 +8,11 @@ PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "3.8%" -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_I915} \ +XSERVER ?= "${XSERVER_X86_BASE} \ + ${XSERVER_X86_EXT} \ + ${XSERVER_X86_I915} \ " SYSLINUX_OPTS = "serial 0 115200" -- cgit v1.2.3-54-g00ecf