forked from OpenDingux/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
by using this standard extension `adoc`, these files are rendered on gitlab & github Signed-off-by: Francois Perrad <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information
1 parent
b1f9c51
commit 32cec3b
Showing
78 changed files
with
172 additions
and
172 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
// -*- 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. | ||
|
||
When you add a new package, be sure to test it in various conditions | ||
(see xref:testing-package[]) and also check it for coding style (see | ||
xref:check-package[]). | ||
|
||
include::adding-packages-directory.adoc[] | ||
|
||
include::adding-packages-generic.adoc[] | ||
|
||
include::adding-packages-autotools.adoc[] | ||
|
||
include::adding-packages-cmake.adoc[] | ||
|
||
include::adding-packages-python.adoc[] | ||
|
||
include::adding-packages-luarocks.adoc[] | ||
|
||
include::adding-packages-perl.adoc[] | ||
|
||
include::adding-packages-virtual.adoc[] | ||
|
||
include::adding-packages-kconfig.adoc[] | ||
|
||
include::adding-packages-rebar.adoc[] | ||
|
||
include::adding-packages-waf.adoc[] | ||
|
||
include::adding-packages-meson.adoc[] | ||
|
||
include::adding-packages-cargo.adoc[] | ||
|
||
include::adding-packages-golang.adoc[] | ||
|
||
include::adding-packages-qmake.adoc[] | ||
|
||
include::adding-packages-kernel-module.adoc[] | ||
|
||
include::adding-packages-asciidoc.adoc[] | ||
|
||
include::adding-packages-linux-kernel-spec-infra.adoc[] | ||
|
||
include::adding-packages-hooks.adoc[] | ||
|
||
include::adding-packages-gettext.adoc[] | ||
|
||
include::adding-packages-tips.adoc[] | ||
|
||
include::adding-packages-conclusion.adoc[] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// -*- mode:doc; -*- | ||
// vim: set syntax=asciidoc: | ||
|
||
=== Advanced usage | ||
|
||
include::using-buildroot-toolchain.adoc[] | ||
|
||
include::using-buildroot-debugger.adoc[] | ||
|
||
include::ccache-support.adoc[] | ||
|
||
include::download-location.adoc[] | ||
|
||
include::package-make-target.adoc[] | ||
|
||
include::using-buildroot-development.adoc[] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// -*- mode:doc; -*- | ||
// vim: set syntax=asciidoc: | ||
|
||
include::makedev-syntax.adoc[] | ||
include::makeusers-syntax.adoc[] | ||
include::migrating.adoc[] |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
// -*- mode:doc; -*- | ||
// vim: set syntax=asciidoc: | ||
|
||
= The Buildroot user manual | ||
:toc: | ||
|
||
Buildroot {sys:echo $\{BR2_VERSION%%-git*\}} manual generated on {localdate} | ||
{localtime} from git revision {sys:git rev-parse --short HEAD} | ||
|
||
The Buildroot manual is written by the Buildroot developers. | ||
It is licensed under the GNU General Public License, version 2. Refer to the | ||
http://git.buildroot.org/buildroot/tree/COPYING?id={sys:git rev-parse HEAD}[COPYING] | ||
file in the Buildroot sources for the full text of this license. | ||
|
||
Copyright (C) The Buildroot developers <[email protected]> | ||
|
||
image::logo.png[] | ||
|
||
= Getting started | ||
|
||
include::introduction.adoc[] | ||
|
||
include::prerequisite.adoc[] | ||
|
||
include::getting.adoc[] | ||
|
||
include::quickstart.adoc[] | ||
|
||
include::resources.adoc[] | ||
|
||
= User guide | ||
|
||
include::configure.adoc[] | ||
|
||
include::configure-other-components.adoc[] | ||
|
||
include::common-usage.adoc[] | ||
|
||
include::customize.adoc[] | ||
|
||
include::integration.adoc[] | ||
|
||
include::faq-troubleshooting.adoc[] | ||
|
||
include::known-issues.adoc[] | ||
|
||
include::legal-notice.adoc[] | ||
|
||
include::beyond-buildroot.adoc[] | ||
|
||
= Developer guide | ||
|
||
include::how-buildroot-works.adoc[] | ||
|
||
include::writing-rules.adoc[] | ||
|
||
include::adding-board-support.adoc[] | ||
|
||
include::adding-packages.adoc[] | ||
|
||
include::patch-policy.adoc[] | ||
|
||
include::download-infra.adoc[] | ||
|
||
include::debugging-buildroot.adoc[] | ||
|
||
include::contribute.adoc[] | ||
|
||
include::developers.adoc[] | ||
|
||
include::release-engineering.adoc[] | ||
|
||
= Appendix | ||
|
||
include::appendix.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters