news.html 1.2 KB

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