summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-28 09:24:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-28 13:17:13 +0000
commit9b8f4cf9a96c9a2fc69ecd77c223794f9f14c2b4 (patch)
tree2201a47b7998ec78d4ab16b3d3c999ed2228d4a8
parentbe14e8aa49b284ebf80b6a154d3e646a5c265ca8 (diff)
downloadpoky-9b8f4cf9a96c9a2fc69ecd77c223794f9f14c2b4.tar.gz
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 <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/migration-guides/migration-5.2.rst13
1 files 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.
39Supported kernel versions 39Supported kernel versions
40~~~~~~~~~~~~~~~~~~~~~~~~~ 40~~~~~~~~~~~~~~~~~~~~~~~~~
41 41
42The :term:`OLDEST_KERNEL` setting is XXX in this release, meaning that 42The :term:`OLDEST_KERNEL` setting is 5.15 in this release, meaning that
43out the box, older kernels are not supported. See :ref:`4.3 migration notes 43out the box, older kernels are not supported. See :ref:`4.3 migration notes
44<migration-4.3-supported-kernel-versions>` for details. 44<migration-4.3-supported-kernel-versions>` for details.
45 45
@@ -49,12 +49,17 @@ Supported distributions
49Compared to the previous releases, running BitBake is supported on new 49Compared to the previous releases, running BitBake is supported on new
50GNU/Linux distributions: 50GNU/Linux distributions:
51 51
52- Fedora 41
53- CentOS Stream 9
54
52On the other hand, some earlier distributions are no longer supported: 55On the other hand, some earlier distributions are no longer supported:
53 56
54See :ref:`all supported distributions <system-requirements-supported-distros>`. 57- CentOS Stream 8
58- Fedora 38
59- OpenSUSE Leap 15.4
60- Ubuntu 20.04
55 61
56Go language changes 62See :ref:`all supported distributions <system-requirements-supported-distros>`.
57~~~~~~~~~~~~~~~~~~~
58 63
59Rust language changes 64Rust language changes
60~~~~~~~~~~~~~~~~~~~~~ 65~~~~~~~~~~~~~~~~~~~~~