summaryrefslogtreecommitdiffstats
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-31 13:12:06 +0000
commit148c203bd192587c89b3e8133c8b3d0cc9df42d2 (patch)
treedb9231bfcf3011a61bf17ff54f5c89a85643eb05
parent8a032f4dbdcce9a0db31055eb4f66294d20741b7 (diff)
downloadpoky-148c203bd192587c89b3e8133c8b3d0cc9df42d2.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>
-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`