576aafbd28
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
23 lines
602 B
Plaintext
23 lines
602 B
Plaintext
Adding new packages to Buildroot
|
|
================================
|
|
[[adding-packages]]
|
|
|
|
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-handwritten.txt[]
|
|
|
|
include::adding-packages-gettext.txt[]
|
|
|
|
include::adding-packages-conclusion.txt[]
|