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 3fe434bf35 glib-networking: specify GIO_MODULE_DIR for target пре 10 година
arch 7deaa277fd arch/arm: add missing arm1136j-s variant пре 10 година
board 357cf46f9a configs: fix build of calao_qil_a9260_defconfig пре 10 година
boot 76f2230d2c u-boot: add an option to indicate that DTC is needed пре 10 година
configs 7dca662665 arm_foundationv8_defconfig: rely on default Image name for kernel пре 10 година
docs 1e97b27873 ccache: support changing the output directory пре 10 година
fs 03f18925a0 fs/romfs: remove redunant ROMFS_TARGET definition пре 10 година
linux 55a6b6d0d1 linux: add 'Image' as the image name for aarch64 пре 10 година
package 3fe434bf35 glib-networking: specify GIO_MODULE_DIR for target пре 10 година
support e31ad0e809 package-cmake: remove now-redundant target ccache support пре 10 година
system a92b886a03 skeleton: Pretty fixes for /etc/profile пре 10 година
toolchain ccdb179d24 toolchain-wrapper.c: unbreak BR_CROSS_PATH_ABS handling пре 10 година
.defconfig a46007daa7 arch: kill avr32 пре 11 година
.gitignore 145508473c update gitignore пре 12 година
CHANGES 20a36cd877 Update for 2015.08 пре 10 година
COPYING 1aeaae4990 clarify license and fix website license link пре 16 година
Config.in 1e97b27873 ccache: support changing the output directory пре 10 година
Config.in.legacy e44edb825b util-linux: update tool select options пре 10 година
Makefile 792f1278e3 toolchain-wrapper: support change of BR2_CCACHE пре 10 година
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG пре 12 година
README 33bb2822cd README: mention 'make list-defconfigs' пре 10 година

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.