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/

Michael Trimarchi a4d8252ee9 configs/beaglebone_qt5: increase size of ext4 filesystem image před 8 roky
arch cc405b4cb3 arch, linux, package: remove whitespaces před 8 roky
board 4b2440b7dc beaglebone: add DT for BeagleBone Green před 8 roky
boot 61038e36b6 uboot: qstrip BR2_TARGET_UBOOT_CUSTOM_DTS_PATH před 8 roky
configs a4d8252ee9 configs/beaglebone_qt5: increase size of ext4 filesystem image před 8 roky
docs 762cd7cdcb support/test-pkg: print number of toolchains and progress před 8 roky
fs c6bca8cef0 fs/ext2: Remove support for auto-calculation of rootfs size před 8 roky
linux 0534c121ed linux: bump default version to 4.10.9 před 8 roky
package 6510f55d42 autofs: fix Git formatting of patch před 8 roky
support 762cd7cdcb support/test-pkg: print number of toolchains and progress před 8 roky
system fc91501e6b system: do not overwrite /bin/sh Busybox symlink před 8 roky
toolchain a7fda62eec toolchain-external: fix handling of ld.so před 8 roky
.defconfig 4338a319b7 arch: remove support for sh64 před 9 roky
.gitignore 145508473c update gitignore před 12 roky
.gitlab-ci.yml 6a4131d101 configs: add defconfig for Nationalchip gx6605s dev board před 8 roky
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image před 8 roky
CHANGES a165809533 Update for 2017.02.1 před 8 roky
COPYING d830036cce COPYING: add exception about patch licensing před 10 roky
Config.in f165032e4f package: add generic support for lz archives před 9 roky
Config.in.legacy 1ba88a0b55 portmap: remove package as it is obsolete před 8 roky
DEVELOPERS b4f8678031 DEVELOPERS: update email address of Rahul Bedarkar před 8 roky
Makefile d116b43b39 Makefile: use SPDX short identifier for Buildroot license před 8 roky
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED před 9 roky
README b084eb38be README: add reference to submitting-patches před 10 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