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/

Baruch Siach 6a1aa4e2da swupdate: fix build with older glibc %!s(int64=8) %!d(string=hai) anos
arch cc405b4cb3 arch, linux, package: remove whitespaces %!s(int64=8) %!d(string=hai) anos
board 13a4d5e580 configs/lego_ev3: use genimage to rename uImage file %!s(int64=8) %!d(string=hai) anos
boot d704045a14 boot/uboot: bump to version 2017.05 %!s(int64=8) %!d(string=hai) anos
configs 3a51b42a24 configs/lego_ev3: use ext4 file system %!s(int64=8) %!d(string=hai) anos
docs ac187d7e2c docs/website: update for 2017.02.3 %!s(int64=8) %!d(string=hai) anos
fs 426fd787fa ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS %!s(int64=8) %!d(string=hai) anos
linux ff332f6996 linux: bump default version to 4.11.4 %!s(int64=8) %!d(string=hai) anos
package 6a1aa4e2da swupdate: fix build with older glibc %!s(int64=8) %!d(string=hai) anos
support ed0ce49537 support/scripts: fix shebang with python %!s(int64=8) %!d(string=hai) anos
system fc91501e6b system: do not overwrite /bin/sh Busybox symlink %!s(int64=8) %!d(string=hai) anos
toolchain d49b47d165 toolchain/toolchain-common.in: adjust BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for GCC 7 %!s(int64=8) %!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
.gitlab-ci.yml be95978f3c .gitlab-ci.yml: regenerate after snps_archs38_zebu_defconfig rename %!s(int64=8) %!d(string=hai) anos
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image %!s(int64=8) %!d(string=hai) anos
CHANGES 1ba865a500 Update for 2017.02.3 %!s(int64=8) %!d(string=hai) anos
COPYING d830036cce COPYING: add exception about patch licensing %!s(int64=10) %!d(string=hai) anos
Config.in f165032e4f package: add generic support for lz archives %!s(int64=9) %!d(string=hai) anos
Config.in.legacy f66952197b package/gcc: remove gcc 4.8 %!s(int64=8) %!d(string=hai) anos
DEVELOPERS bb442abdf1 refpolicy: new package %!s(int64=8) %!d(string=hai) anos
Makefile 284d4f216c Kickoff 2017.08 cycle %!s(int64=8) %!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