From f31d24a7fef79438c752763eb220b4d3f9cd50bb Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 11 Dec 2008 21:48:37 +0000 Subject: angstrom autobuilder: build Opie images in dev branch --- contrib/angstrom/build-release.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'contrib/angstrom/build-release.sh') 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 + -- cgit v1.2.3