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 <dvh...@linux.intel.com>
Cc: Richard Purdie <richard.pur...@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggle...@intel.com>
Cc: Tom Zanussi <tom.zanu...@intel.com>
Cc: Nitin Kamble <nitin.a.kam...@intel.com>
Cc: Mark Hatle <mark.ha...@windriver.com>
Cc: Bruce Ashfield <bruce.ashfi...@windriver.com>
Cc: Martin Jansa <martin.ja...@gmail.com>
Cc: Ross Burton <ross.bur...@intel.com>
---
 meta-yocto-bsp/conf/machine/genericx86-64.conf |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf 
b/meta-yocto-bsp/conf/machine/genericx86-64.conf
index 56e9bb6..a6154cd 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
-- 
1.7.9.5

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to