[oe-commits] org.oe.angstrom-2007.12-stable angstrom build feeds: also rebuild uclibc stuff when needed and add more apps

koen commit openembedded-commits at lists.openembedded.org
Tue Jan 8 14:46:14 UTC 2008


angstrom build feeds: also rebuild uclibc stuff when needed and add more apps

Author: koen at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: af1a3848fad9e26bda25dbf94c4d4440e5d39f47
ViewMTN: http://monotone.openembedded.org/revision/info/af1a3848fad9e26bda25dbf94c4d4440e5d39f47
Files:
1
contrib/angstrom/build-feeds.sh
Diffs:

#
# mt diff -r7f9c6f435a54f6c82306783524b2f32c85cb0dc8 -raf1a3848fad9e26bda25dbf94c4d4440e5d39f47
#
# 
# 
# patch "contrib/angstrom/build-feeds.sh"
#  from [ae63a17c3ffb1fc4cc20e3e21da58ff560af67c1]
#    to [cd55ce6bb9e32af3b8dbedad2d8815b9b5577799]
# 
============================================================
--- contrib/angstrom/build-feeds.sh	ae63a17c3ffb1fc4cc20e3e21da58ff560af67c1
+++ contrib/angstrom/build-feeds.sh	cd55ce6bb9e32af3b8dbedad2d8815b9b5577799
@@ -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
@@ -36,7 +42,7 @@ do
 do
         BUILD_MACHINE=$machine
 	BUILD_CLEAN="libtool-cross qmake-native qmake2-native"
-        BUILD_TARGETS="texinfo flex bison gperf gcc binutils make automake autoconf m4 pkgconfig \
+        BUILD_TARGETS="texinfo flex bison gperf gcc binutils make automake autoconf m4 pkgconfig distcc \
                        usbutils pciutils mtd-utils usbview hal \
                        task-proper-tools mc screen findutils \
 	               mono perl python ruby \
@@ -63,6 +69,8 @@ do
 		       xserver-kdrive xserver-xorg \
 		       xf86-video-fbdev xf86-video-ati xf86-video-vesa \
 		       xf86-input-evdev xf86-input-keyboard xf86-input-mouse \
+		       task-opie \
+		       task-openmoko-base task-openmoko-debug task-openmoko-examples task-openmoko-feed task-openmoko-games task-openmoko-linux task-openmoko-native-sdk task-openmoko-net task-openmoko-phone task-openmoko-pim task-openmoko-ui \
 		      "
 	do_build
 done






More information about the Openembedded-commits mailing list