r3697 - developers/john_lee/toolkit

john_lee at sita.openmoko.org john_lee at sita.openmoko.org
Thu Dec 20 08:04:12 CET 2007


Author: john_lee
Date: 2007-12-20 08:04:09 +0100 (Thu, 20 Dec 2007)
New Revision: 3697

Modified:
   developers/john_lee/toolkit/README
Log:
Update README to reflact source code path change and om-conf new
feature.



Modified: developers/john_lee/toolkit/README
===================================================================
--- developers/john_lee/toolkit/README	2007-12-19 18:21:26 UTC (rev 3696)
+++ developers/john_lee/toolkit/README	2007-12-20 07:04:09 UTC (rev 3697)
@@ -19,7 +19,7 @@
 
 In your home directory:
 
-$ cp -r /usr/local/openmoko/arm/share/openmoko-sample2 ~/
+$ cp -r /usr/local/openmoko/source/openmoko-sample2 ~/
 $ . /usr/local/openmoko/arm/setup-env
 $ om-conf openmoko-sample2
 $ om-make-ipkg openmoko-sample2
@@ -34,16 +34,16 @@
 User configuraion
 =================
 
-May edit variables in scripts/script-env
+  * May edit variables in scripts/script-env
 
-If the application need extra configure or autoreconf arguments, they
-could be specified when executing `conf.sh':
+  * If the application need extra configure or autoreconf arguments,
+    they could be specified when executing `conf.sh':
 
-$ EXTRA_OECONF=" --without-foo --enable-bar" om-conf <myapp>
+    $ om-conf <myapp> --without-foo --enable-bar
 
-Can specify your own ipkg control file, if you know what you're doing:
+  * Can specify your own ipkg control file, if you know what you're doing:
 
-$ om-make-ipkg myapp myapp_control
+    $ om-make-ipkg myapp myapp_control
 
 
 Document





More information about the commitlog mailing list