From 9b8f4cf9a96c9a2fc69ecd77c223794f9f14c2b4 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 28 Mar 2025 09:24:38 +0100 Subject: [PATCH] migration-guides/migration-5.2.rst: final update for 5.2 - Add new/removed supported distributions. - Set the oldest supported kernel. - Remove empty sections. (From yocto-docs rev: c1f2b4e352f636594769f55f15fa69d99d69505a) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-5.2.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst index b5df4412e3..59a2782f24 100644 --- a/documentation/migration-guides/migration-5.2.rst +++ b/documentation/migration-guides/migration-5.2.rst @@ -39,7 +39,7 @@ section of the Yocto Project Reference Manual. Supported kernel versions ~~~~~~~~~~~~~~~~~~~~~~~~~ -The :term:`OLDEST_KERNEL` setting is XXX in this release, meaning that +The :term:`OLDEST_KERNEL` setting is 5.15 in this release, meaning that out the box, older kernels are not supported. See :ref:`4.3 migration notes ` for details. @@ -49,12 +49,17 @@ Supported distributions Compared to the previous releases, running BitBake is supported on new GNU/Linux distributions: +- Fedora 41 +- CentOS Stream 9 + On the other hand, some earlier distributions are no longer supported: -See :ref:`all supported distributions `. +- CentOS Stream 8 +- Fedora 38 +- OpenSUSE Leap 15.4 +- Ubuntu 20.04 -Go language changes -~~~~~~~~~~~~~~~~~~~ +See :ref:`all supported distributions `. Rust language changes ~~~~~~~~~~~~~~~~~~~~~