[oe-commits] org.oe.angstrom-2007.12-stable angstrom feed sorter: merge back updates

koen commit oe at amethyst.openembedded.net
Thu Mar 20 19:33:50 UTC 2008


angstrom feed sorter: merge back updates

Author: koen at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: 9e406f8db2bde54e66b99557988c4eb7d7f56676
ViewMTN: http://monotone.openembedded.org/revision/info/9e406f8db2bde54e66b99557988c4eb7d7f56676
Files:
1
contrib/angstrom/sort.sh
Diffs:

#
# mt diff -rbe9f1935e085a604a313e9fc867c33b6d083414e -r9e406f8db2bde54e66b99557988c4eb7d7f56676
#
#
#
# patch "contrib/angstrom/sort.sh"
#  from [1ca87a37ed30f99544bc51f6d766632632f65138]
#    to [15034c1ae1bdfc3c843c2b88c8ccfb0daa613f4b]
#
============================================================
--- contrib/angstrom/sort.sh	1ca87a37ed30f99544bc51f6d766632632f65138
+++ contrib/angstrom/sort.sh	15034c1ae1bdfc3c843c2b88c8ccfb0daa613f4b
@@ -26,7 +26,7 @@ cat files-duplicate | xargs rm -f
 cat files-duplicate | xargs rm -f
 
 # Log remaining packages to a file 
-find . -name "*.ipk" |grep -v dbg | grep -v -- -dev | grep -v locale > new-files.txt
+find . -name "*.ipk" |grep -v dbg | grep -v -- -dev | grep -v -- -doc | grep -v angstrom-version | grep -v locale > new-files.txt
 for newfile in $(cat new-files.txt | sed s:./::g) ; do
     echo "$(date -u +%s) $newfile $(basename ${PWD})" >> ../upload.txt
 done    
@@ -40,11 +40,13 @@ case "$arch" in
 	"armv4t")
 			machines="ep93xx h6300 fic-gta01 fic-gta02" ;;
 	"armv5te")
-			machines="davinci-dvevm 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 palmz72 qemuarm omap5912osk poodle spitz tosa" ;;
+			machines="davinci-dvevm 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")	
-			machines="mx31ads nokia800" ;;
+			machines="mx31ads nokia800 beagleboard" ;;
+	"armv7")
+			machine="beagleboard" ;;
 	"avr32")
 			machines="atngw100 at32stk1000" ;;
 	"bfin")
@@ -137,3 +139,5 @@ done
 for arch in arm-oabi armv4t armv5teb armv5te armv6 avr32 bfin geode i486 i586 i686 iwmmxt ppc405 ppc603e sparc ; do 
 	do_sort
 done
+
+(cd ~/website/repo ; php update.php)






More information about the Openembedded-commits mailing list