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/

Kilian Zinnecker 2a5d90a595 configs/rock5b: Add patches to fix gcc12 warnings 1 year ago
arch 2bd0431baf arch/Config.in.x86: consolidate Geode CPU targets 2 years ago
board 2a5d90a595 configs/rock5b: Add patches to fix gcc12 warnings 1 year ago
boot 651429d0b8 boot/mv-ddr-marvell: fix build with gcc 12 2 years ago
configs 2a5d90a595 configs/rock5b: Add patches to fix gcc12 warnings 1 year ago
docs 0473a9b521 Update for 2023.08-rc1 2 years ago
fs eb6e466c10 fs/cpio: allow users to provide their own dracut modules 2 years ago
linux 1c5560cdec linux: fix hash for kernel 4.14.290 2 years ago
package 9ba399a3dd package/host-gdb: disable source-highlight 1 year ago
support f4da6c3ebe support/testing/tests/package/test_nftables.py: new runtime test 1 year ago
system 360a7cd738 package/systemd: bump linux-headers dependency to 4.14 2 years ago
toolchain a0d2a5cfec support/scripts/gen-bootlin-toolchains: generate BR2_ARCH_NEEDS_GCC_AT_LEAST_X guard 2 years ago
utils 283e6859f1 utils/genrandconfig: add ubi handling 2 years ago
.checkpackageignore d5162e790d package/connman: security bump version to 1.42 1 year ago
.clang-format 8fddaf36ed .clang-format: initial import from Linux 5.15.6 3 years ago
.defconfig 4338a319b7 arch: remove support for sh64 9 years ago
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" 4 years ago
.gitignore 145508473c update gitignore 12 years ago
.gitlab-ci.yml bde165f7ad .gitlab-ci.yml: update Docker image to use 2 years ago
.shellcheckrc eaa1a43ab7 utils/check-package: improve shellcheck reproducibility 3 years ago
CHANGES 0473a9b521 Update for 2023.08-rc1 2 years ago
COPYING d830036cce COPYING: add exception about patch licensing 9 years ago
Config.in 71b5ea4030 package/sam-ba: drop 32bit host lib requirement 2 years ago
Config.in.legacy 503252d8b0 boot/lpc32xxcdl: remove package 2 years ago
DEVELOPERS f4da6c3ebe support/testing/tests/package/test_nftables.py: new runtime test 1 year ago
Makefile 0473a9b521 Update for 2023.08-rc1 2 years ago
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 years ago
README fe3cb7978a docs: move the IRC channel away from Freenode 4 years ago

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