[oe-commits] Mike Westerhof : conf/machine/ixp4xx: remove duplicate archs now specificed in tune-xscale

GIT User account git at amethyst.openembedded.net
Mon Nov 10 06:53:36 UTC 2008


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Mon Nov 10 00:49:50 2008 -0600

conf/machine/ixp4xx: remove duplicate archs now specificed in tune-xscale

---

 conf/machine/ixp4xxbe.conf |    2 +-
 conf/machine/ixp4xxle.conf |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf
index 756024a..575886f 100644
--- a/conf/machine/ixp4xxbe.conf
+++ b/conf/machine/ixp4xxbe.conf
@@ -4,7 +4,7 @@
 
 TARGET_ARCH = "armeb"
 
-PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb"
+PACKAGE_EXTRA_ARCHS = "armv5eb"
 
 require conf/machine/include/ixp4xx.inc
 
diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf
index 622db3e..d823c08 100644
--- a/conf/machine/ixp4xxle.conf
+++ b/conf/machine/ixp4xxle.conf
@@ -4,7 +4,7 @@
 
 TARGET_ARCH = "arm"
 
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
+PACKAGE_EXTRA_ARCHS = "armv5e"
 
 require conf/machine/include/ixp4xx.inc
 





More information about the Openembedded-commits mailing list