diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-28 09:24:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-28 13:17:13 +0000 |
commit | 9b8f4cf9a96c9a2fc69ecd77c223794f9f14c2b4 (patch) | |
tree | 2201a47b7998ec78d4ab16b3d3c999ed2228d4a8 | |
parent | be14e8aa49b284ebf80b6a154d3e646a5c265ca8 (diff) | |
download | poky-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.rst | 13 |
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. | |||
39 | Supported kernel versions | 39 | Supported kernel versions |
40 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | 40 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
41 | 41 | ||
42 | The :term:`OLDEST_KERNEL` setting is XXX in this release, meaning that | 42 | The :term:`OLDEST_KERNEL` setting is 5.15 in this release, meaning that |
43 | out the box, older kernels are not supported. See :ref:`4.3 migration notes | 43 | out 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 | |||
49 | Compared to the previous releases, running BitBake is supported on new | 49 | Compared to the previous releases, running BitBake is supported on new |
50 | GNU/Linux distributions: | 50 | GNU/Linux distributions: |
51 | 51 | ||
52 | - Fedora 41 | ||
53 | - CentOS Stream 9 | ||
54 | |||
52 | On the other hand, some earlier distributions are no longer supported: | 55 | On the other hand, some earlier distributions are no longer supported: |
53 | 56 | ||
54 | See :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 | ||
56 | Go language changes | 62 | See :ref:`all supported distributions <system-requirements-supported-distros>`. |
57 | ~~~~~~~~~~~~~~~~~~~ | ||
58 | 63 | ||
59 | Rust language changes | 64 | Rust language changes |
60 | ~~~~~~~~~~~~~~~~~~~~~ | 65 | ~~~~~~~~~~~~~~~~~~~~~ |