Go to file
Luca Ceresoli c7ed1243a5 docs/manual: FOO_SITE must not have a trailing slash
This has been the best practice since a long time, but it was not
clearly stated in the manual. Now it is mandatory, so mention it
explicitly.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-02 21:12:18 +01:00
arch
board imx53loco: fix dangling create-boot-sd.sh symlink 2015-09-24 23:51:44 +02:00
boot grub2: pass target NM, OBJCOPY and STRIP 2015-09-20 14:52:19 +02:00
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 pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
support pkg-perl: refactor perl infrastructure 2015-10-02 20:56:52 +01:00
system system: make systemd's kernel headers comment fit 2015-09-10 22:06:55 +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 blackbox: remove deprecated package 2015-09-13 23:28:42 +02:00
Config.in.legacy kobs-ng: remove obsolete package 2015-09-30 22:06:47 +02:00
COPYING
Makefile target-finalize: remove extra /usr/libexec/{*.a,*.la} files 2015-09-19 14:59:46 +02:00
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.