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/

Romain Naour f0772c92c8 package/x11r7/xserver_xorg-server: bump to version 1.19.3 8 yıl önce
arch f7f568f5e0 arch: add support for the csky architecture 8 yıl önce
board b3bf9fc7ca configs/qemu: update xtensa linux to 4.9 8 yıl önce
boot ab1131d559 uboot: improve BR2_TARGET_UBOOT_SPL_NAME help text 8 yıl önce
configs 865b1e92a2 configs/qemu: update xtensa linux to 4.9.16 8 yıl önce
docs b0b2cd662b docs/manual: document MPL licenses 8 yıl önce
fs 3e57fa370c fs/iso9660: doesn't support (grub2) EFI 8 yıl önce
linux 83b07f0927 linux: bump default to version 4.10.4 8 yıl önce
package f0772c92c8 package/x11r7/xserver_xorg-server: bump to version 1.19.3 8 yıl önce
support 61fcd08247 scripts/pycompile: Accomodate latest Python 3 codebase 8 yıl önce
system 8196b299ba skeleton: fix permissions on /dev/pts/ptmx 8 yıl önce
toolchain 2b2e216ee0 package/pkg-toolchain-external: indentation cleanup 8 yıl önce
.defconfig 4338a319b7 arch: remove support for sh64 9 yıl önce
.gitignore 145508473c update gitignore 12 yıl önce
.gitlab-ci.yml 512a083094 gitlab-ci: add gcc-multilib to the docker image 8 yıl önce
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image 8 yıl önce
CHANGES e77a5c881c Update for 2016.11.3 8 yıl önce
COPYING d830036cce COPYING: add exception about patch licensing 9 yıl önce
Config.in f165032e4f package: add generic support for lz archives 8 yıl önce
Config.in.legacy d10b493e48 polarssl: remove unmaintained package 8 yıl önce
DEVELOPERS 5d74d39cb4 package/libnpth: new package 8 yıl önce
Makefile 4f863d77a6 Add gitlab-CI support 8 yıl önce
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 yıl önce
README b084eb38be README: add reference to submitting-patches 9 yıl önce

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