summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-14 09:36:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commiteb5042210c872d9d1a19d9ea251ad48ce589e905 (patch)
tree6a494267296ee932d66cf2cd24b63ff87943decc /documentation/test-manual
parent4925cd416820ab2b48aaa780a053b6fa52d794e9 (diff)
downloadpoky-eb5042210c872d9d1a19d9ea251ad48ce589e905.tar.gz
manuals: create references to buildtools
On the side, also simplify a reference to the section describing them. (From yocto-docs rev: 0c13a7f9ccee4ddc9c6034d03f47625a09598cec) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual')
-rw-r--r--documentation/test-manual/understand-autobuilder.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst
index bfdc678164..b6e331f68c 100644
--- a/documentation/test-manual/understand-autobuilder.rst
+++ b/documentation/test-manual/understand-autobuilder.rst
@@ -204,7 +204,7 @@ The ``scripts/run-config`` execution is where most of the work within
204the Autobuilder happens. It runs through a number of steps; the first 204the Autobuilder happens. It runs through a number of steps; the first
205are general setup steps that are run once and include: 205are general setup steps that are run once and include:
206 206
207#. Set up any ``buildtools-tarball`` if configured. 207#. Set up any :term:`buildtools` tarball if configured.
208 208
209#. Call "buildhistory-init" if :ref:`buildhistory <ref-classes-buildhistory>` is configured. 209#. Call "buildhistory-init" if :ref:`buildhistory <ref-classes-buildhistory>` is configured.
210 210