From: Darren Hart Date: Tue, 21 Jan 2014 18:04:12 +0000 (+0000) Subject: genericx86-64: Use the core2-64 tune X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cd42f3f6ccfd782194a6ece55cd70bfd3b6a0a0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git genericx86-64: Use the core2-64 tune As x86_64 has been "demoted" to an ABI definition rather than a concrete tune file, replace it with core2-64 for the genericx86-64 machine. Signed-off-by: Darren Hart Cc: Richard Purdie Cc: Paul Eggleton Cc: Tom Zanussi Cc: Nitin Kamble Cc: Mark Hatle Cc: Bruce Ashfield Cc: Martin Jansa Cc: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index 56e9bb6f107..a6154cdfae1 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf @@ -3,5 +3,6 @@ #@DESCRIPTION: Machine configuration for generic X86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. -include conf/machine/include/tune-x86_64.inc +DEFAULTTUNE ?= "core2-64" +include conf/machine/include/tune-core2.inc include conf/machine/include/genericx86-common.inc