[oe-commits] org.oe.dev angstrom build release: base-files contains DISTRO_VERSION, so clean it to get the correct version into images

koen commit openembedded-commits at lists.openembedded.org
Tue Dec 18 21:41:31 UTC 2007


angstrom build release: base-files contains DISTRO_VERSION, so clean it to get the correct version into images
* needs some more thought on how to get this correctly into the feeds

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

#
# mt diff -r3e45abc3496f0c38be9a9e7e4b949a1ac1984e02 -r6834c8854d34a28405ba69e170089d3a873e3d1a
#
# 
# 
# patch "contrib/angstrom/build-release.sh"
#  from [fcbcc35a1bbbe58855952cff9065301b196efa1a]
#    to [f2199cfa4af0b86c2d7bf508cb53516c468b13f5]
# 
============================================================
--- contrib/angstrom/build-release.sh	fcbcc35a1bbbe58855952cff9065301b196efa1a
+++ contrib/angstrom/build-release.sh	f2199cfa4af0b86c2d7bf508cb53516c468b13f5
@@ -32,17 +32,28 @@ do_report_success() {
 	echo "$(date -u +%s) $target $BUILD_MODE $machine" >> autobuilder.log
 }
 
+#cross toolchain
+#for machine in ep93xx a780 efika collie ixp4xxbe
+#do
+#        BUILD_MACHINE=$machine
+#        BUILD_TARGETS="meta-toolchain"
+#       BUILD_CLEAN="meta-toolchain"
+#        do_build
+#done
+
+
 # No graphics
 for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk
 do
 	BUILD_MACHINE=$machine
-	BUILD_CLEAN="libtool-cross"
+	BUILD_CLEAN="libtool-cross base-files"
 	BUILD_TARGETS="base-image console-image"
 	do_build
 done
 
 for machine in ixp4xxle ixp4xxbe 
 do
+	BUILD_CLEAN="base-files"
 	BUILD_MACHINE=$machine
 	BUILD_TARGETS="base-image nslu2-base-image"
 	do_build
@@ -51,6 +62,7 @@ do
 # build altboot images for zaurus
 for machine in c7x0 poodle tosa akita spitz collie
 do
+	BUILD_CLEAN="base-files"
 	BUILD_MACHINE=$machine
 	BUILD_TARGETS="altboot-console-image"
 	do_build
@@ -59,6 +71,7 @@ do
 # graphics, flash storage
 for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie 
 do
+	BUILD_CLEAN="base-files"
 	BUILD_MACHINE=$machine
 	BUILD_TARGETS="base-image console-image minimal-gpe-image x11-image"
 	do_build
@@ -67,6 +80,7 @@ do
 # graphics, disk storage	
 for machine in spitz 
 do
+	BUILD_CLEAN="base-files"
 	BUILD_MACHINE=$machine
 	BUILD_TARGETS="x11-gpe-image x11-pimlico-image x11-office-image"
 	do_build
@@ -88,12 +102,3 @@ done
 	do_build
 done
 
-#cross toolchain
-#for machine in ep93xx a780 efika collie ixp4xxbe
-#do
-#        BUILD_MACHINE=$machine
-#        BUILD_TARGETS="meta-toolchain"
-#	BUILD_CLEAN="meta-toolchain"
-#        do_build
-#done
-






More information about the Openembedded-commits mailing list