From: Paul Eggleton Date: Thu, 11 Dec 2008 21:48:37 +0000 (+0000) Subject: angstrom autobuilder: build Opie images in dev branch X-Git-Tag: Release-2010-05/1~4775 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31d24a7fef79438c752763eb220b4d3f9cd50bb;p=openembedded.git angstrom autobuilder: build Opie images in dev branch --- 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 +