No Description

Arnout Vandecappelle d7ae660c87 minnowboard_defconfig: remove broken defconfig 7 years ago
arch f7f568f5e0 arch: add support for the csky architecture 7 years ago
board d7ae660c87 minnowboard_defconfig: remove broken defconfig 7 years ago
boot e6ca4ed3b9 barebox: bump to version 2017.02.0 7 years ago
configs d7ae660c87 minnowboard_defconfig: remove broken defconfig 7 years ago
docs 75cf694bb0 luarocks-package: introduce PKG_NAME_UPSTREAM 7 years ago
fs 3e57fa370c fs/iso9660: doesn't support (grub2) EFI 7 years ago
linux 2d87debb15 linux: bump default to version 4.10.1 7 years ago
package 5b7a53ab8c python-pylibftdi: new package 7 years ago
support 894ad2b094 core/pkg-cmake: better way to pass our CMAKE_MODULE_PATH 7 years ago
system 84d997d689 system(d): allow auto net configuration with networkd 7 years ago
toolchain f7f568f5e0 arch: add support for the csky architecture 7 years ago
.defconfig 4338a319b7 arch: remove support for sh64 7 years ago
.gitignore 145508473c update gitignore 11 years ago
CHANGES 083c0735e9 Update for 2017.02 7 years ago
COPYING d830036cce COPYING: add exception about patch licensing 8 years ago
Config.in f165032e4f package: add generic support for lz archives 7 years ago
Config.in.legacy a75eeddd7c glibc: drop version 2.22 7 years ago
DEVELOPERS 5b7a53ab8c python-pylibftdi: new package 7 years ago
Makefile 5573ab4586 Kickoff 2017.05 cycle 7 years ago
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 7 years ago
README b084eb38be README: add reference to submitting-patches 8 years ago

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