[oe-commits] Tom Rini : motorola-ezx-base.inc: Add iwmmxt to PACKAGE_EXTRA_ARCHS

git version control git at git.openembedded.org
Wed Oct 13 01:24:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6633370f29c3029e023e545e52c4b7d7abdba9e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6633370f29c3029e023e545e52c4b7d7abdba9e7

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Oct 12 18:01:46 2010 -0700

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 at pynell.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/machine/include/motorola-ezx-base.inc |    3 +++
 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 d65b5b2..ea1b0eb 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
 #





More information about the Openembedded-commits mailing list