afdd5cebe2
This patch reworks the 'Getting Buildroot' section of the manual as follows: - be more specific on the Buildroot release cycle - refer to the download page of the website for details on snapshots and git, instead of duplicating the information. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
532 B
Plaintext
17 lines
532 B
Plaintext
// -*- mode:doc; -*-
|
|
// vim: set syntax=asciidoc:
|
|
|
|
[[getting-buildroot]]
|
|
== Getting Buildroot
|
|
|
|
Buildroot releases are made every 3 months, in February, May, August and
|
|
November. Release numbers are in the format YYYY.MM, so for example
|
|
2013.02, 2014.08.
|
|
|
|
Release tarballs are available at http://buildroot.org/downloads/[].
|
|
|
|
If you want to follow development, you can use the daily snapshots or
|
|
make a clone of the Git repository. Refer to the
|
|
http://buildroot.org/download[Download page] of the Buildroot website
|
|
for more details.
|