From ddcc0ac58c15cc8a1d285d84e416c82e3f34bf94 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 21:17:22 -0800 Subject: romley: Use corei7 tuning Sandy Bridge and Ivy 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: Haw Foo Chien Cc: Ong Boon Leong --- meta-romley/conf/machine/romley.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-romley/conf/machine/romley.conf') diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 1c5453cf..60d2ca15 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf @@ -10,11 +10,10 @@ 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 require conf/machine/include/meta-intel.inc -XSERVER ?= "${XSERVER_IA32_BASE} \ - ${XSERVER_IA32_EXT} \ - ${XSERVER_IA32_MATROX_MGA} \ +XSERVER ?= "${XSERVER_X86_BASE} \ + ${XSERVER_X86_EXT} \ + ${XSERVER_X86_MATROX_MGA} \ " -- cgit v1.2.3-54-g00ecf