| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <!--#include file="header.html" -->
- <div class="container">
- <div class="row nh">
- <div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
- <div class="panel panel-primary">
- <div class="panel-heading">Download</div>
- <div class="panel-body">
- <table class="table">
- <tr>
- <td></td>
- <th>Series</th>
- <th>End of Life</th>
- <th>Latest release</th>
- <th>Latest release date</th>
- <th colspan="2">Downloads</td>
- </tr>
- <!--
- <tr>
- <th>Candidate</th>
- <th>2025.11.x</th>
- <td>March 2026</td>
- <td>
- 2025.11-rc2<br/>
- <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.11-rc2/CHANGES">
- Changelog
- </a>
- </td>
- <td>2025-11-20</td>
- <td>
- <a href="/downloads/buildroot-2025.11-rc2.tar.gz">
- <img src="images/zip.png" width="24" alt="">
- .tar.gz
- </a><br/>
- <a href="/downloads/buildroot-2025.11-rc2.tar.gz.sign">[PGP sig]</a>
- </td>
- <td>
- <a href="/downloads/buildroot-2025.11-rc2.tar.xz">
- <img src="images/package.png" width="24" alt="">
- .tar.xz
- </a><br/>
- <a href="/downloads/buildroot-2025.11-rc2.tar.xz.sign">[PGP sig]</a>
- </td>
- </tr>
- -->
- <tr>
- <th>Stable</th>
- <th>2025.11.x</th>
- <td>March 2026</td>
- <td>
- 2025.11<br/>
- <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.11/CHANGES">
- Changelog
- </a>
- </td>
- <td>2025-12-11</td>
- <td>
- <a href="/downloads/buildroot-2025.11.tar.gz">
- <img src="images/zip.png" width="24" alt="">
- .tar.gz
- </a><br/>
- <a href="/downloads/buildroot-2025.11.tar.gz.sign">[PGP sig]</a>
- </td>
- <td>
- <a href="/downloads/buildroot-2025.11.tar.xz">
- <img src="images/package.png" width="24" alt="">
- .tar.xz
- </a><br/>
- <a href="/downloads/buildroot-2025.11.tar.xz.sign">[PGP sig]</a>
- </td>
- <tr>
- <th>Long-term support</th>
- <th>2025.02.x</th>
- <td>March 2028</td>
- <td>
- 2025.02.9<br/>
- <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2025.02.9/CHANGES">
- Changelog
- </a>
- </td>
- <td>2025-11-20</td>
- <td>
- <a href="/downloads/buildroot-2025.02.9.tar.gz">
- <img src="images/zip.png" width="24" alt="">
- .tar.gz
- </a><br/>
- <a href="/downloads/buildroot-2025.02.9.tar.gz.sign">[PGP sig]</a>
- </td>
- <td>
- <a href="/downloads/buildroot-2025.02.9.tar.xz">
- <img src="images/package.png" width="24" alt="">
- .tar.xz
- </a><br/>
- <a href="/downloads/buildroot-2025.02.9.tar.xz.sign">[PGP sig]</a>
- </td>
- </tr>
- </table>
- This and earlier releases (and their PGP signatures) can always be downloaded from
- <a href="/downloads/">https://buildroot.org/downloads/</a>.
- </div>
- </div>
- <div class="panel panel-primary">
- <div class="panel-heading">Git repository</div>
- <div class="panel-body">
- <p>The buildroot repository can be browsed online at
- <a href="https://gitlab.com/buildroot.org/buildroot/">https://gitlab.com/buildroot.org/buildroot/</a>.</p>
- <p>To grab a copy of the repository use</p>
- <div class="input-group" style="width: 100%;">
- <input class="form-control" style="width: 85%;" id="giturl"
- value="git clone https://gitlab.com/buildroot.org/buildroot.git" type="text" readonly></input>
- <span class="input-group-button">
- <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
- data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
- <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
- </button>
- </span>
- </div><br>
- <p>If you are not already familiar with using Git, we recommend
- you visit <a href="https://git-scm.org">the Git
- website</a>.</p>
- <p>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:</p>
- <pre>git pull</pre>
- <p>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.</p>
- </div>
- </div>
- </div><!--/.col-sm-10 -->
- </div><!--/.row -->
- </div>
- <!--#include file="footer.html" -->
|