[OE-core] [PATCH] tune-xscale.inc: restore specific tuning

Andrea Adami andrea.adami at gmail.com
Tue Aug 14 14:10:49 UTC 2018


Since commit

 a11bdc36a1be
 tune-*: define more generic DEFAULTTUNE to share feed between machines

we are using armv5te to share binary feeds.

After 008085450417 gcc-8: Fix spurious mcpu/march conflict for xscale
we can use again the specific optimizations.

As of today, there are no public feeds for the legacy devices so let's prefer
the optimal tuning.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 meta/conf/machine/include/tune-xscale.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc
index 0d07333..cd08b93 100644
--- a/meta/conf/machine/include/tune-xscale.inc
+++ b/meta/conf/machine/include/tune-xscale.inc
@@ -1,4 +1,4 @@
-DEFAULTTUNE ?= "armv5te"
+DEFAULTTUNE ?= "xscale"
 
 require conf/machine/include/arm/arch-armv5-dsp.inc
 
-- 
2.7.4




More information about the Openembedded-core mailing list