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/

Yann E. MORIN f879203cfc core: drop now-useless prepare-kconfig rule 6 gadi atpakaļ
arch 81fed0c7db ARC: Add support for ARC HS48 v3.1 processor 6 gadi atpakaļ
board fa1ce849f3 board/raspberrypi: add support for the new pi4 6 gadi atpakaļ
boot cc151c3993 boot/uboot: add option to pass custom variables to U-Boot build 6 gadi atpakaļ
configs fa1ce849f3 board/raspberrypi: add support for the new pi4 6 gadi atpakaļ
docs f879203cfc core: drop now-useless prepare-kconfig rule 6 gadi atpakaļ
fs 36fb6d174d fs/common.mk: enable multithreaded xz compression 6 gadi atpakaļ
linux 60d516989e {linux, linux-headers}: bump 4.{14, 19}.x / 5.2.x series 6 gadi atpakaļ
package 345ed3f15f package/icu: Fix nios2 build 6 gadi atpakaļ
support d027cd75d0 core: generate all br2-external files in one go 6 gadi atpakaļ
system eb77734d11 system/Config.in: add new init - openrc 6 gadi atpakaļ
toolchain b3ba26150d toolchain/toolchain-external/toolchain-external-custom: be more flexible on gcc version 6 gadi atpakaļ
utils 75d6c2ba96 check-package: ignore external.mk 6 gadi atpakaļ
.defconfig 4338a319b7 arch: remove support for sh64 9 gadi atpakaļ
.flake8 7d17ae2acf .flake8: fix check for 80/132 columns 6 gadi atpakaļ
.gitignore 145508473c update gitignore 12 gadi atpakaļ
.gitlab-ci.yml fa3a2f139f .gitlab-ci.yml: regenerate after adding TestCheckPackage 6 gadi atpakaļ
.gitlab-ci.yml.in 12904c03a7 .gitlab-ci.yml: add trigger per job 6 gadi atpakaļ
CHANGES 86c31e8b5a Update for 2019.02.4 6 gadi atpakaļ
COPYING d830036cce COPYING: add exception about patch licensing 10 gadi atpakaļ
Config.in 54af0551b8 core: move generated .br2-external kconfig file to $(BASE_DIR) 6 gadi atpakaļ
Config.in.legacy d36f2c7333 package/gdb: remove gdb 7.12.1 6 gadi atpakaļ
DEVELOPERS 4b2a4e23a4 package/spdlog: new package 6 gadi atpakaļ
Makefile f879203cfc core: drop now-useless prepare-kconfig rule 6 gadi atpakaļ
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 9 gadi atpakaļ
README b084eb38be README: add reference to submitting-patches 10 gadi atpakaļ

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