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/

Julien CORJON f75ee80d65 package/qt5quick1: remove obsolete package há 9 anos atrás
arch 4724343236 arch/arm: add Cortex-M4 entry há 9 anos atrás
board 3f69339211 qemu-m68k: add new board há 9 anos atrás
boot 3eeeb03e89 barebox: bump to version 2016.03.0 há 9 anos atrás
configs 3f69339211 qemu-m68k: add new board há 9 anos atrás
docs 84c825f8e8 core: add the possibility to provide help for custom rules há 9 anos atrás
fs 3f28a38e1a fs/common: generate users before setting permissions há 10 anos atrás
linux 8143721c3e linux: build and install kernel selftests há 9 anos atrás
package f75ee80d65 package/qt5quick1: remove obsolete package há 9 anos atrás
support 746a91ab31 scancpan: use recommend & test flags only at first level há 9 anos atrás
system 25043d8a31 skeleton: Recreate /var/run symlink há 10 anos atrás
toolchain 5b96eb6703 toolchain/external: add hashes for actual sources há 9 anos atrás
.defconfig a46007daa7 arch: kill avr32 há 11 anos atrás
.gitignore 145508473c update gitignore há 12 anos atrás
CHANGES aaf6c28a5c Update for 2016.02 há 10 anos atrás
COPYING d830036cce COPYING: add exception about patch licensing há 10 anos atrás
Config.in 8fce6d7c16 Config.in: add symbols for BR2_HOST_GCC_AT_LEAST_4_6 há 9 anos atrás
Config.in.legacy f75ee80d65 package/qt5quick1: remove obsolete package há 9 anos atrás
Makefile 0a767deba0 core: also display the custom help with our main help há 9 anos atrás
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG há 12 anos atrás
README b084eb38be README: add reference to submitting-patches há 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.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches