From cec43a8f2544532642bb2c5d48bf95eac8606ba7 Mon Sep 17 00:00:00 2001
From: Maxime Hadjinlian Buildroot is a set of Makefiles and patches that makes it easy to
@@ -60,5 +52,4 @@ cross-compilation process.Buildroot: making Embedded Linux easy
-
Don't forget to look at Support if you need any +help. +And thanks for your help !
+ +But despite our best effort, sometimes it fails.
+That's where you can help ! Look at a package that fails and try to fix it !
+ +You can have a look at a patch that interests you and test it on your machine, +if it succeeds, you can send a "Tested-by", +if it fails, you can also send a mail on the mailing + list and report what has happened to you.
+ + diff --git a/docs/developer.html b/docs/developer.html deleted file mode 100644 index ee83324d5d..0000000000 --- a/docs/developer.html +++ /dev/null @@ -1,47 +0,0 @@ - - - -- -To obtain developer access, you will need to demonstrate you are -serious by submitting a few good patches first. Then, you will need -to select a username to use when logging in, you will need to send me -the username you have selected, you must send me your preferred -contact email address, and finally, you must send me an ssh version 2 -DSA key with 1024 bits (the default) or more. If you do not currently -have an ssh version 2 DSA key, you can generate a key using the -command
ssh-keygen -t dsaThis will create the -files
/home/<USERNAME>/ssh/id_dsa -/home/<USERNAME>/.ssh/id_dsa.pubIt is recommended that -you generate a key with a "passphrase" for security reasons. - -
-Make the file known to the system by running - -
ssh-add ~/.ssh/id_dsa- -You must then send the content of 'id_dsa.pub' to me so I can setup your account. -The content of 'id_dsa' should of course be kept secret. - -
-
-Once you have an account, you can use it to store Git
-repositories. Simply put them in subdirectories of your ~/git, and
-touch ~/git/ The Buildroot user manual is where you want to start reading if you
wish to understand how Buildroot works, or wish to change/extend/fix
@@ -28,7 +28,7 @@ help:
@@ -43,8 +41,45 @@ follow development, but cannot or do not wish to use Git.
+
+Please use the native git protocol if at all possible, as it's a lot
+more efficient than HTTP.
+
+
+
+If you are not already familiar with using Git, we recommend you visit the Git website.
+
+
+
+Once you've checked out a copy of the source tree, you can update your source
+tree at any time so it is in sync with the latest and greatest by entering your
+buildroot directory and running the command:
+
+
-
- Copyright © 1999-2005 Erik Andersen,
- 2006-2014 The Buildroot developers
- git clone git://git.buildroot.net/~<USERNAME>/git/<REPO>
-
-For additional detail on how to use Git, please visit the
-the Git website.
-
-
-
-
diff --git a/docs/docs.html b/docs/docs.html
index bd8753cd59..1e245538ab 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -1,6 +1,6 @@
-Documentation
+Documentation
-
+
+buildroot at uclibc.org
Download
+Download
Repository
+
+The buildroot repository can be browsed online through cgit at
+http://git.buildroot.net/buildroot.
+To grab a copy of the repository use
+
+
+git clone git://git.buildroot.net/buildroot
+
+Or if you're behind a firewall blocking git:
+
+
+git clone http://git.buildroot.net/git/buildroot.git
+
+
+git pull
+
+
+Because you've only been granted anonymous access to the tree, you won't be
+able to push your changes to the repo. Changes can instead be submitted for
+inclusion by posting them to the buildroot mailing list.
+
diff --git a/docs/footer.html b/docs/footer.html
index d3b239b644..0a555cca8f 100644
--- a/docs/footer.html
+++ b/docs/footer.html
@@ -1,21 +1,7 @@
-
-
-
-
-
-
-
-
-
-
- Mail all comments, insults, suggestions and bribes to
-
- The Buildroot developers buildroot@buildroot.org
-
-
+
+
+
+
+