summaryrefslogtreecommitdiffstats
path: root/docs/about.html
blob: 583d97ff4f9f1c56f3ff644721fcba0ee70f4e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--#include file="header.html" -->


<!-- Begin Introduction section -->

<h3>buildroot: making Embedded Linux easy</h3>


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>

buildroot is maintained by <a href=
"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and
licensed under the
<a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>.


<!--#include file="footer.html" -->