diff options
Diffstat (limited to 'documentation/migration-guides/migration-5.0.rst')
-rw-r--r-- | documentation/migration-guides/migration-5.0.rst | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst new file mode 100644 index 0000000000..32581d750b --- /dev/null +++ b/documentation/migration-guides/migration-5.0.rst | |||
@@ -0,0 +1,105 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | Release 5.0 LTS (scarthgap) | ||
4 | =========================== | ||
5 | |||
6 | Migration notes for 5.0 (scarthgap) | ||
7 | ------------------------------------ | ||
8 | |||
9 | This section provides migration information for moving to the Yocto | ||
10 | Project 5.0 Release (codename "scarthgap") from the prior release. | ||
11 | |||
12 | To migrate from an earlier LTS release, you **also** need to check all | ||
13 | the previous migration notes from your release to this new one: | ||
14 | |||
15 | - :doc:`/migration-guides/migration-4.3` | ||
16 | - :doc:`/migration-guides/migration-4.2` | ||
17 | - :doc:`/migration-guides/migration-4.1` | ||
18 | - :doc:`/migration-guides/migration-4.0` | ||
19 | - :doc:`/migration-guides/migration-3.4` | ||
20 | - :doc:`/migration-guides/migration-3.3` | ||
21 | - :doc:`/migration-guides/migration-3.2` | ||
22 | |||
23 | .. _migration-5.0-supported-kernel-versions: | ||
24 | |||
25 | Supported kernel versions | ||
26 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
27 | |||
28 | The :term:`OLDEST_KERNEL` setting is still "5.15" in this release, meaning that | ||
29 | out the box, older kernels are not supported. See :ref:`4.3 migration notes | ||
30 | <migration-4.3-supported-kernel-versions>` for details. | ||
31 | |||
32 | .. _migration-5.0-supported-distributions: | ||
33 | |||
34 | Supported distributions | ||
35 | ~~~~~~~~~~~~~~~~~~~~~~~ | ||
36 | |||
37 | Compared to the previous releases, running BitBake is supported on new | ||
38 | GNU/Linux distributions: | ||
39 | |||
40 | - Rocky 9 | ||
41 | |||
42 | On the other hand, some earlier distributions are no longer supported: | ||
43 | |||
44 | - Fedora 37 | ||
45 | - Ubuntu 22.10 | ||
46 | - OpenSUSE Leap 15.3 | ||
47 | |||
48 | See :ref:`all supported distributions <system-requirements-supported-distros>`. | ||
49 | |||
50 | .. _migration-5.0-go-changes: | ||
51 | |||
52 | Go language changes | ||
53 | ~~~~~~~~~~~~~~~~~~~ | ||
54 | |||
55 | .. _migration-5.0-systemd-changes: | ||
56 | |||
57 | systemd changes | ||
58 | ~~~~~~~~~~~~~~~ | ||
59 | |||
60 | .. _migration-5.0-recipe-changes: | ||
61 | |||
62 | Recipe changes | ||
63 | ~~~~~~~~~~~~~~ | ||
64 | |||
65 | - Runtime testing of ptest now fails if no test results are returned by | ||
66 | any given ptest. | ||
67 | |||
68 | .. _migration-5.0-deprecated-variables: | ||
69 | |||
70 | Deprecated variables | ||
71 | ~~~~~~~~~~~~~~~~~~~~ | ||
72 | |||
73 | The following variables have been deprecated: | ||
74 | |||
75 | .. _migration-5.0-removed-variables: | ||
76 | |||
77 | Removed variables | ||
78 | ~~~~~~~~~~~~~~~~~ | ||
79 | |||
80 | The following variables have been removed: | ||
81 | |||
82 | .. _migration-5.0-removed-recipes: | ||
83 | |||
84 | Removed recipes | ||
85 | ~~~~~~~~~~~~~~~ | ||
86 | |||
87 | The following recipes have been removed in this release: | ||
88 | |||
89 | .. _migration-5.0-removed-classes: | ||
90 | |||
91 | Removed classes | ||
92 | ~~~~~~~~~~~~~~~ | ||
93 | |||
94 | The following classes have been removed in this release: | ||
95 | |||
96 | .. _migration-5.0-qemu-changes: | ||
97 | |||
98 | QEMU changes | ||
99 | ~~~~~~~~~~~~ | ||
100 | |||
101 | .. _migration-5.0-misc-changes: | ||
102 | |||
103 | Miscellaneous changes | ||
104 | ~~~~~~~~~~~~~~~~~~~~~ | ||
105 | |||