[oe] [meta-handheld][PATCH] motorola-ezx-base.inc: reorder and remove old comments about iwmmxt

Andrea Adami andrea.adami at gmail.com
Tue Oct 15 20:51:27 UTC 2013


Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/include/motorola-ezx-base.inc | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index cbc871e..d6bb42d 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -2,12 +2,12 @@
 # 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_tune-xscale += "iwmmxt"
 
-# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require conf/machine/include/tune-iwmmxt.inc
+MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat qvga"
+MACHINE_FEATURES += " iwmmxt"
+
+PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
 
 #cat /proc/mtd
 #dev:    size   erasesize  name
@@ -16,8 +16,6 @@ PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
 #mtd2: 00580000 00020000 "VFM_Filesystem"
 #mtd3: 00020000 00020000 "Logo"
 
-MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat qvga"
-MACHINE_FEATURES += " iwmmxt"
 
 #
 # Software/packages selection
-- 
1.8.1.5




More information about the Openembedded-devel mailing list