No Description

Arnout Vandecappelle (Essensium/Mind) 067cdf7005 .gitlab-ci.yml: do runtime tests only on explicit trigger 5 years ago
arch 1eecd462ae arch: add Atom CPUs as Silvermont Architecture target 6 years ago
board c3a8c834fe board/technologic/ts7680: fix bogus size in genimage.cfg 5 years ago
boot a37a50e0b8 boot/uboot: fix environment image generation on big endian systems 5 years ago
configs 2a85a2cc8a configs/arm_juno: bump ATF to v1.3 5 years ago
docs 70ea0f8421 docs/manual: expand on why using a branch name is not supported 5 years ago
fs 4fa524144b fs/cpio/init: preserve arguments 6 years ago
linux 10a3e2ea85 linux: bump CIP to version v4.4.138-cip25 5 years ago
package 7da5629626 package/live555: security bump to version 2018.10.17 5 years ago
support d8c4b16166 support/scripts/mkusers: preserve group members 5 years ago
system 8c751db361 skeleton: PAGER without blank and unset at end of for loop 6 years ago
toolchain 91bc7e042f toolchain/buildroot: fix default of C library choice 6 years ago
utils 994ab8b2f5 utils/diffconfig: remove BR2_* prefix restriction 5 years ago
.defconfig 4338a319b7 arch: remove support for sh64 7 years ago
.flake8 918a02ce22 .flake8: add config file for Python code style 6 years ago
.gitignore 145508473c update gitignore 11 years ago
.gitlab-ci.yml 067cdf7005 .gitlab-ci.yml: do runtime tests only on explicit trigger 5 years ago
.gitlab-ci.yml.in 067cdf7005 .gitlab-ci.yml: do runtime tests only on explicit trigger 5 years ago
CHANGES 8c9284703c Update for 2018.02.7 5 years ago
COPYING d830036cce COPYING: add exception about patch licensing 8 years ago
Config.in 336befc8e4 core: support host gcc of the future 5 years ago
Config.in.legacy 079773ed15 package/transmission: remove BR2_PACKAGE_TRANSMISSION_REMOTE 6 years ago
DEVELOPERS 366f20c5a7 woff2: new package 5 years ago
Makefile 8c9284703c Update for 2018.02.7 5 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