Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
commitlog-requ...@lists.openmoko.org
You can reach the person managing the list at
commitlog-ow...@lists.openmoko.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r4910 - developers/werner/smallsys (wer...@docs.openmoko.org)
--- Begin Message ---
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.
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog