r1226 - trunk/src/host/devirginator

werner at sita.openmoko.org werner at sita.openmoko.org
Fri Mar 2 22:55:57 CET 2007


Author: werner
Date: 2007-03-02 22:55:50 +0100 (Fri, 02 Mar 2007)
New Revision: 1226

Modified:
   trunk/src/host/devirginator/Makefile
   trunk/src/host/devirginator/config.example
   trunk/src/host/devirginator/setup.sh
Log:
setup.sh: renamed OPENOCD_CONFIG to OPENOCD_CFG
setup.sh, Makefile: renamed output file from devirg-... to devirginate-... 
config.example: added OPENOCD and OPENOCD_CFG



Modified: trunk/src/host/devirginator/Makefile
===================================================================
--- trunk/src/host/devirginator/Makefile	2007-03-02 21:15:39 UTC (rev 1225)
+++ trunk/src/host/devirginator/Makefile	2007-03-02 21:55:50 UTC (rev 1226)
@@ -23,7 +23,7 @@
 
 DIR=devirginator
 SCRIPTS=crc32.pl envedit.pl openocdcmd.pl scriptify.pl devirginate
-TARBALL=devirg-$(TARBALL_VERSION).tar.gz
+TARBALL=devirginate-$(TARBALL_VERSION).tar.gz
 
 .PHONY:		tarball
 

Modified: trunk/src/host/devirginator/config.example
===================================================================
--- trunk/src/host/devirginator/config.example	2007-03-02 21:15:39 UTC (rev 1225)
+++ trunk/src/host/devirginator/config.example	2007-03-02 21:55:50 UTC (rev 1226)
@@ -87,4 +87,19 @@
 # SPLASH=http://wiki.openmoko.org/images/c/c2/System_boot.png
 
 
+#### SUPPLEMENTARY DOWNLOADS  #################################################
+
+# Some files may be useful when building a portable tarball. They are only
+# added to tmp/ when mentioned in the configuration. The "devirginate" script
+# does not access these files directly.
+
+# OPENOCD: OpenOCD executable. 
+# Example:
+# OPENOCD=$OMDIR/openocd/src/openocd
+
+# OPENOCD_CFG: OpenOCD configuration. Note that this is probably site-specific.
+# Example:
+# OPENOCD_CFG=$OMDIR/openocd/openocd.cfg
+
+
 ###  END  #####################################################################

Modified: trunk/src/host/devirginator/setup.sh
===================================================================
--- trunk/src/host/devirginator/setup.sh	2007-03-02 21:15:39 UTC (rev 1225)
+++ trunk/src/host/devirginator/setup.sh	2007-03-02 21:55:50 UTC (rev 1226)
@@ -204,8 +204,8 @@
     chmod +x "$OPENOCD"
 fi
 
-if [ ! -z "$OPENOCD_CONFIG" ]; then
-    download OPENOCD_CONFIG "$OPENOCD_CONFIG"
+if [ ! -z "$OPENOCD_CFG" ]; then
+    download OPENOCD_CFG "$OPENOCD_CFG"
 fi
 
 # Set default for TARBALL_VERSION
@@ -362,8 +362,8 @@
 
 To install it on a new machine,
 
-- copy the file devirg-${TARBALL_VERSION}.tar.gz to the new machine
-- tar xfz devirg-${TARBALL_VERSION}.tar.gz
+- copy the file devirginate-${TARBALL_VERSION}.tar.gz to the new machine
+- tar xfz devirginate-${TARBALL_VERSION}.tar.gz
 - cd devirginator-${TARBALL_VERSION}
 
 To set up a device,





More information about the commitlog mailing list