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 a36c47b56f package/kexec: don't override dependencies преди 3 години
arch aefe5934a4 ARC: Add support for generic HS48 processor преди 4 години
board 871c07c895 configs/stm32f469_disco: fix kernel bootup преди 4 години
boot 9281e6c68b boot/syslinux: add missing python dependency преди 3 години
configs 9ced43bf98 configs/sheevaplug_defconfig: bump linux kernel to 4.14.253 преди 3 години
docs 2fa19cc65e docs/manual/contribute.txt: rewrite the section dedicated to runtime tests преди 3 години
fs 6f039073f2 fs/ext2: fir (again) namespace for variables преди 3 години
linux 76d7b6991c {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 14}.x series преди 3 години
package a36c47b56f package/kexec: don't override dependencies преди 3 години
support c5dbfa0f83 support/testing: test_jffs2.py: update logical eraseblock size for qemu >= 2.9 преди 3 години
system a0b041d6c1 system: support br2-external init systems преди 4 години
toolchain ff4ff190a7 toolchain: improve conditions for gcc bug 99140 преди 3 години
utils 2e7548be3a utils/getdeveloperlib.py: call Developer.hasfile() with relative path преди 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 7f654438c4 gitlab-ci: update the image version преди 5 години
CHANGES b1e32fa954 Update for 2021.02.6 преди 3 години
COPYING d830036cce COPYING: add exception about patch licensing преди 9 години
Config.in e310dccbee Config.in: disable Fortify Source for microblaze преди 3 години
Config.in.legacy f8eb447022 package/openjdk{-bin}: bump version to 17.0.1+12 преди 3 години
DEVELOPERS eda43794bc DEVELOPERS: drop Mirza Krak преди 3 години
Makefile b1e32fa954 Update for 2021.02.6 преди 3 години
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED преди 8 години
README fa0c6b0c76 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