[oe-commits] Paul Eggleton : angstrom autobuilder: build Opie images in dev branch

GIT User account git at amethyst.openembedded.net
Thu Dec 11 21:50:25 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f31d24a7fef79438c752763eb220b4d3f9cd50bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f31d24a7fef79438c752763eb220b4d3f9cd50bb

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Thu Dec 11 21:48:37 2008 +0000

angstrom autobuilder: build Opie images in dev branch

---

 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 14244a3..2d4566f 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
+





More information about the Openembedded-commits mailing list