From a7a55e856b9f9863e8164c2c6ad2fb51eb815a8d Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Wed, 12 Feb 2025 00:47:38 +0100 Subject: [PATCH] release-notes-5.2: Add new variable OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS Add mention of OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS to release-notes-5.2 to users can use it after upgrading. (From yocto-docs rev: eec44e4daf414be414e9fd0471b0381b980d6fab) Signed-off-by: Yoann Congal Reviewed-by: Guillaume Swaenepoel Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/migration-guides/release-notes-5.2.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index b0e538700f..417b202cdb 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 ` for the + dependencies. See :doc:`/test-manual/reproducible-builds`. - Kernel-related changes: