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/

Ricardo Martincoski 5d6ec40b75 download/git: clarify why .git is removed il y a 8 ans
arch cc405b4cb3 arch, linux, package: remove whitespaces il y a 8 ans
board 51d0c6977b board/synopsys: remove patch for linux vdk defconfig il y a 8 ans
boot 6e432d5ecb syslinux: build with the target toolchain il y a 8 ans
configs d713de5e94 at91sam9x5ek_mmc_dev_defconfig: increase ext2 filesystem size il y a 8 ans
docs 37308b979a support/test-pkg: run legal-info il y a 8 ans
fs c6bca8cef0 fs/ext2: Remove support for auto-calculation of rootfs size il y a 8 ans
linux bfd03e9dd0 linux: bump default version to 4.10.11 il y a 8 ans
package b51ed6312d tzdata: bump to version 2017b il y a 8 ans
support 5d6ec40b75 download/git: clarify why .git is removed il y a 8 ans
system fc91501e6b system: do not overwrite /bin/sh Busybox symlink il y a 8 ans
toolchain a7fda62eec toolchain-external: fix handling of ld.so il y a 8 ans
.defconfig 4338a319b7 arch: remove support for sh64 il y a 9 ans
.gitignore 145508473c update gitignore il y a 12 ans
.gitlab-ci.yml 8a8fe861c9 .gitlab-ci.yml: refresh after rename of Synopsys ARC defconfigs il y a 8 ans
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image il y a 8 ans
CHANGES a165809533 Update for 2017.02.1 il y a 8 ans
COPYING d830036cce COPYING: add exception about patch licensing il y a 10 ans
Config.in f165032e4f package: add generic support for lz archives il y a 9 ans
Config.in.legacy 1ba88a0b55 portmap: remove package as it is obsolete il y a 8 ans
DEVELOPERS 14defc5d6f package/supertux: new package il y a 8 ans
Makefile 75fcebb7a3 core: add rule to dump packages' build order il y a 8 ans
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED il y a 9 ans
README b084eb38be README: add reference to submitting-patches il y a 10 ans

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