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/

Jagan Teki ab1131d559 uboot: improve BR2_TARGET_UBOOT_SPL_NAME help text 8 лет назад
arch f7f568f5e0 arch: add support for the csky architecture 8 лет назад
board b3bf9fc7ca configs/qemu: update xtensa linux to 4.9 8 лет назад
boot ab1131d559 uboot: improve BR2_TARGET_UBOOT_SPL_NAME help text 8 лет назад
configs b3bf9fc7ca configs/qemu: update xtensa linux to 4.9 8 лет назад
docs 03128ac1a7 docs/website/news.html: mention that 2017.02 is a LTS release 8 лет назад
fs 3e57fa370c fs/iso9660: doesn't support (grub2) EFI 9 лет назад
linux fd5b71af7c linux: enable uBoot image type for xtensa kernel 8 лет назад
package 941ff5e814 libgtk3: bump version to 3.22.10 8 лет назад
support ac53042bf2 support/scripts/test-pkg: extend logfile with olddefconfig output 8 лет назад
system 84d997d689 system(d): allow auto net configuration with networkd 9 лет назад
toolchain d9fee6b286 toolchain: remove no longer relevant comment 8 лет назад
.defconfig 4338a319b7 arch: remove support for sh64 9 лет назад
.gitignore 145508473c update gitignore 12 лет назад
.gitlab-ci.yml 512a083094 gitlab-ci: add gcc-multilib to the docker image 8 лет назад
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image 8 лет назад
CHANGES e77a5c881c Update for 2016.11.3 8 лет назад
COPYING d830036cce COPYING: add exception about patch licensing 10 лет назад
Config.in f165032e4f package: add generic support for lz archives 9 лет назад
Config.in.legacy 5f73ff5317 linux-headers: remove 3.18.x and 4.8.x series 8 лет назад
DEVELOPERS 405f7ee89a ti-uim: add license file 8 лет назад
Makefile 4f863d77a6 Add gitlab-CI support 8 лет назад
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 9 лет назад
README b084eb38be README: add reference to submitting-patches 10 лет назад

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