Go to file
Christophe Vu-Brugier c6ff869eee targetcli-fb: systemd support
The systemd service file is taken from Fedora.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-03 14:21:07 +02: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 targetcli-fb: systemd support 2015-10-03 14:21:07 +02:00
support pkg-perl: refactor perl infrastructure 2015-10-02 20:56:52 +01:00
system
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 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.