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/

Thomas Petazzoni 150ee50dbf configs/arm_juno: bump ATF to v1.3 há 7 anos atrás
arch 87f0536474 Revert "arch/arm: add cortex-m7 core" há 7 anos atrás
board 30a027f551 board/technologic/ts7680: fix bogus size in genimage.cfg há 7 anos atrás
boot 14d53990f4 boot-wrapper-aarch64: use SPDX identifier for 3 clause BSD há 7 anos atrás
configs 150ee50dbf configs/arm_juno: bump ATF to v1.3 há 7 anos atrás
docs 6059e4d6c5 docs/manual: update host gcc minimum required version há 7 anos atrás
fs 065e7672e1 fs: ensure hard links in TARGET_DIR are correctly copied for filesystem input há 7 anos atrás
linux c596f64d3e linux: bump CIP to version v4.4.138-cip25 há 7 anos atrás
package e0fc3b90f7 mesa3d-headers: fix logic to generate the dri.pc file há 7 anos atrás
support 3510619bc4 support/testing: add test for file capabilities há 7 anos atrás
system 2b21ba2fac skeleton: add /dev/fd, /dev/std{in, out, err} symlinks for static /dev on readonly rootfs há 7 anos atrás
toolchain fd97bc80c5 toolchain: allow disabling packages affected by gcc bug 85180 há 7 anos atrás
utils a4e62ea88b utils/test-pkg: log the output of merge-config há 7 anos atrás
.defconfig 4338a319b7 arch: remove support for sh64 há 9 anos atrás
.flake8 9324167b80 .flake8: ignore utils/diffconfig há 7 anos atrás
.gitignore 145508473c update gitignore há 12 anos atrás
.gitlab-ci.yml 3510619bc4 support/testing: add test for file capabilities há 7 anos atrás
.gitlab-ci.yml.in b757f9aca3 .gitlab-ci.yml: extend check-package test to Config.* files há 7 anos atrás
CHANGES ef26ffddde Update for 2018.05.1 há 7 anos atrás
COPYING d830036cce COPYING: add exception about patch licensing há 9 anos atrás
Config.in e13ab2e04a Config.in: add BR2_HOST_GCC_AT_LEAST_8 há 7 anos atrás
Config.in.legacy 8553b39887 libmediaart: rename options to have proper prefix há 7 anos atrás
DEVELOPERS f1dbb441cc DEVELOPERS: update datacom email addresses há 7 anos atrás
Makefile 105cc76abe Makefile: help: BR2_DEFCONFIG for defconfig must be on command line há 7 anos atrás
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED há 8 anos atrás
README b084eb38be README: add reference to submitting-patches há 9 anos atrás

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