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/

Baruch Siach 6a1aa4e2da swupdate: fix build with older glibc 8 лет назад
arch cc405b4cb3 arch, linux, package: remove whitespaces 8 лет назад
board 13a4d5e580 configs/lego_ev3: use genimage to rename uImage file 8 лет назад
boot d704045a14 boot/uboot: bump to version 2017.05 8 лет назад
configs 3a51b42a24 configs/lego_ev3: use ext4 file system 8 лет назад
docs ac187d7e2c docs/website: update for 2017.02.3 8 лет назад
fs 426fd787fa ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS 8 лет назад
linux ff332f6996 linux: bump default version to 4.11.4 8 лет назад
package 6a1aa4e2da swupdate: fix build with older glibc 8 лет назад
support ed0ce49537 support/scripts: fix shebang with python 8 лет назад
system fc91501e6b system: do not overwrite /bin/sh Busybox symlink 8 лет назад
toolchain d49b47d165 toolchain/toolchain-common.in: adjust BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for GCC 7 8 лет назад
.defconfig 4338a319b7 arch: remove support for sh64 9 лет назад
.gitignore 145508473c update gitignore 12 лет назад
.gitlab-ci.yml be95978f3c .gitlab-ci.yml: regenerate after snps_archs38_zebu_defconfig rename 8 лет назад
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image 8 лет назад
CHANGES 1ba865a500 Update for 2017.02.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 f66952197b package/gcc: remove gcc 4.8 8 лет назад
DEVELOPERS bb442abdf1 refpolicy: new package 8 лет назад
Makefile 284d4f216c Kickoff 2017.08 cycle 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