summaryrefslogtreecommitdiffstats
path: root/docs/manual/working-with.txt
blob: 4432b548db855c22652ee6a856453b3ea7979aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// -*- 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:customize-store-board-support[Developer guide].