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/

Adam Duskett eba2622fa4 gstreamer1: bump to 1.14.1 vor 7 Jahren
arch c9216bc1d0 arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_8 vor 7 Jahren
board d9d47b20b5 configs/solidrun_clearfog: bump kernel and bootloader vor 7 Jahren
boot 9255fd9fc7 uboot: don't override HOSTCC/HOSTLDFLAGS for kconfig vor 7 Jahren
configs d9d47b20b5 configs/solidrun_clearfog: bump kernel and bootloader vor 7 Jahren
docs 8733193e6b docs/website/download.html: fix latest LTS version number vor 7 Jahren
fs 065e7672e1 fs: ensure hard links in TARGET_DIR are correctly copied for filesystem input vor 7 Jahren
linux 022b530661 linux: bump default to version 4.17.3 vor 7 Jahren
package eba2622fa4 gstreamer1: bump to 1.14.1 vor 7 Jahren
support 567a8476ad support/docker: use the distro-provided flake8 vor 7 Jahren
system 903b8446a8 skeleton: PAGER without blank and unset at end of for loop vor 7 Jahren
toolchain 6090d3e916 toolchain-external: bump version of Linaro ARMeb toolchain to 7.3-2018.05 vor 7 Jahren
utils fb775f4c87 scanpypi: rework download_package error handling vor 7 Jahren
.defconfig 4338a319b7 arch: remove support for sh64 vor 9 Jahren
.flake8 9324167b80 .flake8: ignore utils/diffconfig vor 7 Jahren
.gitignore 145508473c update gitignore vor 12 Jahren
.gitlab-ci.yml e607881f20 .gitlab-ci.yml: update after removal of freescale defconfigs vor 7 Jahren
.gitlab-ci.yml.in b757f9aca3 .gitlab-ci.yml: extend check-package test to Config.* files vor 7 Jahren
CHANGES afa6fe1c50 Update for 2018.02.3 vor 7 Jahren
COPYING d830036cce COPYING: add exception about patch licensing vor 10 Jahren
Config.in e13ab2e04a Config.in: add BR2_HOST_GCC_AT_LEAST_8 vor 7 Jahren
Config.in.legacy bae35c8012 package/gdb: remove 7.11 vor 7 Jahren
DEVELOPERS b4db8e7ed2 at-spi2-atk: new package vor 7 Jahren
Makefile ef01260b3d Kickoff 2018.08 cycle vor 7 Jahren
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED vor 9 Jahren
README b084eb38be README: add reference to submitting-patches vor 10 Jahren

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