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/

Gary Bisson affb91fe8e board/boundarydevices: update readme.txt for nitrogen8mp %!s(int64=4) %!d(string=hai) anos
arch aefe5934a4 ARC: Add support for generic HS48 processor %!s(int64=5) %!d(string=hai) anos
board affb91fe8e board/boundarydevices: update readme.txt for nitrogen8mp %!s(int64=4) %!d(string=hai) anos
boot 3887e8c095 boot/at91bootstrap: add legal information %!s(int64=4) %!d(string=hai) anos
configs cbfa1aeb41 configs/nitrogen8mp: new defconfig %!s(int64=4) %!d(string=hai) anos
docs 168bb8c336 docs/website: update for 2021.02.1 %!s(int64=4) %!d(string=hai) anos
fs b717952074 fs/cpio: add zstd as compression option %!s(int64=5) %!d(string=hai) anos
linux bcf5fba086 {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 11}.x series %!s(int64=4) %!d(string=hai) anos
package 5871e278f8 package/openjdk{, -bin}: security bump to version 11.0.11_9 %!s(int64=4) %!d(string=hai) anos
support 4d6c6b1bd4 support/download/hg: fix broken method %!s(int64=4) %!d(string=hai) anos
system a0b041d6c1 system: support br2-external init systems %!s(int64=5) %!d(string=hai) anos
toolchain fada153130 toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 %!s(int64=4) %!d(string=hai) anos
utils ee8b680816 utils/scanpypi: use python3 explicitly %!s(int64=4) %!d(string=hai) anos
.defconfig 4338a319b7 arch: remove support for sh64 %!s(int64=9) %!d(string=hai) anos
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" %!s(int64=5) %!d(string=hai) anos
.gitignore 145508473c update gitignore %!s(int64=12) %!d(string=hai) anos
.gitlab-ci.yml 7f654438c4 gitlab-ci: update the image version %!s(int64=5) %!d(string=hai) anos
CHANGES a74cb089cb Update for 2021.02.1 %!s(int64=4) %!d(string=hai) anos
COPYING d830036cce COPYING: add exception about patch licensing %!s(int64=10) %!d(string=hai) anos
Config.in 3e186cee00 Config.in: update BR2_OPTIMIZE_FAST prompt and help text %!s(int64=5) %!d(string=hai) anos
Config.in.legacy fdb6fc2b4a package/sconeserver: disable image %!s(int64=4) %!d(string=hai) anos
DEVELOPERS 09c97972d9 package/uftrace: new package %!s(int64=4) %!d(string=hai) anos
Makefile 7abc0d1001 Kickoff 2021.05 cycle %!s(int64=4) %!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