Go to file
Vicente Olivert Riera aba0f80d89 links: bump to version 2.12
And also use the .tar.bz2 tarball to save disk space and bandwidth.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-03 15:28:04 +02:00
arch
board imx53loco: fix dangling create-boot-sd.sh symlink 2015-09-24 23:51:44 +02:00
boot
configs configs: bump ARC axs10x Linux kernel and headers to 4.2 release 2015-09-20 15:01:20 +02:00
docs docs/manual: FOO_SITE must not have a trailing slash 2015-10-02 21:12:18 +01:00
fs
linux linux: bump default to version 4.2.2 2015-09-30 12:36:23 +02:00
package links: bump to version 2.12 2015-10-03 15:28:04 +02:00
support pkg-perl: refactor perl infrastructure 2015-10-02 20:56:52 +01:00
system system: use a menuconfig for the getty options 2015-10-03 14:25:52 +02:00
toolchain toolchain-external: fix musl-based builds on ARMhf platforms 2015-09-28 22:41:22 +02:00
.defconfig
.gitignore
CHANGES
Config.in
Config.in.legacy package/freerdp: prepare for adding another client 2015-10-03 13:43:46 +02:00
COPYING
Makefile
Makefile.legacy
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.