summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index adbef69d8f..d56eee3bb4 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5807,6 +5807,13 @@ system and gives an overview of their function and contents.
5807 For additional information on how this variable is used, see the 5807 For additional information on how this variable is used, see the
5808 initialization script. 5808 initialization script.
5809 5809
5810 :term:`OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS`
5811 Set build target(s) for build reproducibility testing but activate
5812 :ref:`shared state <overview-manual/concepts:shared state cache>` build
5813 for most dependencies (i.e. the ones explicitly listed in DEPENDS, which
5814 may not be all dependencies, c.f. [depends] varflags, PACKAGE_DEPENDS and
5815 other implementations). See :doc:`/test-manual/reproducible-builds`.
5816
5810 :term:`OEQA_REPRODUCIBLE_TEST_PACKAGE` 5817 :term:`OEQA_REPRODUCIBLE_TEST_PACKAGE`
5811 Set the package manager(s) for build reproducibility testing. 5818 Set the package manager(s) for build reproducibility testing.
5812 See :yocto_git:`reproducible.py </poky/tree/meta/lib/oeqa/selftest/cases/reproducible.py>` 5819 See :yocto_git:`reproducible.py </poky/tree/meta/lib/oeqa/selftest/cases/reproducible.py>`