diff mbox series

[v6,4/4] release-notes-5.2: Add new variable OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS

Message ID 20250217220618.1999362-4-yoann.congal@smile.fr
State Under Review
Headers show
Series [v6,1/4] ref-manual/variables: document OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS | expand

Commit Message

Yoann Congal Feb. 17, 2025, 10:06 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Add mention of OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS to release-notes-5.2
so users can use it after upgrading.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
---
v5->v6:
Quentin's review
* s/to/so/
* Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (Thanks)

v3->v4:
* Quentin's review:
  * s/single recipe/recipes/
  * link to sstate
* Reviewed-by: Guillaume

v2->v3: Antonin's Review:
* Add OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS ot release-notes-5.2
---
 documentation/migration-guides/release-notes-5.2.rst | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst
index b0e538700..417b202cd 100644
--- a/documentation/migration-guides/release-notes-5.2.rst
+++ b/documentation/migration-guides/release-notes-5.2.rst
@@ -17,6 +17,10 @@  New Features / Enhancements in |yocto-ver|
    -  ``linux-firmware``: Add the :term:`FIRMWARE_COMPRESSION` variable which
       allows compression the firmwares provided by the ``linux-firmware`` recipe.
       Possible values are ``xz`` and ``zst``.
+   -  reproducibility: Add the :term:`OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS`
+      variable which enables a reproducibility test on recipes using
+      :ref:`Shared State <overview-manual/concepts:Shared State>` for the
+      dependencies. See :doc:`/test-manual/reproducible-builds`.
 
 -  Kernel-related changes: