aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/angstrom
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-21 09:40:07 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-21 09:40:07 +0000
commit9d0c93e889f7cc55ada92e78b83056c8757b479f (patch)
tree33e4a0084022373fab044525770da4370e6388ed /contrib/angstrom
parentc61faa7724a3972ffd279fb0afc90f888923488a (diff)
downloadopenembedded-9d0c93e889f7cc55ada92e78b83056c8757b479f.tar.gz
angstrom feed builder: build more packages
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-xcontrib/angstrom/build-feeds.sh16
1 files changed, 10 insertions, 6 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index cdfd58852d..921fdf0a34 100755
--- a/contrib/angstrom/build-feeds.sh
+++ b/contrib/angstrom/build-feeds.sh
@@ -37,10 +37,10 @@ do_report_success() {
echo "$(date -u +%s) $target $BUILD_MODE $machine" >> autobuilder-feed.log
}
-for machine in gumstix-connex gumstix-verdex efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700
+for machine in efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800
do
BUILD_MACHINE=$machine
- BUILD_CLEAN="libtool-cross qmake-native qmake2-native"
+ BUILD_CLEAN="qmake-native qmake2-native"
BUILD_TARGETS="texinfo flex bison gperf gcc binutils make automake autoconf m4 pkgconfig distcc \
usbutils pciutils mtd-utils usbview hal setserial \
task-proper-tools mc screen findutils \
@@ -49,10 +49,10 @@ do
gpe-mini-browser gpe-mini-browser2 netsurf midori firefox epiphany fennec minimo openmoko-browser2 \
samba meta-nas-server \
apache2 boa cherokee lighttpd thttpd \
- gpe-gallery gpe-scap notecase task-gpe-pim \
+ gpe-sketchbook gpe-gallery gpe-scap notecase task-gpe-pim \
pidgin irssi \
roadmap-gtk2 gpsdrive navit viking \
- xmms totem mplayer quasar vlc-gpe gnome-mplayer \
+ ffmpeg xmms totem mplayer quasar vlc-gpe gnome-mplayer \
wpa-gui wifi-radar kismet aircrack-ng dsniff \
nmap iptables iperf openvpn vpnc \
gpe-login ipaq-sleep \
@@ -68,12 +68,16 @@ do
xserver-kdrive xserver-xorg \
xf86-video-fbdev xf86-video-ati xf86-video-vesa \
xf86-input-evdev xf86-input-keyboard xf86-input-mouse \
- task-opie \
+ task-opie task-opie-all \
task-openmoko-base task-openmoko-debug task-openmoko-examples task-openmoko-feed task-openmoko-games task-openmoko-linux task-openmoko-native-sdk task-openmoko-net task-openmoko-phone task-openmoko-pim task-openmoko-ui \
gsm0710muxd frameworkd zhone \
gnome-games \
mythtv \
- "
+ ioquake3 quake2 quetoo sdlquake \
+ prboom openredalert \
+ e-wm \
+ angstrom-x11-base-depends angstrom-zeroconf-audio angstrom-gpe-task-settings \
+"
do_build
done