diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2008-12-15 22:14:02 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2008-12-15 22:14:02 +0000 |
commit | 6844445ef73c62bf40b9cedc119526371117a0e2 (patch) | |
tree | 5df42550d672b49822cc23525df87cb5720b958c | |
parent | c934e1aa1832b750351f6b00edc4d085bf289c71 (diff) |
Mention another important benefit of Buildroot.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | docs/buildroot.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 88fd1d91d..fbe69fb96 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -108,6 +108,12 @@ each <code>gcc</code> and <code>binutils</code> version to make them work on most architectures. </p> + <p>Moreover, Buildroot provides an infrastructure for reproducing + the build process of your embedded root filesystem. Being able to + reproduce the build process will be useful when a component needs + to be patched or updated, or when another person is supposed to + take over the project.</p> + <h2><a name="download" id="download"></a>Obtaining Buildroot</h2> <p>Buildroot is available as daily SVN snapshots or directly using |