aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2011-12-09 01:29:30 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-09 12:27:48 +0000
commitad5fa81d0e5672af7c770d23a011314495ed8dc3 (patch)
treec2e780847dc704119091e1a697275410076b9875 /conf/machine/include
parent6bba713cfbd1a8fd6ad9b05d76edbe80c007abd2 (diff)
downloadmeta-handheld-ad5fa81d0e5672af7c770d23a011314495ed8dc3.tar.gz
motorola-ezx-base.inc: enable "iwmmxt" as extra arch only when needed
Use PACKAGE_EXTRA_ARCHS_tune-xscale so we don't need to remove the generic PACKAGE_EXTRA_ARCHS line in case we enable tune-iwmmxt.inc Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/motorola-ezx-base.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index 3e22eec..1d5c8f8 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -7,6 +7,7 @@ MACHINE_CLASS = "motorola-ezx"
# 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
@@ -27,9 +28,6 @@ MACHINE_DISPLAY_PPI = "180"
MACHINE_FEATURES = "alsa apm bluetooth kernel26 keyboard phone screen touchscreen usbgadget usbhost vfat"
MACHINE_FEATURES += " iwmmxt"
-# Comment this out if you change to tune-iwmmxt.inc above
-PACKAGE_EXTRA_ARCHS += "iwmmxt"
-
#
# Software/packages selection
#