diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2023-06-15 14:26:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-16 17:31:06 +0100 |
commit | 71b672b191afa8cd26dcb0934d293bac8eda0979 (patch) | |
tree | 25d39a2f3fb815c37e6506b5991e036da8aa2b01 /documentation/ref-manual | |
parent | f5be1af663b24d17696039cf489f67644343d858 (diff) | |
download | poky-71b672b191afa8cd26dcb0934d293bac8eda0979.tar.gz |
variables.rst: document OEQA_REPRODUCIBLE_TEST_TARGET and OEQA_REPRODUCIBLE_TEST_SSTATE_TARGETS
They control which build targets to use when testing build
reproducibility and which build targets can reuse sstate
cache during the test.
(From yocto-docs rev: d2a9f64dd24978a7baf31cf210cdb7f35dd3d15a)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Reviewed-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.rst | 9 |
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 |