diff options
Diffstat (limited to 'contrib/angstrom')
| -rwxr-xr-x | contrib/angstrom/build-feeds.sh | 17 | ||||
| -rwxr-xr-x | contrib/angstrom/sort.sh | 4 |
2 files changed, 18 insertions, 3 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index c9bc8b71e9..73a0d481cf 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -70,8 +70,9 @@ fi for machine in ${ARCH_MACHINES} do BUILD_MACHINE=$machine - BUILD_CLEAN="qmake-native qmake2-native qt-x11-free iso-codes perl perl-native python python-native python-pygtk gnome-icon-theme" + BUILD_CLEAN="opkg-native qmake-native qmake2-native qt-x11-free iso-codes perl perl-native python python-native python-pygtk gnome-icon-theme" BUILD_TARGETS=" \ + opkg-native \ abiword \ aircrack-ng \ angstrom-task-gnome \ @@ -83,6 +84,7 @@ do atomic \ autoconf \ automake \ + balsa \ binutils \ bison \ blueman \ @@ -99,6 +101,7 @@ do connman \ connman-gnome \ contacts \ + cpufrequtils \ cron \ cvs \ cwiid \ @@ -118,6 +121,7 @@ do e-wm \ ekiga \ empathy \ + eog \ epdfview \ epiphany \ evince \ @@ -147,6 +151,7 @@ do gdb \ gdbserver \ gdm \ + geany \ geda \ geda-docs \ geda-examples \ @@ -156,11 +161,13 @@ do geda-gsymcheck \ geda-symbols \ geda-utils \ + giac \ gimp \ glider \ gksu \ gmp \ gmpc \ + gnome-dvb-daemon \ gnome-games \ gnome-mplayer \ gnome-panel \ @@ -240,12 +247,17 @@ do mutt \ mysql5 \ mythtv \ + mythplugins \ + myththemes \ + nano \ nautilus \ nbench-byte \ navit \ + netbook-launcher-efl \ netkit-ftp \ netsurf \ news \ + nfs-utils \ nmap \ nmm \ notecase \ @@ -318,6 +330,7 @@ do subversion \ sugar \ sylpheed \ + sysstat \ systray \ task-beagleboard-demo \ task-gpe-pim \ @@ -329,6 +342,7 @@ do task-xqtlauncher \ tasks \ texinfo \ + tgt \ thttpd \ thunar \ tightvnc \ @@ -344,6 +358,7 @@ do usbutils \ usbview \ ushare \ + vdr \ viking \ vlc \ vpnc \ diff --git a/contrib/angstrom/sort.sh b/contrib/angstrom/sort.sh index 4f59a4b85d..4cb9c23ebe 100755 --- a/contrib/angstrom/sort.sh +++ b/contrib/angstrom/sort.sh @@ -48,7 +48,7 @@ case "$arch" in "armv4t") machines="micro2440 ep93xx h6300 om-gta01 om-gta02 fic-gta01 fic-gta02" ;; "armv5te") - machines="hawkboard da850-omapl138-evm da830-omapl137-evm htcalpine dm6446-evm dm6467-evm dm6467t-evm dm355-evm dm365-evm dm357-evm topas910 sheevaplug openrd-client dm355-leopard n2100 dns323 mv2120 kuropro lspro tsx09 ts409 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 palmt650 palmt680 palmld palmtx palmtt3 palmz72 qemuarm omap5912osk poodle spitz tosa mx27ads at91sam9g20ek mainstone" ;; + machines="hawkboard da850-omapl138-evm da830-omapl137-evm htcalpine dm6446-evm dm6467-evm dm6467t-evm dm355-evm dm365-evm dm357-evm topas910 sheevaplug openrd-client openrd-base dm355-leopard n2100 dns323 mv2120 kuropro lspro tsx09 ts409 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 palmt650 palmt680 palmld palmtx palmtt3 palmz72 qemuarm omap5912osk poodle spitz tosa mx27ads at91sam9g20ek mainstone" ;; "armv5teb") machines="ixp4xxbe nslu2be" ;; "armv6-novfp") @@ -58,7 +58,7 @@ case "$arch" in "armv7") machines="" ;; "armv7a") - machines="cm-t35 igep0020 omap3-touchbook beagleboard omap3evm am3517-evm omap3517-evm omap3-pandora omapzoom omapzoom2 overo" ;; + machines="archos5 palmpre cm-t35 igep0020 omap3-touchbook beagleboard omap3evm am3517-evm omap3517-evm omap3-pandora omapzoom omapzoom2 overo" ;; "avr32") machines="atngw100 at32stk1000" ;; "bfin") |
