summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-5.3.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-04-22 10:50:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-19 15:54:10 +0100
commit04c9bc865303eaecea6cebbc921d8820ac086cdf (patch)
tree5ab512d5d0f7e507fee7a5a25fb649f54593d67b /documentation/migration-guides/migration-5.3.rst
parent8d9ca8c87431ddf62d46c12027fc588dfb44cea3 (diff)
downloadpoky-04c9bc865303eaecea6cebbc921d8820ac086cdf.tar.gz
migration-guides: add placeholders for 5.3
Add placeholder files to be populated for the next 5.3 release. Relevant section names from the previous 5.2 release migration guide/release note have been left with their content empty. (From yocto-docs rev: 2822bf71ee7cd2fa48f2f802eaab236538112d85) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-5.3.rst')
-rw-r--r--documentation/migration-guides/migration-5.3.rst68
1 files changed, 68 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.3.rst b/documentation/migration-guides/migration-5.3.rst
new file mode 100644
index 0000000000..22653fc911
--- /dev/null
+++ b/documentation/migration-guides/migration-5.3.rst
@@ -0,0 +1,68 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3.. |yocto-codename| replace:: whinlatter
4.. |yocto-ver| replace:: 5.3
5.. Note: anchors id below cannot contain substitutions so replace them with the
6 value of |yocto-ver| above.
7
8Release |yocto-ver| (|yocto-codename|)
9======================================
10
11Migration notes for |yocto-ver| (|yocto-codename|)
12--------------------------------------------------
13
14This section provides migration information for moving to the Yocto
15Project |yocto-ver| Release (codename "|yocto-codename|") from the prior release.
16
17Supported kernel versions
18~~~~~~~~~~~~~~~~~~~~~~~~~
19
20The :term:`OLDEST_KERNEL` setting is XXX in this release, meaning that
21out the box, older kernels are not supported. See :ref:`4.3 migration notes
22<migration-4.3-supported-kernel-versions>` for details.
23
24Supported distributions
25~~~~~~~~~~~~~~~~~~~~~~~
26
27Compared to the previous releases, running BitBake is supported on new
28GNU/Linux distributions:
29
30- XXX
31
32On the other hand, some earlier distributions are no longer supported:
33
34- XXX
35
36See :ref:`all supported distributions <system-requirements-supported-distros>`.
37
38Rust language changes
39~~~~~~~~~~~~~~~~~~~~~
40
41systemd changes
42~~~~~~~~~~~~~~~
43
44Recipe changes
45~~~~~~~~~~~~~~
46
47Removed variables
48~~~~~~~~~~~~~~~~~
49
50The following variables have been removed:
51
52Removed recipes
53~~~~~~~~~~~~~~~
54
55The following recipes have been removed in this release:
56
57Removed classes
58~~~~~~~~~~~~~~~
59
60The following classes have been removed in this release:
61
62Removed features
63~~~~~~~~~~~~~~~~
64
65The following features have been removed in this release:
66
67Miscellaneous changes
68~~~~~~~~~~~~~~~~~~~~~