aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-02-25 19:26:53 +0000
committerKoen Kooi <koen@openembedded.org>2008-02-25 19:26:53 +0000
commit9d40e8d8f06159031f521ac806229ea00cd66f82 (patch)
tree97575cbdaa9f9ee56cc3be613a4db1ade676128e /contrib
parent1da65ab5ae04f90793cf1a1474389798174fe47d (diff)
downloadopenembedded-9d40e8d8f06159031f521ac806229ea00cd66f82.tar.gz
feed sorter: add palmz72 and log new packages to file
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/angstrom/sort.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/angstrom/sort.sh b/contrib/angstrom/sort.sh
index 6e0526f0bc..ad1b56eac9 100755
--- a/contrib/angstrom/sort.sh
+++ b/contrib/angstrom/sort.sh
@@ -25,6 +25,12 @@ cat files-sorted files-unsorted | sort | uniq -d > files-duplicate
echo "Removing duplicate packages in unsorted"
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
+for newfile in $(cat new-files.txt | sed s:./::g) ; do
+ echo "$(date -u +%s) $newfile $(basename ${PWD})" >> ../upload.txt
+done
+
do_sort() {
archdir=$arch
@@ -34,7 +40,7 @@ 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 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 palmz72 qemuarm omap5912osk poodle spitz tosa" ;;
"armv5teb")
machines="ixp4xxbe nslu2be" ;;
"armv6")