[oe] [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging

Andrea Adami andrea.adami at gmail.com
Sat Oct 12 23:28:21 UTC 2013


Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/hx4700.conf | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf
index b0c60c3..f8f5c7c 100644
--- a/conf/machine/hx4700.conf
+++ b/conf/machine/hx4700.conf
@@ -5,13 +5,10 @@
 #
 # Hardware-based properties
 #
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
 require conf/machine/include/tune-xscale.inc
-PACKAGE_EXTRA_ARCHS = "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}} iwmmxt"
 
-# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require conf/machine/include/tune-iwmmxt.inc
+MACHINE_FEATURES += "iwmmxt"
+PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
 
 ROOT_FLASH_SIZE = "80"
 VOLATILE_STORAGE_SIZE = "64"
@@ -21,7 +18,6 @@ MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
 MACHINE_DISPLAY_ORIENTATION = "0"
 MACHINE_DISPLAY_PPI = "200"
 MACHINE_FEATURES = "alsa apm bluetooth irda pcmcia screen touchscreen usbgadget wifi vfat"
-MACHINE_FEATURES += "iwmmxt"
 
 #
 # Software/packages selection
-- 
1.8.1.5




More information about the Openembedded-devel mailing list