Files
buildroot/docs/manual/manual.adoc
Alexis Lothoré 3ae80441ed docs/manual: update old git links to proper gitlab location
Some links are still pointing to git.buildroot.org, which is the old URL
for the official Buildroot git repository. The repository is now hosted
at gitlab.com. Update those old links accordingly.

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-09-23 18:37:30 +02:00

76 lines
1.4 KiB
Plaintext

// -*- mode:doc; -*-
// vim: set syntax=asciidoc:
= The Buildroot user manual
:toc:
Buildroot {sys:echo $BR2_VERSION} 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
https://gitlab.com/buildroot.org/buildroot/-/blob/master/COPYING[COPYING]
file in the Buildroot sources for the full text of this license.
Copyright (C) The Buildroot developers <buildroot@buildroot.org>
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[]