a6bba674a2
[Peter: fix s/BUILD_TYPE/SETUP_TYPE/ typo in manual as noted by Samuel] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
30 lines
723 B
Plaintext
30 lines
723 B
Plaintext
// -*- mode:doc; -*-
|
|
// vim: set syntax=asciidoc:
|
|
|
|
[[adding-packages]]
|
|
Adding new packages to Buildroot
|
|
--------------------------------
|
|
|
|
This section covers how new packages (userspace libraries or
|
|
applications) can be integrated into Buildroot. It also shows how
|
|
existing packages are integrated, which is needed for fixing issues or
|
|
tuning their configuration.
|
|
|
|
include::adding-packages-directory.txt[]
|
|
|
|
include::adding-packages-generic.txt[]
|
|
|
|
include::adding-packages-autotools.txt[]
|
|
|
|
include::adding-packages-cmake.txt[]
|
|
|
|
include::adding-packages-python.txt[]
|
|
|
|
include::adding-packages-hooks.txt[]
|
|
|
|
include::adding-packages-gettext.txt[]
|
|
|
|
include::adding-packages-tips.txt[]
|
|
|
|
include::adding-packages-conclusion.txt[]
|