diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-13 17:13:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-13 17:13:25 +0000 |
commit | 797990ba0f2ebd7b153e54e095d42927642ae27d (patch) | |
tree | 291d686228e90611c3812e4beb9e5d13679e3cf3 /contrib/angstrom | |
parent | 9446fabed66082e46191b788c46969d9d4ac858f (diff) |
angstrom autobuilder: add meta-angstrom-2007
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-x | contrib/angstrom/build-release.sh | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 5f885b1377..79bb97e0de 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -36,6 +36,7 @@ do_report_success() { for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk do BUILD_MACHINE=$machine + BUILD_CLEAN="libtool-cross" BUILD_TARGETS="minimal-image console-image" do_build done @@ -59,7 +60,7 @@ done for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie do BUILD_MACHINE=$machine - BUILD_TARGETS="minimal-image console-image x11-image" + BUILD_TARGETS="minimal-image console-image minimal-gpe-image x11-image" do_build done @@ -76,16 +77,25 @@ done for machine in fic-gta01 a780 do BUILD_MACHINE=$machine - BUILD_TARGETS="openmoko-image" + BUILD_TARGETS="minimal-openmoko-image openmoko-image" BUILD_CLEAN="qmake2-native" do_build done -#native toolchain +# populate feeds for machine in ep93xx a780 efika collie ixp4xxbe do BUILD_MACHINE=$machine - BUILD_TARGETS="gcc binutils pkgconfig make automake autoconf libtool m4 perl python gdb strace screen" + BUILD_TARGETS="meta-angstrom-2007" do_build done +#cross toolchain +#for machine in ep93xx a780 efika collie ixp4xxbe +#do +# BUILD_MACHINE=$machine +# BUILD_TARGETS="meta-toolchain" +# BUILD_CLEAN="meta-toolchain" +# do_build +#done + |