projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f846df
)
- add short section about offline-builds
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 10:07:01 +0000
(10:07 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 10:07:01 +0000
(10:07 -0000)
docs/README
patch
|
blob
|
history
diff --git
a/docs/README
b/docs/README
index 0990d2b58959e251c818da09c3b2d66f525fa051..6157365402cd6e54193c050a4492c8ecda2368e9 100644
(file)
--- a/
docs/README
+++ b/
docs/README
@@
-13,6
+13,19
@@
You do not need to be root to build or run buildroot. Have fun!
-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:
===============================