diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-12-11 21:48:37 +0000 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2008-12-11 21:48:37 +0000 |
commit | f31d24a7fef79438c752763eb220b4d3f9cd50bb (patch) | |
tree | 4bd91b51314ad76469c11a6f3e991afc83c0c1d7 /contrib/angstrom/build-release.sh | |
parent | 2c2651f8ea8dd934f98c357bec38893855b2ae18 (diff) |
angstrom autobuilder: build Opie images in dev branch
Diffstat (limited to 'contrib/angstrom/build-release.sh')
-rwxr-xr-x | contrib/angstrom/build-release.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 14244a315e..2d4566f793 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -125,3 +125,13 @@ do BUILD_TARGETS="beagleboard-demo-image" do_build done + +# Opie +for machine in h2200 h3900 h4000 h5000 hx4700 htcuniversal akita c7x0 collie poodle spitz tosa simpad +do + BUILD_CLEAN="base-files" + BUILD_MACHINE=$machine + BUILD_TARGETS="opie-image" + do_build +done + |