summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-27 16:42:00 +0200
committerSteve Sakoman <steve@sakoman.com>2023-11-28 05:00:32 -1000
commit9536f32528d0e1169b3a52b065eb32112d130b16 (patch)
treeea7947aec7b6aea84aa8ab81531f9a37321500aa /documentation
parente826f8043684fb037f8e4cdb7623d59d7309f655 (diff)
downloadpoky-9536f32528d0e1169b3a52b065eb32112d130b16.tar.gz
ref-manual: variables: document OEQA_REPRODUCIBLE_* variables
(From yocto-docs rev: 40285a94db71dabfbddc324ee71b46984dbdb6fd) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 827c94acd4..58a763cb3a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5185,6 +5185,20 @@ system and gives an overview of their function and contents.
5185 For additional information on how this variable is used, see the 5185 For additional information on how this variable is used, see the
5186 initialization script. 5186 initialization script.
5187 5187
5188 :term:`OEQA_REPRODUCIBLE_TEST_PACKAGE`
5189 Set the package manager(s) for build reproducibility testing.
5190 See :yocto_git:`reproducible.py </poky/tree/meta/lib/oeqa/selftest/cases/reproducible.py>`
5191 and :doc:`/test-manual/reproducible-builds`.
5192
5193 :term:`OEQA_REPRODUCIBLE_TEST_TARGET`
5194 Set build target for build reproducibility testing. By default
5195 all available recipes are compiled with "bitbake world", see also :term:`EXCLUDE_FROM_WORLD`
5196 and :doc:`/test-manual/reproducible-builds`.
5197
5198 :term:`OEQA_REPRODUCIBLE_TEST_SSTATE_TARGETS`
5199 Set build targets which can be rebuilt using :ref:`shared state <overview-manual/concepts:shared state cache>`
5200 when running build reproducibility tests. See :doc:`/test-manual/reproducible-builds`.
5201
5188 :term:`OLDEST_KERNEL` 5202 :term:`OLDEST_KERNEL`
5189 Declares the oldest version of the Linux kernel that the produced 5203 Declares the oldest version of the Linux kernel that the produced
5190 binaries must support. This variable is passed into the build of the 5204 binaries must support. This variable is passed into the build of the