summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 5b96e4efe3..cba3cf5d07 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5541,6 +5541,15 @@ system and gives an overview of their function and contents.
5541 For additional information on how this variable is used, see the 5541 For additional information on how this variable is used, see the
5542 initialization script. 5542 initialization script.
5543 5543
5544 :term:`OEQA_REPRODUCIBLE_TEST_TARGET`
5545 Set build target for build reproducibility testing. By default
5546 all available recipes are compiled with "bitbake world", see also :term:`EXCLUDE_FROM_WORLD`
5547 and :doc:`/test-manual/reproducible-builds`.
5548
5549 :term:`OEQA_REPRODUCIBLE_TEST_SSTATE_TARGETS`
5550 Set build targets which can be rebuilt using :ref:`shared state <overview-manual/concepts:shared state cache>`
5551 when running build reproducibility tests. See :doc:`/test-manual/reproducible-builds`.
5552
5544 :term:`OLDEST_KERNEL` 5553 :term:`OLDEST_KERNEL`
5545 Declares the oldest version of the Linux kernel that the produced 5554 Declares the oldest version of the Linux kernel that the produced
5546 binaries must support. This variable is passed into the build of the 5555 binaries must support. This variable is passed into the build of the