angstrom release set: remove ep93xx machine, add beagleboard and
authorKoen Kooi <koen@openembedded.org>
Sun, 9 Nov 2008 11:27:11 +0000 (12:27 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 9 Nov 2008 11:27:11 +0000 (12:27 +0100)
omap3evm

contrib/angstrom/build-release.sh

index bb903b2..8688ad5 100755 (executable)
@@ -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