No Description

Theo Debrouwere e1a0a8858e BeagleBoard X15: new board 7 years ago
arch 933732b82b arch/Config.in.arm: support thumb2 instructions for ARMv8 in 32bit mode 7 years ago
board e1a0a8858e BeagleBoard X15: new board 7 years ago
boot 8852f08eed Merge branch 'next' 7 years ago
configs e1a0a8858e BeagleBoard X15: new board 7 years ago
docs 65395920b5 doc/manual: document the new waf-package infra variables 7 years ago
fs 5b272e3e55 fs: set packages permissions even with no system device tables 7 years ago
linux 93f31b20da linux: check that a repo and version is defined when using a custom repo 7 years ago
package a0ccec3897 zlib: update homepage link 7 years ago
support 41444d7f89 pkg-autotools: generic configure fix for powerpc64 7 years ago
system 0b0434437a system: fix typo 7 years ago
toolchain 4470dd9b1b toolchain: extend musl workaround for recent kernels 7 years ago
.defconfig 4338a319b7 arch: remove support for sh64 7 years ago
.gitignore 145508473c update gitignore 11 years ago
CHANGES a7eb052ff8 Update for 2016.11 7 years ago
COPYING d830036cce COPYING: add exception about patch licensing 8 years ago
Config.in 30128ef4d0 package/google-breakpad: bump to the latest version 7 years ago
Config.in.legacy 63abbcce37 toolchain-external: remove musl-cross prebuilt toolchain 7 years ago
DEVELOPERS af198a2830 DEVELOPERS: add Yegor Yefremov for the can-utils package 7 years ago
Makefile 90605b8fe7 Makefile: move SED definition into the main Makefile 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