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/

Heiko Thiery cb5d9fdf1e boot/arm-trusted-firmware: bump to version 2.5 пре 4 година
arch aefe5934a4 ARC: Add support for generic HS48 processor пре 4 година
board 46f01da8a4 board/raspberrypi: add Compute Module 4/IO Board support (64 Bit) пре 4 година
boot cb5d9fdf1e boot/arm-trusted-firmware: bump to version 2.5 пре 4 година
configs cb5d9fdf1e boot/arm-trusted-firmware: bump to version 2.5 пре 4 година
docs afe19e6ced Update for 2021.05-rc1 пре 4 година
fs b717952074 fs/cpio: add zstd as compression option пре 4 година
linux b50cc77a09 {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 11, 12}.x series пре 4 година
package f7b8508e4f package/libbpf: new package пре 4 година
support f40219ff69 support/testing: add python-dbus-next test пре 4 година
system a0b041d6c1 system: support br2-external init systems пре 4 година
toolchain fada153130 toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 пре 4 година
utils ee8b680816 utils/scanpypi: use python3 explicitly пре 4 година
.defconfig 4338a319b7 arch: remove support for sh64 пре 9 година
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" пре 4 година
.gitignore 145508473c update gitignore пре 12 година
.gitlab-ci.yml 7f654438c4 gitlab-ci: update the image version пре 5 година
CHANGES afe19e6ced Update for 2021.05-rc1 пре 4 година
COPYING d830036cce COPYING: add exception about patch licensing пре 9 година
Config.in 50739073d6 Config.in: put back legacy comment for BR2_ENABLE_SSP пре 4 година
Config.in.legacy ac0cb2788e package/monkey: drop package пре 4 година
DEVELOPERS f7b8508e4f package/libbpf: new package пре 4 година
Makefile afe19e6ced Update for 2021.05-rc1 пре 4 година
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED пре 8 година
README b084eb38be README: add reference to submitting-patches пре 9 година

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