[oe-commits] org.oe.dev angstrom autobuilder: also build native toolchain for all archs

koen commit openembedded-commits at lists.openembedded.org
Sun Dec 9 10:40:29 UTC 2007


angstrom autobuilder: also build native toolchain for all archs

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

#
# mt diff -r1d39316900e922826574e74f55a807cf58b313f7 -rae600945a62c9f75e22c98c2d956b2d6f1d241e2
#
# 
# 
# patch "contrib/angstrom/build-release.sh"
#  from [2fb09c74580347257b64436551a2367492be367b]
#    to [303ec440c5474ac72194368222bbb706ef1944d6]
# 
============================================================
--- contrib/angstrom/build-release.sh	2fb09c74580347257b64436551a2367492be367b
+++ contrib/angstrom/build-release.sh	303ec440c5474ac72194368222bbb706ef1944d6
@@ -33,7 +33,7 @@ do_report_success() {
 }
 
 # No graphics
-for machine in ep93xx gumstix-connex efika omap5912osk
+for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk
 do
 	BUILD_MACHINE=$machine
 	BUILD_TARGETS="minimal-image console-image"
@@ -79,4 +79,13 @@ do
 	BUILD_TARGETS="openmoko-image"
 	BUILD_CLEAN="qmake2-native"
 	do_build
+done	
+
+#native toolchain
+for machine in ep93xx a780 efika collie ixp4xxbe
+do
+        BUILD_MACHINE=$machine
+        BUILD_TARGETS="gcc binutils pkgconfig make automake autoconf libtool m4 perl python gdb strace screen"
+        do_build
+done
+
-done	 






More information about the Openembedded-commits mailing list