summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-14 09:36:00 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-01 05:19:55 -1000
commite0c348b64473a66bdd13da4facbfd17700899a9d (patch)
tree868d83772a60ad59cc8737d459afbb8624ae871d /documentation/test-manual
parent9e5a9e6f945dae5c3d2e1932449d9494d903cbff (diff)
downloadpoky-e0c348b64473a66bdd13da4facbfd17700899a9d.tar.gz
manuals: update references to buildtools
Also fix number of corresponding paragraphs (From yocto-docs rev: 28ee2d91fe4dd0549940dc5df1ff1d59363fcc0f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 11e2ceb12f..837109ad7d 100644
--- a/documentation/test-manual/understand-autobuilder.rst
+++ b/documentation/test-manual/understand-autobuilder.rst
@@ -205,7 +205,7 @@ The ``scripts/run-config`` execution is where most of the work within
205the Autobuilder happens. It runs through a number of steps; the first 205the Autobuilder happens. It runs through a number of steps; the first
206are general setup steps that are run once and include: 206are general setup steps that are run once and include:
207 207
208#. Set up any ``buildtools-tarball`` if configured. 208#. Set up any :term:`buildtools` tarball if configured.
209 209
210<<<<<<< HEAD 210<<<<<<< HEAD
211#. Call "buildhistory-init" if buildhistory is configured. 211#. Call "buildhistory-init" if buildhistory is configured.