diff options
-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 + |