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/

Peter Korsgaard c2bc504367 Update for 2018.02.12 6 lat temu
arch a18058f0ee arch/arm: restrict more armv8a cores to aarch64 6 lat temu
board 72db196e79 qemu/aarch64-virt: Emulate cortex-a53 in qemu to match Buildroot config 6 lat temu
boot e7c0363e7e boot/barebox: change download site to https 6 lat temu
configs 72db196e79 qemu/aarch64-virt: Emulate cortex-a53 in qemu to match Buildroot config 6 lat temu
docs 208610dbef Makefile, manual, website: Bump copyright year 6 lat temu
fs 668e4b1ab0 fs/tar: add support for xattrs (thus capabilties) 6 lat temu
linux 323d3e1c2f linux: don't check hashes for user-supplied patches 6 lat temu
package 85961d741e {linux, linux-headers}: bump 4.{4, 9, 14, 19, 20}.x / 5.0.x series 6 lat temu
support 774decc216 support/scripts/setlocalversion: ignore user settings for Mercurial 6 lat temu
system 8c751db361 skeleton: PAGER without blank and unset at end of for loop 7 lat temu
toolchain 91bc7e042f toolchain/buildroot: fix default of C library choice 7 lat temu
utils 73192f7056 utils/scanpypi: protect against zip-slip vulnerability in zip/tar handling 6 lat temu
.defconfig 4338a319b7 arch: remove support for sh64 9 lat temu
.flake8 918a02ce22 .flake8: add config file for Python code style 7 lat temu
.gitignore 145508473c update gitignore 12 lat temu
.gitlab-ci.yml 067cdf7005 .gitlab-ci.yml: do runtime tests only on explicit trigger 6 lat temu
.gitlab-ci.yml.in 067cdf7005 .gitlab-ci.yml: do runtime tests only on explicit trigger 6 lat temu
CHANGES c2bc504367 Update for 2018.02.12 6 lat temu
COPYING d830036cce COPYING: add exception about patch licensing 9 lat temu
Config.in 25589148f7 Config.in: security hardening: disable FORTIFY_SOURCE for gcc < 6 6 lat temu
Config.in.legacy 079773ed15 package/transmission: remove BR2_PACKAGE_TRANSMISSION_REMOTE 7 lat temu
DEVELOPERS eb2f63d59f DEVELOPERS: update email address for Gary Bisson 6 lat temu
Makefile c2bc504367 Update for 2018.02.12 6 lat temu
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 lat temu
README b084eb38be README: add reference to submitting-patches 9 lat temu

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