buildrootschalter/docs/manual/working-with.txt
Samuel Martin 3edb0271db manual: cleanup and update editor tags
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-17 22:50:04 +01:00

29 lines
588 B
Plaintext

// -*- mode:doc; -*-
// vim: set syntax=asciidoc:
Working with Buildroot
======================
This section explains how you can customize Buildroot to fit your
needs.
include::configure.txt[]
include::make-tips.txt[]
include::customize.txt[]
include::common-usage.txt[]
include::eclipse-integration.txt[]
Hacking Buildroot
-----------------
If Buildroot does not yet fit all your requirements, you may be
interested in hacking it to add:
* new packages: refer to the xref:adding-packages[Developer guide]
* new board support: refer to the xref:board-support[Developer guide]