summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2025-02-12 00:47:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-26 14:49:27 +0000
commita7a55e856b9f9863e8164c2c6ad2fb51eb815a8d (patch)
tree1734cab94a23842ca97d2ba8ad2f3583f1809c85 /documentation/migration-guides
parent9c90dadbd0d29cfea032218b45ab93edcdde4eaf (diff)
downloadpoky-a7a55e856b9f9863e8164c2c6ad2fb51eb815a8d.tar.gz
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 <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/migration-guides')
-rw-r--r--documentation/migration-guides/release-notes-5.2.rst4
1 files changed, 4 insertions, 0 deletions
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|
17 - ``linux-firmware``: Add the :term:`FIRMWARE_COMPRESSION` variable which 17 - ``linux-firmware``: Add the :term:`FIRMWARE_COMPRESSION` variable which
18 allows compression the firmwares provided by the ``linux-firmware`` recipe. 18 allows compression the firmwares provided by the ``linux-firmware`` recipe.
19 Possible values are ``xz`` and ``zst``. 19 Possible values are ``xz`` and ``zst``.
20 - reproducibility: Add the :term:`OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS`
21 variable which enables a reproducibility test on recipes using
22 :ref:`Shared State <overview-manual/concepts:Shared State>` for the
23 dependencies. See :doc:`/test-manual/reproducible-builds`.
20 24
21- Kernel-related changes: 25- Kernel-related changes:
22 26