Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html
https://buildroot.org/

Vicente Olivert Riera 1d94cb7bdc linux-headers: bump 4.{1,2}.x series 10 år sedan
arch 7deaa277fd arch/arm: add missing arm1136j-s variant 10 år sedan
board aa8c11105d olimex_a20_olinuxino_lime2: new board 10 år sedan
boot 890c9e761b grub2: pass target NM, OBJCOPY and STRIP 10 år sedan
configs aa8c11105d olimex_a20_olinuxino_lime2: new board 10 år sedan
docs c7ed1243a5 docs/manual: FOO_SITE must not have a trailing slash 10 år sedan
fs 7a691d08e3 fs: iso9660: change boot menu entry text 10 år sedan
linux 5f6cb63454 linux: bump default to version 4.2.2 10 år sedan
package 1d94cb7bdc linux-headers: bump 4.{1,2}.x series 10 år sedan
support 2e39ffcc6a pkg-perl: refactor perl infrastructure 10 år sedan
system bfd969d29f skeleton: fix absence of /dev/shm on static, read-only systems 10 år sedan
toolchain 066fd9017f toolchain-external: fix musl-based builds on ARMhf platforms 10 år sedan
.defconfig a46007daa7 arch: kill avr32 11 år sedan
.gitignore 145508473c update gitignore 12 år sedan
CHANGES 20a36cd877 Update for 2015.08 10 år sedan
COPYING 1aeaae4990 clarify license and fix website license link 16 år sedan
Config.in a658c4d178 blackbox: remove deprecated package 10 år sedan
Config.in.legacy 4d131b4da9 package/freerdp: prepare for adding another client 10 år sedan
Makefile 87f3edecc6 target-finalize: remove extra /usr/libexec/{*.a,*.la} files 10 år sedan
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG 12 år sedan
README 33bb2822cd README: mention 'make list-defconfigs' 10 år sedan

README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot. Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.