diff options
-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 | ~~~~~~~~~~~~~~~~~~~~~ |