Geen omschrijving

Peter Seiderer 301e8ffbb2 gst1-plugins-bad: update configure options 8 jaren geleden
arch 8da1239a12 arch/Config.in.x86: drop trailing dot (.) from x1000 URL 8 jaren geleden
board 98295c5330 board/via/imx6_vab820: update to latest BSP release 8 jaren geleden
boot 4dd3e6e3f5 barebox: bump to version 2015.10.0 8 jaren geleden
configs 98295c5330 board/via/imx6_vab820: update to latest BSP release 8 jaren geleden
docs 539acb7500 Revert "manual: Add notes about GitHub and hashes" 8 jaren geleden
fs 576463a951 fs/axfs: fix URL indentation 8 jaren geleden
linux 55a6b6d0d1 linux: add 'Image' as the image name for aarch64 8 jaren geleden
package 301e8ffbb2 gst1-plugins-bad: update configure options 8 jaren geleden
support f0c4456530 support/mkusers: allow comments in users tables 8 jaren geleden
system 514411bb9b system/skeleton: finalize removal of ftp user 8 jaren geleden
toolchain 968f5d5e59 arch/x86: add support for Intel X1000 8 jaren geleden
.defconfig a46007daa7 arch: kill avr32 9 jaren geleden
.gitignore 145508473c update gitignore 11 jaren geleden
CHANGES 20a36cd877 Update for 2015.08 8 jaren geleden
COPYING 1aeaae4990 clarify license and fix website license link 15 jaren geleden
Config.in 1e97b27873 ccache: support changing the output directory 8 jaren geleden
Config.in.legacy 301e8ffbb2 gst1-plugins-bad: update configure options 8 jaren geleden
Makefile 3901cb5157 ccache: allow for BR2_CCACHE_DIR environment override 8 jaren geleden
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG 10 jaren geleden
README 33bb2822cd README: mention 'make list-defconfigs' 9 jaren geleden

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.