From a5b13d4e5504e40f26c4fca736639c80b6b79235 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 21 Jan 2014 18:00:57 +0000 Subject: [PATCH] genericx86: Use the core2 tune file Aside from the movbe and specialized instruction scheduling for the lack of out-of-order scheduling in the older Atom CPUs, the core2 tune covers these CPUs adequately. Since the current atom tune just uses core2 anyway, go ahead and make this explicit here. (From meta-yocto rev: c04de1c53e1c4d81bd0f60a2f1dfc6ed55a6dddc) 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 --- meta-yocto-bsp/conf/machine/genericx86.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 9d29f6203b..549fc8eabd 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf @@ -3,5 +3,6 @@ #@DESCRIPTION: Machine configuration for generic X86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. -include conf/machine/include/tune-atom.inc +DEFAULTTUNE ?= "core2-32" +include conf/machine/include/tune-core2.inc include conf/machine/include/genericx86-common.inc