2012-11-11 04:14:42 +01:00
|
|
|
// -*- mode:doc; -*-
|
2013-02-13 13:59:02 +01:00
|
|
|
// vim: set syntax=asciidoc:
|
2012-11-11 04:14:42 +01:00
|
|
|
|
|
|
|
Working with Buildroot
|
|
|
|
======================
|
|
|
|
|
|
|
|
This section explains how you can customize Buildroot to fit your
|
|
|
|
needs.
|
|
|
|
|
2012-12-29 05:42:27 +01:00
|
|
|
include::configure.txt[]
|
|
|
|
|
2012-11-11 04:14:49 +01:00
|
|
|
include::make-tips.txt[]
|
|
|
|
|
2012-11-11 04:14:42 +01:00
|
|
|
include::customize.txt[]
|
|
|
|
|
|
|
|
include::common-usage.txt[]
|
|
|
|
|
2013-01-13 05:52:14 +01:00
|
|
|
include::eclipse-integration.txt[]
|
|
|
|
|
2012-11-11 04:14:42 +01:00
|
|
|
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]
|
|
|
|
|
2013-02-25 12:31:24 +01:00
|
|
|
* new board support: refer to the
|
|
|
|
xref:customize-store-board-support[Developer guide].
|