2005-02-21 22:16:29 +01:00
|
|
|
<!--#include file="header.html" -->
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
2009-02-12 10:33:01 +01:00
|
|
|
<li><b>12 February 2009 -- 2009.02 released</b>
|
|
|
|
<p>The stable 2009.02 release is out - Thanks to everyone
|
|
|
|
contributing and testing the release candidates. See the
|
|
|
|
<a href="http://lists.busybox.net/pipermail/buildroot/2009-February/025974.html">announcement</a>
|
|
|
|
for more details, and go to the <a href="/downloads/">downloads page</a>
|
|
|
|
to pick up the <a href="/downloads/buildroot-2009.02.tar.bz2">2009.02
|
|
|
|
release</a>.</p>
|
|
|
|
|
2009-02-09 17:44:09 +01:00
|
|
|
<li><b>9 February 2009 -- 2009.02-rc4 released</b>
|
|
|
|
<p>We had more than 50 changes since RC3, several of them
|
|
|
|
toolchain related, so decided to make a RC4 as well. This is
|
|
|
|
very much expected to be the final release candidate, so give it
|
|
|
|
a good test and expect a final 2009.02 release this week unless
|
|
|
|
critical issues are found.</p>
|
|
|
|
|
|
|
|
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
|
|
|
<a href="/downloads/buildroot-2009.02-rc4.tar.bz2">2009.02-rc4
|
|
|
|
release candidate</a>, and report any problems found to the <a
|
|
|
|
href="lists.html">mailing list</a> or <a
|
|
|
|
href="http://bugs.uclibc.org">bug tracker</a>.</p>
|
|
|
|
|
2009-02-01 00:02:41 +01:00
|
|
|
<li><b>31 January 2009 -- 2009.02-rc3 released</b>
|
|
|
|
<p>RC3 is out with more cleanups and bug fixes. Unless big issues
|
|
|
|
are found, expect this to be the last release candidate before the
|
|
|
|
release - So give it a good test.</p>
|
|
|
|
|
|
|
|
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
|
|
|
<a href="/downloads/buildroot-2009.02-rc3.tar.bz2">2009.02-rc3
|
|
|
|
release candidate</a>, and report any problems found to the <a
|
|
|
|
href="lists.html">mailing list</a> or <a
|
|
|
|
href="http://bugs.uclibc.org">bug tracker</a>.</p>
|
|
|
|
|
2009-01-23 22:06:05 +01:00
|
|
|
<li><b>23 January 2009 -- 2009.02-rc2 released</b>
|
|
|
|
<p>Another week, another release candidate with a bunch of
|
|
|
|
cleanups and build fixes.</p>
|
|
|
|
|
|
|
|
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
|
|
|
<a href="/downloads/buildroot-2009.02-rc2.tar.bz2">2009.02-rc2
|
|
|
|
release candidate</a>, and report any problems found to the <a
|
|
|
|
href="lists.html">mailing list</a> or <a
|
|
|
|
href="http://bugs.uclibc.org">bug tracker</a>.</p>
|
|
|
|
|
2009-01-16 20:45:16 +01:00
|
|
|
<li><b>16 January 2009 -- Release candidate and new maintainer</b>
|
|
|
|
<p>It has been a long time coming, but we finally have a new
|
|
|
|
release candidate! - And a new maintainer to match (Peter Korsgaard).</p>
|
|
|
|
|
|
|
|
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
|
|
|
<a href="/downloads/buildroot-2009.02-rc1.tar.bz2">2009.02-rc1
|
|
|
|
release candidate</a>, and report any problems found to the <a
|
|
|
|
href="lists.html">mailing list</a> or <a
|
|
|
|
href="http://bugs.uclibc.org">bug tracker</a>. The plan is to
|
|
|
|
release 2009.02 in time for <a
|
|
|
|
href="http://www.fosdem.org/2009/">FOSDEM</a>.</p>
|
|
|
|
|
2006-07-17 00:14:03 +02:00
|
|
|
<li><b>16 July 2006 -- Buildroot mailing list</b>
|
2006-07-16 21:48:44 +02:00
|
|
|
<p>Buildroot now has its own <a href=lists.html>mailing list</a>.</p>
|
|
|
|
|
2005-02-21 22:16:29 +01:00
|
|
|
<li><b>21 February 2005 -- Buildroot webpage added</b><p>
|
|
|
|
|
|
|
|
Buildroot is a set of Makefiles and patches that makes it easy generate a
|
|
|
|
cross-compilation toolchain and root filesystem for your target Linux
|
|
|
|
system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
|
|
|
|
Buildroot is useful mainly for people working with small or embedded
|
|
|
|
systems. Embedded systems often use processors that are not the regular
|
|
|
|
x86 processors everyone is used to using on their PC. It can be PowerPC
|
|
|
|
processors, MIPS processors, ARM processors, etc. And to be extra safe,
|
|
|
|
you do not need to be root to build or run buildroot.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
And as of today buildroot even has its own webpage, making it a first class
|
|
|
|
citizen of uclibc.org and busybox.net, and more importantly, make it easy
|
|
|
|
to find and point to buildroot.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
If you find a bug in buildroot, or wish to submit a patch to fix a problem
|
|
|
|
or add a shiny new feature, please use the <a
|
|
|
|
href="http://bugs.uclibc.org/">Bug and Patch Tracking System</a> to post
|
|
|
|
the details, to make certain your work is not lost.
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<!--#include file="footer.html" -->
|
|
|
|
|