summaryrefslogtreecommitdiff
path: root/poky/documentation/test-manual/test-manual-understand-autobuilder.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/test-manual/test-manual-understand-autobuilder.rst')
-rw-r--r--poky/documentation/test-manual/test-manual-understand-autobuilder.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/poky/documentation/test-manual/test-manual-understand-autobuilder.rst b/poky/documentation/test-manual/test-manual-understand-autobuilder.rst
index 244433376..698a266ee 100644
--- a/poky/documentation/test-manual/test-manual-understand-autobuilder.rst
+++ b/poky/documentation/test-manual/test-manual-understand-autobuilder.rst
@@ -73,8 +73,6 @@ The ``config.json`` file is processed by the scripts in the Helper
repository in the ``scripts`` directory. The following section details
how this works.
-.. _test-autobuilder-target-exec-overview:
-
Autobuilder Target Execution Overview
=====================================
@@ -135,16 +133,12 @@ roughly consist of:
This is another call into the Helper scripts where its expected that
the main functionality of this target will be executed.
-.. _test-autobuilder-tech:
-
Autobuilder Technology
======================
The Autobuilder has Yocto Project-specific functionality to allow builds
to operate with increased efficiency and speed.
-.. _test-clobberdir:
-
clobberdir
----------
@@ -155,8 +149,6 @@ which is run under ``ionice -c 3``. For example, the deletion only
happens when there is idle IO capacity on the Worker. The Autobuilder
Worker Janitor runs this deletion. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`.
-.. _test-autobuilder-clone-cache:
-
Autobuilder Clone Cache
-----------------------
@@ -167,8 +159,6 @@ during clones first, then "topped up" with later revisions from any
upstream when necessary. The cache is maintained by the Autobuilder
Worker Janitor. See :ref:`test-manual/test-manual-understand-autobuilder:Autobuilder Worker Janitor`.
-.. _test-autobuilder-worker-janitor:
-
Autobuilder Worker Janitor
--------------------------
@@ -177,8 +167,6 @@ operations, including background file deletion at IO idle (see :ref:`test-manual
maintainenance of a cache of cloned repositories to improve the speed
the system can checkout repositories.
-.. _test-shared-dl-dir:
-
Shared DL_DIR
-------------
@@ -187,8 +175,6 @@ between them. This reduces network accesses from the system and allows
the build to be sped up. Usage of the directory within the build system
is designed to be able to be shared over NFS.
-.. _test-shared-sstate-cache:
-
Shared SSTATE_DIR
-----------------
@@ -197,8 +183,6 @@ directory to be shared between them. This means once a Worker has built
an artifact, all the others can benefit from it. Usage of the directory
within the directory is designed for sharing over NFS.
-.. _test-resulttool:
-
Resulttool
----------
@@ -213,8 +197,6 @@ reports of the test results and compare different result files.
For details, see :yocto_wiki:`/wiki/Resulttool`.
-.. _test-run-config-tgt-execution:
-
run-config Target Execution
===========================
@@ -264,8 +246,6 @@ of post-build steps, including:
:ref:`test-manual/test-manual-understand-autobuilder:clobberdir` if the build was successful,
else rename it to "build-renamed" for potential future debugging.
-.. _test-deploying-yp-autobuilder:
-
Deploying Yocto Autobuilder
===========================