r4910 - developers/werner/smallsys

werner at docs.openmoko.org werner at docs.openmoko.org
Tue Feb 3 13:24:15 CET 2009


Author: werner
Date: 2009-02-03 13:24:14 +0100 (Tue, 03 Feb 2009)
New Revision: 4910

Modified:
   developers/werner/smallsys/README
Log:
We need developers/werner/ in the SVN hierarchy and pass the
correct path to the SVN base if it can't be auto-detected.



Modified: developers/werner/smallsys/README
===================================================================
--- developers/werner/smallsys/README	2009-02-01 20:16:00 UTC (rev 4909)
+++ developers/werner/smallsys/README	2009-02-03 12:24:14 UTC (rev 4910)
@@ -5,8 +5,8 @@
 
   Create a suitable build directory and cd to it, e.g.,
 
-  mkdir $HOME/fun
-  cd $HOME/fun
+  mkdir -p $HOME/fun/developers/werner
+  cd $HOME/fun/developers/werner
 
   Then exctract just the files you need for the task:
 
@@ -19,6 +19,11 @@
 
   ../myroot/myroot small.myroot
 
+  If myroot doesn't find the SVN directory, provide it in the environment
+  variable SVN, e.g.,
+
+  SVN=$HOME/fun ../myroot/myroot small.myroot
+
   There are complains about failure to download some files, lack of "rm",
   and busybox.postinst. They're harmless and can be ignored. The resulting
   rootfs should be about 4.5 MB (du -sh root).
@@ -27,7 +32,7 @@
 
 - Edit CONFIG_INITRAMFS_SOURCE to point to the root directory of the small
   file system, e.g.,
-  CONFIG_INITRAMFS_SOURCE="/home/whoever/fun/smallsys/root/"
+  CONFIG_INITRAMFS_SOURCE="/home/whoever/fun/developers/werner/smallsys/root/"
 
 - Build the kernel. It should be slightly smaller than 3MB.
 




More information about the commitlog mailing list