aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-10-12 18:01:46 -0700
committerTom Rini <tom_rini@mentor.com>2010-10-12 18:21:57 -0700
commit6633370f29c3029e023e545e52c4b7d7abdba9e7 (patch)
tree86881e96fe184cfd4bf38da3bcd211654b91ec95 /conf/machine
parent5fc5e69f026bccc43cb5e5a46da63e3dd148be3d (diff)
downloadopenembedded-6633370f29c3029e023e545e52c4b7d7abdba9e7.tar.gz
motorola-ezx-base.inc: Add iwmmxt to PACKAGE_EXTRA_ARCHS
Since we have this as a MACHINE_FEATURES we need this to be able to add contents to the rootfs that use the feature. Tested-by: Angelo Stefanos Mavridis Bartolome <angelo@pynell.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/motorola-ezx-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index d65b5b2c71..ea1b0eb5f5 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -28,6 +28,9 @@ 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
#