summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/test-manual/reproducible-builds.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index 6994989f7c..a51cc15a19 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -92,10 +92,12 @@ run::
92 oe-selftest -r reproducible.ReproducibleTests.test_reproducible_builds 92 oe-selftest -r reproducible.ReproducibleTests.test_reproducible_builds
93 93
94This defaults to including a ``world`` build so, if other layers are added, it would 94This defaults to including a ``world`` build so, if other layers are added, it would
95also run the tests for recipes in the additional layers. The first build will be 95also run the tests for recipes in the additional layers. Different build targets
96run using :ref:`Shared State <overview-manual/concepts:Shared State>` if 96can be defined using the :term:`OEQA_REPRODUCIBLE_TEST_TARGET` variable in ``local.conf``.
97The first build will be run using :ref:`Shared State <overview-manual/concepts:Shared State>` if
97available, the second build explicitly disables 98available, the second build explicitly disables
98:ref:`Shared State <overview-manual/concepts:Shared State>` and builds on the 99:ref:`Shared State <overview-manual/concepts:Shared State>` except for recipes defined in
100the :term:`OEQA_REPRODUCIBLE_TEST_SSTATE_TARGETS` variable, and builds on the
99specific host the build is running on. This means we can test reproducibility 101specific host the build is running on. This means we can test reproducibility
100builds between different host distributions over time on the Autobuilder. 102builds between different host distributions over time on the Autobuilder.
101 103