2
1

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 1ca9600c96 {linux, linux-headers}: bump 4.{9, 14, 19, 20}.x series 6 жил өмнө
arch 38d64b319f arch/arm: restrict more armv8a cores to aarch64 6 жил өмнө
board a130f69330 board/pc: ensure grub.cfg is copied to target filesystem 6 жил өмнө
boot c6a6913bf3 boot/grub: fix grub-mkimage with binutils >= 2.31 6 жил өмнө
configs a130f69330 board/pc: ensure grub.cfg is copied to target filesystem 6 жил өмнө
docs bca62e0a01 Makefile, manual, website: Bump copyright year 6 жил өмнө
fs 6d688e2132 fs/tar: add support for xattrs (thus capabilties) 6 жил өмнө
linux 1ca9600c96 {linux, linux-headers}: bump 4.{9, 14, 19, 20}.x series 6 жил өмнө
package 1ca9600c96 {linux, linux-headers}: bump 4.{9, 14, 19, 20}.x series 6 жил өмнө
support f331b23934 support/download: fix scp downloads 6 жил өмнө
system 0d61846b5f package/systemd: needs glibc 6 жил өмнө
toolchain b51420742c toolchain: CodeSourcery AMD64 affected by PR20006 6 жил өмнө
utils dcb3cf3a66 utils/get-developers: really make it callable from elsewhere than the toplevel directory 6 жил өмнө
.defconfig 4338a319b7 arch: remove support for sh64 9 жил өмнө
.flake8 9324167b80 .flake8: ignore utils/diffconfig 7 жил өмнө
.gitignore 145508473c update gitignore 12 жил өмнө
.gitlab-ci.yml 6e5a204dd8 .gitlab-ci.yml: update after addition of TestF2FS test case 6 жил өмнө
.gitlab-ci.yml.in 96123c1c4f .gitlab-ci.yml: do runtime tests only on explicit trigger 6 жил өмнө
CHANGES 29675f8e54 Update for 2018.11.1 6 жил өмнө
COPYING d830036cce COPYING: add exception about patch licensing 9 жил өмнө
Config.in a75ee0e812 Config.in: security hardening: disable FORTIFY_SOURCE for gcc < 6 6 жил өмнө
Config.in.legacy bc38370ccd package/docker-engine: split docker-{cli, engine}, bump to v18.09.0 6 жил өмнө
DEVELOPERS ab75d16840 DEVELOPERS: remove Sebastien Bourdelin 6 жил өмнө
Makefile bca62e0a01 Makefile, manual, website: Bump copyright year 6 жил өмнө
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 жил өмнө
README b084eb38be README: add reference to submitting-patches 9 жил өмнө

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