[oe-commits] Koen Kooi : angstrom feed sorter: add armv6-novfp arch

GIT User account git at amethyst.openembedded.net
Sat Nov 29 10:58:33 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Nov 29 11:51:28 2008 +0100

angstrom feed sorter: add armv6-novfp arch

---

 contrib/angstrom/sort.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/contrib/angstrom/sort.sh b/contrib/angstrom/sort.sh
index 8ede764..c00d019 100755
--- a/contrib/angstrom/sort.sh
+++ b/contrib/angstrom/sort.sh
@@ -44,6 +44,8 @@ case "$arch" in
 			machines="davinci-dvevm davinci-sffsdr neuros-osd neuros-osd2 gumstix-connex gumstix-verdex gumstix e680 a780 a1200 at91sam9263ek rokre6 rokre2 rokr-e2 akita c7x0 h2200 h3900 h4000 h5000 htcapache htctornado htcblueangel htcuniversal hx4700 nslu2le hx2000 ixp4xxle magician netbook-pro nokia770 palmld palmtx palmtt3 palmz72 qemuarm omap5912osk poodle spitz tosa" ;;
 	"armv5teb")
 			machines="ixp4xxbe nslu2be" ;;
+	"armv6-novfp")
+			machines="htcdiamond htckaiser htcpolaris htcraphael htcvogue" ;;	
 	"armv6")	
 			machines="mx31ads nokia800 " ;;
 	"armv7")
@@ -144,7 +146,7 @@ echo "Processing 'all' feed"
 for i in `find . -name  "*.ipk"| grep _all` ; do mkdir -p ../all/ || true ;mv $i ../all/ ; done
  (mkdir -p ../all ; cd ../all && ipkg-make-index -p Packages -m . >& /dev/null ; touch Packages.sig )  
 
-for arch in arm-oabi armv4t armv5teb armv5te armv6 armv7a armv7 avr32 bfin geode i486 i586 i686 iwmmxt ppc405 ppc603e sparc ; do 
+for arch in arm-oabi armv4t armv5teb armv5te armv6-novfp armv6 armv7a armv7 avr32 bfin geode i486 i586 i686 iwmmxt ppc405 ppc603e sparc ; do 
 	do_sort
 done
 





More information about the Openembedded-commits mailing list