[oe-commits] Mike Westerhof : SlugOS: nslu2?e.conf - fix duplicate archs breakage

GIT User account git at amethyst.openembedded.net
Thu Oct 23 17:33:05 UTC 2008


Module: openembedded.git
Branch: stefan/xo-support
Commit: d40f6e14fbd370672b111b4216f9736bae969d5b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d40f6e14fbd370672b111b4216f9736bae969d5b

Author: Mike Westerhof <mwester at dls.net>
Date:   Wed Oct 22 18:35:25 2008 -0500

SlugOS: nslu2?e.conf - fix duplicate archs breakage
(caused by Koen's change PACKAGE_EXTRA_ARCHS change)

---

 conf/machine/nslu2be.conf |    3 ++-
 conf/machine/nslu2le.conf |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf
index 360e397..5bddf09 100644
--- a/conf/machine/nslu2be.conf
+++ b/conf/machine/nslu2be.conf
@@ -4,7 +4,8 @@
 
 TARGET_ARCH = "armeb"
 
-PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb ixp4xxbe"
+# Note: armv4b armv4tb armv5teb will be added by tune-xscale.inc automatically.
+PACKAGE_EXTRA_ARCHS = "armv5eb ixp4xxbe"
 
 OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
 
diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf
index 1ad9bdd..4ff3605 100644
--- a/conf/machine/nslu2le.conf
+++ b/conf/machine/nslu2le.conf
@@ -4,7 +4,8 @@
 
 TARGET_ARCH = "arm"
 
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle"
+# Note: armv4 armv4t armv5te will be added by tune-xscale.inc automatically.
+PACKAGE_EXTRA_ARCHS = "armv5e ixp4xxle"
 
 OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
 





More information about the Openembedded-commits mailing list