[oe-commits] org.oe.dev angstrom autobuilder: also build uclibc images

koen commit openembedded-commits at lists.openembedded.org
Fri Jan 4 16:31:35 UTC 2008


angstrom autobuilder: also build uclibc images

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3e6216a45414da116d701e5ace53a09e1c10f258
ViewMTN: http://monotone.openembedded.org/revision/info/3e6216a45414da116d701e5ace53a09e1c10f258
Files:
1
contrib/angstrom/build-release.sh
Diffs:

#
# mt diff -r700bc304986b519e675637e0300657fac905305c -r3e6216a45414da116d701e5ace53a09e1c10f258
#
# 
# 
# patch "contrib/angstrom/build-release.sh"
#  from [4b487748d08b4825735633a40285fee332e77b98]
#    to [b708ec70fd4e4e0c2756d122aa95b1d653019a9e]
# 
============================================================
--- contrib/angstrom/build-release.sh	4b487748d08b4825735633a40285fee332e77b98
+++ contrib/angstrom/build-release.sh	b708ec70fd4e4e0c2756d122aa95b1d653019a9e
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-DO_UCLIBC=0
+DO_UCLIBC=1
 
 do_build() {
 	echo "MACHINE = \"$BUILD_MACHINE\"" > conf/auto.conf
@@ -20,6 +20,12 @@ do_build() {
 	then
 		BUILD_MODE="uclibc"
 		echo 'ANGSTROM_MODE = "uclibc"' >> conf/auto.conf
+		
+		if [ "$BUILD_CLEAN" != "" ]
+        	then
+                	bitbake -c clean $BUILD_CLEAN
+        	fi
+
 		for target in $BUILD_TARGETS
 		do
 			bitbake $target && do_report_success
@@ -43,7 +49,7 @@ do_report_success() {
 
 
 # No graphics
-for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk
+for machine in ep93xx gumstix-connex gumstix-verdex efika dht-walnut omap5912osk
 do
 	BUILD_MACHINE=$machine
 	BUILD_CLEAN="libtool-cross base-files"






More information about the Openembedded-commits mailing list