diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2025-02-12 00:47:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-26 14:49:27 +0000 |
commit | 835af805539ecef72871ef03ca9a14907384c3c5 (patch) | |
tree | 6ed55017022d88d3e4a731fd5ef9e51a02c63452 /documentation/ref-manual/variables.rst | |
parent | 40b5f61a8f359a428fc0262522d0fd3929e01c15 (diff) | |
download | poky-835af805539ecef72871ef03ca9a14907384c3c5.tar.gz |
ref-manual/variables: document OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS
This documents the variable used in the "automate testing a single
recipe's reproducibility" feature [YOCTO #15701]
(From yocto-docs rev: 417b423ea3d2ba9903d21d930c1982ff2ac6f596)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index adbef69d8f..d56eee3bb4 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5807,6 +5807,13 @@ system and gives an overview of their function and contents. | |||
5807 | For additional information on how this variable is used, see the | 5807 | For additional information on how this variable is used, see the |
5808 | initialization script. | 5808 | initialization script. |
5809 | 5809 | ||
5810 | :term:`OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS` | ||
5811 | Set build target(s) for build reproducibility testing but activate | ||
5812 | :ref:`shared state <overview-manual/concepts:shared state cache>` build | ||
5813 | for most dependencies (i.e. the ones explicitly listed in DEPENDS, which | ||
5814 | may not be all dependencies, c.f. [depends] varflags, PACKAGE_DEPENDS and | ||
5815 | other implementations). See :doc:`/test-manual/reproducible-builds`. | ||
5816 | |||
5810 | :term:`OEQA_REPRODUCIBLE_TEST_PACKAGE` | 5817 | :term:`OEQA_REPRODUCIBLE_TEST_PACKAGE` |
5811 | Set the package manager(s) for build reproducibility testing. | 5818 | Set the package manager(s) for build reproducibility testing. |
5812 | See :yocto_git:`reproducible.py </poky/tree/meta/lib/oeqa/selftest/cases/reproducible.py>` | 5819 | See :yocto_git:`reproducible.py </poky/tree/meta/lib/oeqa/selftest/cases/reproducible.py>` |