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/

Peter Korsgaard f3d114a1ef Update for 2018.05 há 7 anos atrás
arch 87f0536474 Revert "arch/arm: add cortex-m7 core" há 7 anos atrás
board e797818582 imx8mqevk: readme: Write the SoC name in capital letters há 7 anos atrás
boot 21e3ae8a18 boot/uboot: default to kconfig buildsystem for latest version há 7 anos atrás
configs 09ebf6f316 configs/socrates_cyclone5: change over to current upstream releases há 7 anos atrás
docs f3d114a1ef Update for 2018.05 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 d937f908f1 linux: reword binutils 2.29+ comment há 7 anos atrás
package 3dbc5a6279 package/binutils: extend the 2.28 default to thumb mode há 7 anos atrás
support f3d114a1ef Update for 2018.05 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 6766ff9d12 scanpypi: add support for the new PyPI infrastructure 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 e607881f20 .gitlab-ci.yml: update after removal of freescale defconfigs 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 f3d114a1ef Update for 2018.05 há 7 anos atrás
COPYING d830036cce COPYING: add exception about patch licensing há 10 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 f3d114a1ef Update for 2018.05 há 7 anos atrás
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED há 9 anos atrás
README b084eb38be README: add reference to submitting-patches há 10 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