* [Buildroot] [pull request] Pull request for branch target-dont-use
@ 2009-10-30 8:14 Thomas Petazzoni
2009-10-30 8:14 ` [Buildroot] [PATCH 1/1] documentation: insist more on why output/target/ should not be used Thomas Petazzoni
2009-10-30 12:16 ` [Buildroot] [pull request] Pull request for branch target-dont-use Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-10-30 8:14 UTC (permalink / raw)
To: buildroot
The following changes since commit 83f1ec65a0e3488376976754c5662330eab6fb80:
Peter Korsgaard (1):
util-linux: fix kconfig typo
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot target-dont-use
Thomas Petazzoni (1):
documentation: insist more on why output/target/ should not be used
docs/buildroot.html | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] documentation: insist more on why output/target/ should not be used
2009-10-30 8:14 [Buildroot] [pull request] Pull request for branch target-dont-use Thomas Petazzoni
@ 2009-10-30 8:14 ` Thomas Petazzoni
2009-10-30 12:16 ` [Buildroot] [pull request] Pull request for branch target-dont-use Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-10-30 8:14 UTC (permalink / raw)
To: buildroot
A lot of people complain that the root filesystem generated by
Buildroot doesn't work because it lacks the device files. This is
because they use output/target/ instead of one of the images.
Therefore, insist in the documentation on this point. Even though I'm
unsure if users really read the documentation :-)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
docs/buildroot.html | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 0b2e1b4..d56b663 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -207,13 +207,19 @@
binaries and libraries, that make it far too big for an embedded
system.</li>
- <li><code>target/<code> which contains the root filesystem for
- the target. Only the necessary files to run the libraries and
- applications are installed in this directory. However,
- <code>target/dev/</code> doesn't contain the device files, as
- creating device files requires the root access. The device files
- only exist in the root filesystem image produced by
- Buildroot.</li>
+ <li><code>target/</code> which contains <i>almost</i> the root
+ filesystem for the target: everything needed is present except
+ the device files in <code>/dev/</code> (Buildroot can't create
+ them because Buildroot doesn't run as root and does not want to
+ run as root). Therefore, this directory <b>should not be used on
+ your target</b> but instead you should use one of the images
+ built in the <code>images/</code> directory. If you need an
+ extracted image of the root filesystem, for booting over NFS,
+ then use the tarball image generated in <code>images/</code> and
+ extract it as root.<br/>Compared to <code>staging/</code>,
+ <code>target/</code> contains only the necessary files to run
+ the libraries and applications: all the development files
+ (headers, etc.) are not present.</li>
<li><code>host/</code> contains the installation of tools
compiled for the host that are needed for the proper execution
--
1.6.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Buildroot] [pull request] Pull request for branch target-dont-use
2009-10-30 8:14 [Buildroot] [pull request] Pull request for branch target-dont-use Thomas Petazzoni
2009-10-30 8:14 ` [Buildroot] [PATCH 1/1] documentation: insist more on why output/target/ should not be used Thomas Petazzoni
@ 2009-10-30 12:16 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-10-30 12:16 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The following changes since commit 83f1ec65a0e3488376976754c5662330eab6fb80:
Thomas> Peter Korsgaard (1):
Thomas> util-linux: fix kconfig typo
Thomas> are available in the git repository at:
Thomas> git://git.busybox.net/~tpetazzoni/git/buildroot target-dont-use
Thomas> Thomas Petazzoni (1):
Thomas> documentation: insist more on why output/target/ should not be used
Pulled and pushed - Thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-30 12:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-30 8:14 [Buildroot] [pull request] Pull request for branch target-dont-use Thomas Petazzoni
2009-10-30 8:14 ` [Buildroot] [PATCH 1/1] documentation: insist more on why output/target/ should not be used Thomas Petazzoni
2009-10-30 12:16 ` [Buildroot] [pull request] Pull request for branch target-dont-use Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox