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/

Thomas Petazzoni d98d7d660e syslinux: add missing dependency on host-util-linux vor 8 Jahren
arch cc405b4cb3 arch, linux, package: remove whitespaces vor 8 Jahren
board 0c6c3b2237 configs/stm32f4xx: use kernel version 4.11 vor 8 Jahren
boot d98d7d660e syslinux: add missing dependency on host-util-linux vor 8 Jahren
configs 0c6c3b2237 configs/stm32f4xx: use kernel version 4.11 vor 8 Jahren
docs ac187d7e2c docs/website: update for 2017.02.3 vor 8 Jahren
fs 426fd787fa ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS vor 8 Jahren
linux ba0a5b11d9 linux: exclude from hash check except for latest version vor 8 Jahren
package 26d7dcb8ad package/python-ipython-genutils: New package vor 8 Jahren
support 9cbe364f57 support/scripts: fix shebang with bash vor 8 Jahren
system fc91501e6b system: do not overwrite /bin/sh Busybox symlink vor 8 Jahren
toolchain d49b47d165 toolchain/toolchain-common.in: adjust BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for GCC 7 vor 8 Jahren
.defconfig 4338a319b7 arch: remove support for sh64 vor 9 Jahren
.gitignore 145508473c update gitignore vor 12 Jahren
.gitlab-ci.yml ca4322ac24 .gitlab-ci.yml: sync with latest defconfig additions vor 8 Jahren
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image vor 8 Jahren
CHANGES 1ba865a500 Update for 2017.02.3 vor 8 Jahren
COPYING d830036cce COPYING: add exception about patch licensing vor 10 Jahren
Config.in f165032e4f package: add generic support for lz archives vor 9 Jahren
Config.in.legacy f66952197b package/gcc: remove gcc 4.8 vor 8 Jahren
DEVELOPERS 26d7dcb8ad package/python-ipython-genutils: New package vor 8 Jahren
Makefile 284d4f216c Kickoff 2017.08 cycle vor 8 Jahren
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED vor 9 Jahren
README b084eb38be README: add reference to submitting-patches vor 10 Jahren

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