summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-27 16:42:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-30 11:11:17 +0000
commit9bc8bfc078b004f1f45f8324cdf7e345aab0d509 (patch)
tree816bf5b19a3743342912e6430449ba44a5ebe6c9 /documentation/ref-manual
parentf32fad635d2b2a5df0b2a365ecd26344ef7be160 (diff)
downloadpoky-9bc8bfc078b004f1f45f8324cdf7e345aab0d509.tar.gz
ref-manual: variables: document OEQA_REPRODUCIBLE_TEST_PACKAGE
Introduced by https://git.yoctoproject.org/poky/commit/?id=88abdec715ed0c1f613c9b5132cd45db741d5c65 (From yocto-docs rev: 2e64352653cd7e89a2b08d84d6f7a1e039d4346a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index e0273138f2..dc5286c896 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5625,6 +5625,11 @@ system and gives an overview of their function and contents.
5625 For additional information on how this variable is used, see the 5625 For additional information on how this variable is used, see the
5626 initialization script. 5626 initialization script.
5627 5627
5628 :term:`OEQA_REPRODUCIBLE_TEST_PACKAGE`
5629 Set the package manager(s) for build reproducibility testing.
5630 See :yocto_git:`reproducible.py </poky/tree/meta/lib/oeqa/selftest/cases/reproducible.py>`
5631 and :doc:`/test-manual/reproducible-builds`.
5632
5628 :term:`OEQA_REPRODUCIBLE_TEST_TARGET` 5633 :term:`OEQA_REPRODUCIBLE_TEST_TARGET`
5629 Set build target for build reproducibility testing. By default 5634 Set build target for build reproducibility testing. By default
5630 all available recipes are compiled with "bitbake world", see also :term:`EXCLUDE_FROM_WORLD` 5635 all available recipes are compiled with "bitbake world", see also :term:`EXCLUDE_FROM_WORLD`