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/

Max Filippov af863a3bc0 binutils: fix xtensa gas trampolines regression %!s(int64=10) %!d(string=hai) anos
arch 083ec2df6c arch/Config.in.xtensa: provide BR2_ENDIAN symbol %!s(int64=10) %!d(string=hai) anos
board d59749363f qmx6_defconfig: update %!s(int64=10) %!d(string=hai) anos
boot 8721c03a7f barebox: unbreak custom patch handling after 0eba4759 (packages: apply custom patches using *.patch instead of <pkg>-*.patch) %!s(int64=10) %!d(string=hai) anos
configs 19d5953bf1 sh4: fix toolchain creation %!s(int64=10) %!d(string=hai) anos
docs 8548238e95 docs/manual: add list of instrumentation steps %!s(int64=10) %!d(string=hai) anos
fs 54640e8e89 fs: only add non rootfs- targets to PACKAGES %!s(int64=10) %!d(string=hai) anos
linux 715ebe3b4d linux: do not check hashes for custom versions and tarballs %!s(int64=10) %!d(string=hai) anos
package af863a3bc0 binutils: fix xtensa gas trampolines regression %!s(int64=10) %!d(string=hai) anos
support 965e3b96b6 fix typo in package install suggestion for dependencies %!s(int64=10) %!d(string=hai) anos
system b7c6e6c1c1 system: drop IPv6 depend for systemd %!s(int64=10) %!d(string=hai) anos
toolchain 808c3fb8d2 toolchain/external: better report RPC error for custom toolchains %!s(int64=10) %!d(string=hai) anos
.defconfig a46007daa7 arch: kill avr32 %!s(int64=11) %!d(string=hai) anos
.gitignore 145508473c update gitignore %!s(int64=12) %!d(string=hai) anos
CHANGES 5628a15a69 Update for 2015.05-rc1 %!s(int64=10) %!d(string=hai) anos
COPYING 1aeaae4990 clarify license and fix website license link %!s(int64=16) %!d(string=hai) anos
Config.in c6aeba2b31 Config.in: remove BR2_DEPRECATED_SINCE_2014_02 %!s(int64=11) %!d(string=hai) anos
Config.in.legacy eff7c14495 package/mono: bump to version 4.0.1 %!s(int64=10) %!d(string=hai) anos
Makefile e4dde2536a Makefile: Handle whitespace when stripping .ko %!s(int64=10) %!d(string=hai) anos
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG %!s(int64=12) %!d(string=hai) anos
README 33bb2822cd README: mention 'make list-defconfigs' %!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.