[Buildroot] svn commit: trunk/buildroot/docs

aldot at uclibc.org aldot at uclibc.org
Wed Jan 17 10:07:02 UTC 2007


Author: aldot
Date: 2007-01-17 02:07:01 -0800 (Wed, 17 Jan 2007)
New Revision: 17333

Log:
- add short section about offline-builds


Modified:
   trunk/buildroot/docs/README


Changeset:
Modified: trunk/buildroot/docs/README
===================================================================
--- trunk/buildroot/docs/README	2007-01-17 00:48:32 UTC (rev 17332)
+++ trunk/buildroot/docs/README	2007-01-17 10:07:01 UTC (rev 17333)
@@ -13,6 +13,19 @@
 
  -Erik
 
+Offline build:
+==============
+
+In order to do an offline-build (not connected to the net), fetch all
+selected source by issuing a
+$ make source
+
+before you disconnect.
+If your build-host is never connected, then you have to copy buildroot
+and your toplevel .config to a machine that has an internet-connection
+and issue "make source" there, then copy the content of your dl/ dir to
+the build-host.
+
 More finegrained configuration:
 ===============================
 




More information about the buildroot mailing list