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/

Romain Naour 02beed6cab package/mesa3d: add xlib_libXv dependency to mesa3d xvmc před 5 roky
arch aee39cbf27 arch/riscv: set the default float ABI based on ISA extensions před 5 roky
board 34deac05a5 board: Add FriendlyARM Nanopi NEO Plus2 support před 5 roky
boot 513899e471 boot/at91bootstrap3: bump to version 3.9.0 před 5 roky
configs 59b610e349 configs/stm32mp157_dk_defconfig: switch to mainline 2019.07 U-Boot version před 5 roky
docs 9155d1a38d docs/manual: clarify the reinstallation of a package před 5 roky
fs 36fb6d174d fs/common.mk: enable multithreaded xz compression před 6 roky
linux e59d65073f {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.3.x series před 5 roky
package 02beed6cab package/mesa3d: add xlib_libXv dependency to mesa3d xvmc před 5 roky
support f3c4a9e1cd support/testing: test_syslog_ng: improve commands před 5 roky
system 33de483931 package/netifrc: add support for BR2_SYSTEM_DHCP před 5 roky
toolchain aa12b06b60 toolchain/toolchain-external: add support for D language před 5 roky
utils 143f135833 scanpypi: write every license file once před 5 roky
.defconfig 4338a319b7 arch: remove support for sh64 před 9 roky
.flake8 7d17ae2acf .flake8: fix check for 80/132 columns před 6 roky
.gitignore 145508473c update gitignore před 12 roky
.gitlab-ci.yml 34deac05a5 board: Add FriendlyARM Nanopi NEO Plus2 support před 5 roky
.gitlab-ci.yml.in 12904c03a7 .gitlab-ci.yml: add trigger per job před 6 roky
CHANGES d9fb5b2d10 Update for 2019.02.6 před 5 roky
COPYING d830036cce COPYING: add exception about patch licensing před 9 roky
Config.in edf32b021c core: split generated kconfig file před 6 roky
Config.in.legacy ae2781d7d7 package/python-pysnmp-apps: remove package před 5 roky
DEVELOPERS abbe6c68e0 package/python-spidev: bump to version 3.4 před 5 roky
Makefile d8e6851f11 Merge branch 'next' před 6 roky
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED před 8 roky
README b084eb38be README: add reference to submitting-patches před 9 roky

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