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 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 | ||
| 94 | This defaults to including a ``world`` build so, if other layers are added, it would | 94 | This defaults to including a ``world`` build so, if other layers are added, it would |
| 95 | also run the tests for recipes in the additional layers. The first build will be | 95 | also run the tests for recipes in the additional layers. Different build targets |
| 96 | run using :ref:`Shared State <overview-manual/concepts:Shared State>` if | 96 | can be defined using the :term:`OEQA_REPRODUCIBLE_TEST_TARGET` variable in ``local.conf``. |
| 97 | The first build will be run using :ref:`Shared State <overview-manual/concepts:Shared State>` if | ||
| 97 | available, the second build explicitly disables | 98 | available, 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 |
| 100 | the :term:`OEQA_REPRODUCIBLE_TEST_SSTATE_TARGETS` variable, and builds on the | ||
| 99 | specific host the build is running on. This means we can test reproducibility | 101 | specific host the build is running on. This means we can test reproducibility |
| 100 | builds between different host distributions over time on the Autobuilder. | 102 | builds between different host distributions over time on the Autobuilder. |
| 101 | 103 | ||
