diff options
Diffstat (limited to 'documentation/migration-guides/migration-5.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-5.3.rst | 68 |
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 | |||
8 | Release |yocto-ver| (|yocto-codename|) | ||
9 | ====================================== | ||
10 | |||
11 | Migration notes for |yocto-ver| (|yocto-codename|) | ||
12 | -------------------------------------------------- | ||
13 | |||
14 | This section provides migration information for moving to the Yocto | ||
15 | Project |yocto-ver| Release (codename "|yocto-codename|") from the prior release. | ||
16 | |||
17 | Supported kernel versions | ||
18 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
19 | |||
20 | The :term:`OLDEST_KERNEL` setting is XXX in this release, meaning that | ||
21 | out the box, older kernels are not supported. See :ref:`4.3 migration notes | ||
22 | <migration-4.3-supported-kernel-versions>` for details. | ||
23 | |||
24 | Supported distributions | ||
25 | ~~~~~~~~~~~~~~~~~~~~~~~ | ||
26 | |||
27 | Compared to the previous releases, running BitBake is supported on new | ||
28 | GNU/Linux distributions: | ||
29 | |||
30 | - XXX | ||
31 | |||
32 | On the other hand, some earlier distributions are no longer supported: | ||
33 | |||
34 | - XXX | ||
35 | |||
36 | See :ref:`all supported distributions <system-requirements-supported-distros>`. | ||
37 | |||
38 | Rust language changes | ||
39 | ~~~~~~~~~~~~~~~~~~~~~ | ||
40 | |||
41 | systemd changes | ||
42 | ~~~~~~~~~~~~~~~ | ||
43 | |||
44 | Recipe changes | ||
45 | ~~~~~~~~~~~~~~ | ||
46 | |||
47 | Removed variables | ||
48 | ~~~~~~~~~~~~~~~~~ | ||
49 | |||
50 | The following variables have been removed: | ||
51 | |||
52 | Removed recipes | ||
53 | ~~~~~~~~~~~~~~~ | ||
54 | |||
55 | The following recipes have been removed in this release: | ||
56 | |||
57 | Removed classes | ||
58 | ~~~~~~~~~~~~~~~ | ||
59 | |||
60 | The following classes have been removed in this release: | ||
61 | |||
62 | Removed features | ||
63 | ~~~~~~~~~~~~~~~~ | ||
64 | |||
65 | The following features have been removed in this release: | ||
66 | |||
67 | Miscellaneous changes | ||
68 | ~~~~~~~~~~~~~~~~~~~~~ | ||