news.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!--#include file="header.html" -->
  2. <ul>
  3. <li><b>16 July 2006 -- Buildroot mailing list</b>
  4. <p>Buildroot now has its own <a href=lists.html>mailing list</a>.</p>
  5. <li><b>21 February 2005 -- Buildroot webpage added</b><p>
  6. Buildroot is a set of Makefiles and patches that makes it easy generate a
  7. cross-compilation toolchain and root filesystem for your target Linux
  8. system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
  9. Buildroot is useful mainly for people working with small or embedded
  10. systems. Embedded systems often use processors that are not the regular
  11. x86 processors everyone is used to using on their PC. It can be PowerPC
  12. processors, MIPS processors, ARM processors, etc. And to be extra safe,
  13. you do not need to be root to build or run buildroot.
  14. <p>
  15. And as of today buildroot even has its own webpage, making it a first class
  16. citizen of uclibc.org and busybox.net, and more importantly, make it easy
  17. to find and point to buildroot.
  18. <p>
  19. If you find a bug in buildroot, or wish to submit a patch to fix a problem
  20. or add a shiny new feature, please use the <a
  21. href="http://bugs.uclibc.org/">Bug and Patch Tracking System</a> to post
  22. the details, to make certain your work is not lost.
  23. </ul>
  24. <!--#include file="footer.html" -->