[oe-commits] Koen Kooi : angstrom release set: remove ep93xx machine, add beagleboard and

GIT User account git at amethyst.openembedded.net
Mon Nov 10 00:06:31 UTC 2008


Module: openembedded.git
Branch: shared/xorg-7.4-update
Commit: c89f3d82f00cf55515f3f2cbd7adbfa3e529fca5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c89f3d82f00cf55515f3f2cbd7adbfa3e529fca5

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov  9 12:27:11 2008 +0100

angstrom release set: remove ep93xx machine, add beagleboard and
omap3evm

---

 contrib/angstrom/build-release.sh |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index bb903b2..8688ad5 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -52,10 +52,10 @@ do_report_success() {
 
 
 # No graphics
-for machine in ep93xx gumstix-connex gumstix-verdex efika dht-walnut omap5912osk
+for machine in gumstix-connex gumstix-verdex efika dht-walnut omap5912osk
 do
 	BUILD_MACHINE=$machine
-	BUILD_CLEAN="libtool-cross base-files"
+	BUILD_CLEAN="base-files"
 	BUILD_TARGETS="base-image console-image"
 	do_build
 done
@@ -78,7 +78,7 @@ do
 done  
 
 # graphics, flash storage
-for machine in om-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad 
+for machine in beagleboard omap3evm om-gta01 om-gta02 a780 at91sam9263ek qemuarm qemux86 h2200 h3900 h4000 h5000 poodle tosa hx4700 c7x0 spitz akita collie simpad 
 do
 	BUILD_CLEAN="base-files"
 	BUILD_MACHINE=$machine
@@ -87,7 +87,7 @@ do
 done
 
 # graphics, disk storage	
-for machine in spitz 
+for machine in spitz beagleboard omap3evm 
 do
 	BUILD_CLEAN="base-files"
 	BUILD_MACHINE=$machine
@@ -96,18 +96,17 @@ do
 done 
 
 #phones
-for machine in om-gta01 a780 
+for machine in om-gta01 om-gta02 a780  
 do
 	BUILD_MACHINE=$machine
-	BUILD_TARGETS="minimal-openmoko-image openmoko-image"
+	BUILD_TARGETS="minimal-openmoko-image openmoko-image fso-console-image fso-illume-image fso-image-light fso-image-nox fso-image"
 	do_build
 done	
 
-# populate feeds
-#for machine in ep93xx a780 efika collie ixp4xxbe
-#do
-#        BUILD_MACHINE=$machine
-#        BUILD_TARGETS="meta-angstrom-2007"
-#	do_build
-#done
-
+# omap3 boards
+for machine in beagleboard omap3evm
+do
+	BUILD_MACHINE=$machine
+	BUILD_TARGETS="beagleboard-demo-image"
+	do_build
+done





More information about the Openembedded-commits mailing list