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/

Gustavo Zacarias d8da5f1037 linux-headers: remove deprecated version 3.16.x 9 anos atrás
arch 449d7b9127 Add ARM11 MPCore CPU target support 9 anos atrás
board 34d25ae735 orangepipc: readme.txt: fix typo 9 anos atrás
boot cd81c98171 uboot: remove unused helper function insert_define 9 anos atrás
configs 9d7b1c3409 configs/orangepipc: bump u-boot to 2016.01 9 anos atrás
docs cd6153680b docs/manual: add ordering of kconfig options' attributes 9 anos atrás
fs 301c18e123 fs/ext2: add options for extra space and extra inodes 9 anos atrás
linux 5bbbc5b744 linux: handle read-only dts files 9 anos atrás
package d8da5f1037 linux-headers: remove deprecated version 3.16.x 9 anos atrás
support b9be0f65ac support/download: support older bazaar versions 9 anos atrás
system 9c40723489 Makefile: drop ldconfig handling 9 anos atrás
toolchain e424c13460 toolchain/external: add MIPS Codescape IMG GNU Linux toolchain 9 anos atrás
.defconfig a46007daa7 arch: kill avr32 10 anos atrás
.gitignore 145508473c update gitignore 12 anos atrás
CHANGES 3f90e532ff Update for 2015.11 9 anos atrás
COPYING 1aeaae4990 clarify license and fix website license link 16 anos atrás
Config.in 07941f4277 Config.in: Add BR2_DEPRECATED_SINCE_2016_02 9 anos atrás
Config.in.legacy d8da5f1037 linux-headers: remove deprecated version 3.16.x 9 anos atrás
Makefile 91ea933127 core: fix setting of HOSTARCH 9 anos atrás
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG 11 anos atrás
README 33bb2822cd README: mention 'make list-defconfigs' 10 anos atrás

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.