diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-27 09:48:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-27 09:48:12 +0000 |
commit | 7bf9184bc75d4d110dd079933428661f3f1a1ba2 (patch) | |
tree | 1fcac7030ef936a79e07a12b6628d981c017e03d | |
parent | aabcc3f9d461aaf509b6c6d2f65170752697fabb (diff) |
angstrom feeds: add gta02 machine and fso apps
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 156808cb44..14b0ae2f1c 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -38,7 +38,7 @@ do_report_success() { echo "$(date -u +%s) $target $BUILD_MODE $machine" >> autobuilder-feed.log } -for machine in ep93xx gumstix-connex gumstix-verdex efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 +for machine in ep93xx 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 do BUILD_MACHINE=$machine BUILD_CLEAN="libtool-cross qmake-native qmake2-native" @@ -71,7 +71,7 @@ do xf86-input-evdev xf86-input-keyboard xf86-input-mouse \ task-opie \ 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 \ - rdesktop \ + gsm0710muxd frameworkd zhone \ gnome-games \ " do_build |