[meta-intel] [PATCH 09/27] n450: Use core2-32 tuning

Darren Hart dvhart at linux.intel.com
Mon Jan 27 16:45:48 PST 2014


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 <dvhart at linux.intel.com>
---
 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 75ca701..9d976a9 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"
-- 
1.7.9.5



More information about the meta-intel mailing list