[oe-commits] org.oe.angstrom-2007.12-stable build-release.sh: Add opie-image building.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Jan 11 14:50:06 UTC 2008


build-release.sh: Add opie-image building.

Author: pfalcon at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: 095542d8a56a18b1561ea7cddc624f81035122a3
ViewMTN: http://monotone.openembedded.org/revision/info/095542d8a56a18b1561ea7cddc624f81035122a3
Files:
1
BACKPORTS.txt
contrib/angstrom/build-release.sh
Diffs:

#
# mt diff -r4cbb0fe44b6246621b57a877b0a1b9d68c8193fb -r095542d8a56a18b1561ea7cddc624f81035122a3
#
# 
# 
# patch "BACKPORTS.txt"
#  from [29aedd050a1c7b3f2ae7bad9f9ce5146c2ce212f]
#    to [da6e29ccdc0a049b216e1952e5c207ec8ff22b20]
# 
# patch "contrib/angstrom/build-release.sh"
#  from [67a2f0cd3a4baec0c8fbdb75af8424edd19a06ab]
#    to [88bfd613aa56bfa26e1519c63464bfc02252720b]
# 
============================================================
--- BACKPORTS.txt	29aedd050a1c7b3f2ae7bad9f9ce5146c2ce212f
+++ BACKPORTS.txt	da6e29ccdc0a049b216e1952e5c207ec8ff22b20
@@ -35,3 +35,4 @@
 07699fa4e98276cd15fb353046904408fce6f65c conf/machine/*: Add "phone" MACHINE_FEATURE for phone devices. (Koen, PaulS)
 a6a229a30536ec1d025937b05457059b0bf4b55d echo -e fix (Koen, Marcin)
 e4da15abb1304fe4b9181644a6e6e6df3440d6d7 opie-image*: Remove merge-feeds workaround for opie-aqpkg. (Koen, PaulE, PaulS)
+n/a					 build-release.sh: Add opie-image build (PaulE, Koen)
============================================================
--- contrib/angstrom/build-release.sh	67a2f0cd3a4baec0c8fbdb75af8424edd19a06ab
+++ contrib/angstrom/build-release.sh	88bfd613aa56bfa26e1519c63464bfc02252720b
@@ -94,6 +94,15 @@ done	
 	do_build
 done	
 
+# Opie
+for machine in h2200 h3900 h4000 h5000 hx4700 htcuniversal akita c7x0 collie poodle spitz tosa simpad
+do
+	BUILD_CLEAN="base-files"
+        BUILD_MACHINE=$machine
+        BUILD_TARGETS="opie-image"
+        do_build
+done
+
 # populate feeds
 #for machine in ep93xx a780 efika collie ixp4xxbe
 #do






More information about the Openembedded-commits mailing list