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 bb7d7c21d6 package/vim: security bump to version 9.0.0292 преди 2 години
arch cf0491ebcd arch/Config.in.riscv: lp64f ABI is only supported if MMU is enabled преди 2 години
board 604a495f25 board/freescale/common/imx: align u-boot-spl to 4 bytes преди 2 години
boot 6b4df81b9f boot/edk2: fix legal-info преди 2 години
configs 0f74e1b908 Revert "configs/bananapi_m1: use NEON+VFPv4 as FPU strategy" преди 2 години
docs b1ea4af36a docs/manual/prerequisite.txt: add findutils in dependencies преди 2 години
fs fba6321087 fs/squashfs: fix BR2_TARGET_ROOTFS_SQUASHFS_BS_8K преди 3 години
linux e47b4b2a54 linux/linux: fix firmware-imx dependency преди 2 години
package bb7d7c21d6 package/vim: security bump to version 9.0.0292 преди 2 години
support d53114a569 support/dependencies: check for find and xargs преди 2 години
system 985e9f733c package/systemd: add setting for systemd default.target преди 3 години
toolchain b27d504747 toolchain/Config.in: update gcc bug 99410 преди 2 години
utils a4bfdee1e0 utils/genrandconfig: remove spurious semicolon преди 2 години
.clang-format 8fddaf36ed .clang-format: initial import from Linux 5.15.6 преди 3 години
.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 d409fe0856 utils/checkpackagelib/lib_sysv: run shellcheck преди 3 години
.shellcheckrc 6ebd1890ca utils/check-package: improve shellcheck reproducibility преди 3 години
CHANGES bf0d8c9659 Update for 2022.05.2 преди 2 години
COPYING d830036cce COPYING: add exception about patch licensing преди 9 години
Config.in 3b3105328e Config.in: only allow BR2_STATIC_LIBS on supported libc/arch преди 3 години
Config.in.legacy e965d938db Config.in.legacy: add missing select преди 2 години
DEVELOPERS 47de8ffc06 DEVELOPERS: remove useless whitespaces before tabs преди 2 години
Makefile 236fc63332 Makefile: enhance reporting error about empty VARS преди 2 години
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED преди 8 години
README fe3cb7978a docs: move the IRC channel away from Freenode преди 4 години

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