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

Andrea Adami andrea.adami at gmail.com
Tue Aug 14 22:45:23 UTC 2018


Since commit

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

we are using armv4 to share binary feeds.

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-strongarm1100.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/meta/conf/machine/include/tune-strongarm1100.inc
index 80cfb8a..c8b62c4 100644
--- a/meta/conf/machine/include/tune-strongarm1100.inc
+++ b/meta/conf/machine/include/tune-strongarm1100.inc
@@ -1,4 +1,4 @@
-DEFAULTTUNE ?= "armv4"
+DEFAULTTUNE ?= "strongarm"
 
 require conf/machine/include/arm/arch-armv4.inc
 
-- 
2.7.4




More information about the Openembedded-core mailing list