]> Git Repo - buildroot-mgba.git/blob - docs/about.html
manual: add manual generation date/git revision in the manual text
[buildroot-mgba.git] / docs / about.html
1 <!--#include file="header.html" -->
2
3
4 <!-- Begin Introduction section -->
5
6 <h3>Buildroot: making Embedded Linux easy</h3>
7
8 <div align="center">
9 <a href="images/menuconfig.png">
10  <img src="images/menuconfig_small.png" width="340" height="220"
11  alt="Buildroot menuconfig" border="0">
12 </a>
13 </div>
14
15 <p>Buildroot is a set of Makefiles and patches that makes it easy to
16 generate a complete embedded Linux system. Buildroot can generate any
17 or all of a cross-compilation toolchain, a root filesystem, a kernel
18 image and a bootloader image. Buildroot is useful mainly for people
19 working with small or embedded systems, using various CPU
20 architectures (x86, ARM, MIPS, PowerPC, etc.) : it automates the
21 building process of your embedded system and eases the
22 cross-compilation process.</p>
23
24 <p>The major Buildroot features are:</p>
25
26 <ul>
27
28   <li>Can <b>handle everything</b> in your embedded system development
29   project: cross-compiling toolchain, root filesystem generation,
30   kernel image compilation and bootloader compilation. Buildroot is
31   also sufficiently flexible that it can also be used for only one or
32   several of these steps.</li>
33
34   <li>Is <b>very easy</b> to set up, thanks to its menuconfig, gconfig
35   and xconfig configuration interfaces, familiar to all embedded Linux
36   developers. Building a basic embedded Linux system with Buildroot
37   typically takes 15-30 minutes.</li>
38
39   <li>Supports <b>several hundreds of packages</b> for userspace
40   applications and libraries: X.org stack, Gtk2, Qt, DirectFB, SDL,
41   GStreamer and a large number of network-related and system-related
42   utilities and libraries are supported.</li>
43
44   <li>Supports <b>multiple filesystem types</b> for the root
45   filesystem image: JFFS2, UBIFS, tarballs, romfs, cramfs, squashfs
46   and more.</li>
47
48   <li>Can generate an uClibc cross-compilation toolchain, or re-use
49   your existing glibc, eglibc or uClibc cross-compilation
50   toolchain</li>
51
52   <li>Has a <b>simple structure</b> that makes it easy to understand
53   and extend. It relies only on the well-known Makefile language.</li>
54
55 </ul>
56
57 <p>Buildroot is maintained by <a href=
58 "mailto:[email protected]">Peter Korsgaard</a>, and licensed under the
59 <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
60 GENERAL PUBLIC LICENSE V2 (Or later)</a>. Stable releases are
61 delivered every three months.</p>
62
63
64 <!--#include file="footer.html" -->
This page took 0.032344 seconds and 4 git commands to generate.