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/

Fabrice Fontaine 1fe532c076 Config.in.legacy: create 2021.08 4 jaren geleden
arch b28e598cec arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_11 4 jaren geleden
board e6be873e1d configs/chromebook_elm: bump to Linux v5.10 4 jaren geleden
boot 7cb51d4843 boot/grub2: workaround breakage with -O2, -O3 build 4 jaren geleden
configs 276a16a540 configs/raspberrypi*: bump kernel version to 4afd064 (5.10.46) 4 jaren geleden
docs dbce726551 docs/website: update for 2021.02.3 4 jaren geleden
fs b717952074 fs/cpio: add zstd as compression option 4 jaren geleden
linux 28983ccc03 {linux, linux-headers}: add version 5.13 4 jaren geleden
package 836528f03e package/pkg-python: invalidate precompiled _sysconfigdata*.pyc 4 jaren geleden
support 2eaa6d0f36 boot/uboot: fix uboot building host tools on x86 architecture 4 jaren geleden
system a0b041d6c1 system: support br2-external init systems 4 jaren geleden
toolchain 28983ccc03 {linux, linux-headers}: add version 5.13 4 jaren geleden
utils 60aa896904 utils/scanpypi: search LICENSE.MD 4 jaren geleden
.defconfig 4338a319b7 arch: remove support for sh64 9 jaren geleden
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" 4 jaren geleden
.gitignore 145508473c update gitignore 12 jaren geleden
.gitlab-ci.yml 7f654438c4 gitlab-ci: update the image version 5 jaren geleden
CHANGES 339810921b Update for 2021.02.3 4 jaren geleden
COPYING d830036cce COPYING: add exception about patch licensing 9 jaren geleden
Config.in 8d07baab43 Merge branch 'next' 4 jaren geleden
Config.in.legacy 1fe532c076 Config.in.legacy: create 2021.08 4 jaren geleden
DEVELOPERS 4c9bc44534 configs/kontron_pitx_imx8m: new defconfig 4 jaren geleden
Makefile 4899d9ec1b Makefile: document the <pkg>-reinstall target 4 jaren geleden
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 jaren geleden
README fe3cb7978a docs: move the IRC channel away from Freenode 4 jaren geleden

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 OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches