diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/test-manual/reproducible-builds.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst index 50256fb197..d4b828b2d6 100644 --- a/documentation/test-manual/reproducible-builds.rst +++ b/documentation/test-manual/reproducible-builds.rst | |||
@@ -103,10 +103,12 @@ run:: | |||
103 | oe-selftest -r reproducible.ReproducibleTests.test_reproducible_builds | 103 | oe-selftest -r reproducible.ReproducibleTests.test_reproducible_builds |
104 | 104 | ||
105 | This defaults to including a ``world`` build so, if other layers are added, it would | 105 | This defaults to including a ``world`` build so, if other layers are added, it would |
106 | also run the tests for recipes in the additional layers. The first build will be | 106 | also run the tests for recipes in the additional layers. Different build targets |
107 | run using :ref:`Shared State <overview-manual/concepts:Shared State>` if | 107 | can be defined using the :term:`OEQA_REPRODUCIBLE_TEST_TARGET` variable in ``local.conf``. |
108 | The first build will be run using :ref:`Shared State <overview-manual/concepts:Shared State>` if | ||
108 | available, the second build explicitly disables | 109 | available, the second build explicitly disables |
109 | :ref:`Shared State <overview-manual/concepts:Shared State>` and builds on the | 110 | :ref:`Shared State <overview-manual/concepts:Shared State>` except for recipes defined in |
111 | the :term:`OEQA_REPRODUCIBLE_TEST_SSTATE_TARGETS` variable, and builds on the | ||
110 | specific host the build is running on. This means we can test reproducibility | 112 | specific host the build is running on. This means we can test reproducibility |
111 | builds between different host distributions over time on the Autobuilder. | 113 | builds between different host distributions over time on the Autobuilder. |
112 | 114 | ||