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 cc5e9fe4bb xtables-addons: use $(TARGET_MAKE_ENV) when calling $(MAKE) %!s(int64=9) %!d(string=hai) anos
arch 1b974425d1 MIPS: add support for M6201 cores %!s(int64=9) %!d(string=hai) anos
board 12c01e4a05 configs/freescale_mpc8315erdb: remove U-Boot build %!s(int64=9) %!d(string=hai) anos
boot 02e11d02f4 uboot: add option to optionally depend on host-openssl %!s(int64=9) %!d(string=hai) anos
configs 59b9cc7a2d configs/zynq_*: add BR2_TARGET_UBOOT_NEEDS_OPENSSL=y %!s(int64=9) %!d(string=hai) anos
docs 6bb30bd7e5 website: add Free Electrons as a current sponsor %!s(int64=9) %!d(string=hai) anos
fs 9cdb281fa6 fs/common: add option to execute custom scripts under fakeroot %!s(int64=9) %!d(string=hai) anos
linux ccf41a3bba linux: bump default to version 4.8.3 %!s(int64=9) %!d(string=hai) anos
package cc5e9fe4bb xtables-addons: use $(TARGET_MAKE_ENV) when calling $(MAKE) %!s(int64=9) %!d(string=hai) anos
support a1d12fe939 get-developers: use --cc instead of --to for developers %!s(int64=9) %!d(string=hai) anos
system 0b0434437a system: fix typo %!s(int64=9) %!d(string=hai) anos
toolchain 70f76e05b9 toolchain/external: remove unused Linaro symlink hook %!s(int64=9) %!d(string=hai) anos
.defconfig 4338a319b7 arch: remove support for sh64 %!s(int64=9) %!d(string=hai) anos
.gitignore 145508473c update gitignore %!s(int64=12) %!d(string=hai) anos
CHANGES ec166411e2 CHANGES: fix typo in 2016.08 release line %!s(int64=9) %!d(string=hai) anos
COPYING d830036cce COPYING: add exception about patch licensing %!s(int64=10) %!d(string=hai) anos
Config.in 0f4435e950 core: do not hard-code inclusion of br2-external in Kconfig %!s(int64=9) %!d(string=hai) anos
Config.in.legacy 3534399db4 wvstreams: remove deprecated package %!s(int64=9) %!d(string=hai) anos
DEVELOPERS b905df0df7 DEVELOPERS: add entry for inadyn %!s(int64=9) %!d(string=hai) anos
Makefile 173135df5b core: re-enter make if $(CURDIR) or $(O) are not canonical paths %!s(int64=9) %!d(string=hai) anos
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED %!s(int64=9) %!d(string=hai) anos
README b084eb38be README: add reference to submitting-patches %!s(int64=10) %!d(string=hai) anos

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