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/

Matt Weber c3edec0018 fs/common: allow custom user table to override package-defined users před 7 roky
arch cf2b12cbfb arch: drop BR2_GCC_TARGET_CPU_REVISION option před 7 roky
board a0f0b54013 configs/bananapi_m2_ultra: new defconfig před 7 roky
boot 8a10852f87 barebox: bump to version 2018.10.0 před 7 roky
configs fd710c7f8d configs/raspberrypi*: bump kernel version to 6d27aa156c před 7 roky
docs 6c1d0f6dbb docs/website: add TkOS to the sponsors před 7 roky
fs c3edec0018 fs/common: allow custom user table to override package-defined users před 7 roky
linux 6693b5f3da {linux, linux-headers}: fix linux-4.9.133.tar.xz checksum před 7 roky
package d6f2fb1918 psmisc: bump to version 23.2 před 7 roky
support be43be070f support/config-fragments: add RISC-V 64-bit to autobuild configs před 7 roky
system 3c631c741c system: update Config.in comment about systemd dependencies před 7 roky
toolchain f10822d151 toolchain/toolchain-wrapper: add BR2_SSP_* support před 7 roky
utils 8320ad3341 utils/get-developers: fix python 3.x compatibility před 7 roky
.defconfig 4338a319b7 arch: remove support for sh64 před 9 roky
.flake8 9324167b80 .flake8: ignore utils/diffconfig před 7 roky
.gitignore 145508473c update gitignore před 12 roky
.gitlab-ci.yml 963f824511 support/testing/tests/core: SSP & hardening flags před 7 roky
.gitlab-ci.yml.in 1290241dc6 Makefile: introduce check-package target před 7 roky
CHANGES e4f7988012 Update for 2018.08.1 před 7 roky
COPYING d830036cce COPYING: add exception about patch licensing před 10 roky
Config.in e13ab2e04a Config.in: add BR2_HOST_GCC_AT_LEAST_8 před 7 roky
Config.in.legacy d220ce6d35 package/linux-headers: really drop the 4.17 choice před 7 roky
DEVELOPERS 0769f7fc4b python-py: new package před 7 roky
Makefile 9b3d52b400 arch: add support for RISC-V 64-bit (riscv64) architecture před 7 roky
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED před 9 roky
README b084eb38be README: add reference to submitting-patches před 10 roky

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