diff options
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 | ||||
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 12 | ||||
-rwxr-xr-x | contrib/angstrom/build-release.sh | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 05ad1f3e19..f36ae8c6fe 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -7,7 +7,7 @@ #@-------------------------------------------------------------------- # The release will the 2007.12 -DISTRO_VERSION = "2007.11RC2" +DISTRO_VERSION = "2007.11RC2.1" DISTRO_REVISION = "51" require conf/distro/include/sane-srcdates.inc diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 815a529441..fb117d6c11 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -32,27 +32,29 @@ do_report_success() { echo "$(date -u +%s) $target $BUILD_MODE $machine" >> autobuilder-feed.log } -for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie spitz +for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 do BUILD_MACHINE=$machine BUILD_CLEAN="libtool-cross qmake-native qmake2-native" - BUILD_TARGETS="texinfo gcc binutils automake autoconf m4 pkgconfig \ - task-proper-tools mc screen \ + BUILD_TARGETS="texinfo flex bison gcc binutils automake autoconf m4 pkgconfig \ + task-proper-tools mc screen emacs \ mono perl python ruby \ gtk+ qt-x11-free qt4-x11-free \ gpe-mini-browser midori minimo openmoko-browser2 webkit-gtklauncher \ samba \ apache2 boa cherokee lighttpd thttpd \ - gpe-gallery gpe-scap notecase pidgin \ + gpe-gallery gpe-scap notecase \ + pidgin irssi \ roadmap-gtk2 gpsdrive navit \ xmms mplayer quasar \ - wpa-gui wifi-radar kismet \ + wpa-gui wifi-radar kismet aircrack-ng dsniff \ gpe-bluetooth bluez-gnome python-pybluez \ abiword gnumeric evince epdfview gimp \ flite \ ctorrent \ gnuplot octave fftw fftwf fftwl \ gphoto2 gqview imagemagick ufraw \ + tzdata \ " do_build done diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 6f86cfe728..54c9fb4fa4 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -69,7 +69,7 @@ do done # graphics, flash storage -for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie +for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie simpad do BUILD_CLEAN="base-files" BUILD_MACHINE=$machine |