diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-05-23 11:56:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-29 20:58:49 +0100 |
commit | 90e510aee75bcbc95bdb3de25440786f27987604 (patch) | |
tree | 816862bb1de8f5da440cad34acda5be825433bd0 | |
parent | e35c8d53fb64a17027f59591f8b681390701a2aa (diff) | |
download | poky-90e510aee75bcbc95bdb3de25440786f27987604.tar.gz |
migration-guides: placeholder files for 5.1
(From yocto-docs rev: f3ab2c5ec975683383cd8129a607c3e1e8c68053)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/index.rst | 1 | ||||
-rw-r--r-- | documentation/migration-guides/migration-5.1.rst | 83 | ||||
-rw-r--r-- | documentation/migration-guides/release-5.1.rst | 9 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-5.1.rst | 67 |
4 files changed, 160 insertions, 0 deletions
diff --git a/documentation/migration-guides/index.rst b/documentation/migration-guides/index.rst index d8edd05b89..e9d7f72809 100644 --- a/documentation/migration-guides/index.rst +++ b/documentation/migration-guides/index.rst | |||
@@ -12,6 +12,7 @@ to move to one release of the Yocto Project from the previous one. | |||
12 | .. toctree:: | 12 | .. toctree:: |
13 | 13 | ||
14 | migration-general | 14 | migration-general |
15 | release-5.1 | ||
15 | release-5.0 | 16 | release-5.0 |
16 | release-4.3 | 17 | release-4.3 |
17 | release-4.2 | 18 | release-4.2 |
diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst new file mode 100644 index 0000000000..9bedbfa311 --- /dev/null +++ b/documentation/migration-guides/migration-5.1.rst | |||
@@ -0,0 +1,83 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | Release 5.1 (styhead) | ||
4 | ===================== | ||
5 | |||
6 | Migration notes for 5.1 (styhead) | ||
7 | ------------------------------------ | ||
8 | |||
9 | This section provides migration information for moving to the Yocto | ||
10 | Project 5.1 Release (codename "styhead") from the prior release. | ||
11 | |||
12 | .. _migration-5.1-supported-kernel-versions: | ||
13 | |||
14 | Supported kernel versions | ||
15 | ~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
16 | |||
17 | The :term:`OLDEST_KERNEL` setting is still "5.15" in this release, meaning that | ||
18 | out the box, older kernels are not supported. See :ref:`4.3 migration notes | ||
19 | <migration-4.3-supported-kernel-versions>` for details. | ||
20 | |||
21 | .. _migration-5.1-supported-distributions: | ||
22 | |||
23 | Supported distributions | ||
24 | ~~~~~~~~~~~~~~~~~~~~~~~ | ||
25 | |||
26 | Compared to the previous releases, running BitBake is supported on new | ||
27 | GNU/Linux distributions: | ||
28 | |||
29 | On the other hand, some earlier distributions are no longer supported: | ||
30 | |||
31 | See :ref:`all supported distributions <system-requirements-supported-distros>`. | ||
32 | |||
33 | .. _migration-5.1-go-changes: | ||
34 | |||
35 | Go language changes | ||
36 | ~~~~~~~~~~~~~~~~~~~ | ||
37 | |||
38 | .. _migration-5.1-systemd-changes: | ||
39 | |||
40 | systemd changes | ||
41 | ~~~~~~~~~~~~~~~ | ||
42 | |||
43 | .. _migration-5.1-recipe-changes: | ||
44 | |||
45 | Recipe changes | ||
46 | ~~~~~~~~~~~~~~ | ||
47 | |||
48 | .. _migration-5.1-deprecated-variables: | ||
49 | |||
50 | Deprecated variables | ||
51 | ~~~~~~~~~~~~~~~~~~~~ | ||
52 | |||
53 | .. _migration-5.1-removed-variables: | ||
54 | |||
55 | Removed variables | ||
56 | ~~~~~~~~~~~~~~~~~ | ||
57 | |||
58 | The following variables have been removed: | ||
59 | |||
60 | .. _migration-5.1-removed-recipes: | ||
61 | |||
62 | Removed recipes | ||
63 | ~~~~~~~~~~~~~~~ | ||
64 | |||
65 | The following recipes have been removed in this release: | ||
66 | |||
67 | .. _migration-5.1-removed-classes: | ||
68 | |||
69 | Removed classes | ||
70 | ~~~~~~~~~~~~~~~ | ||
71 | |||
72 | No classes have been removed in this release. | ||
73 | |||
74 | .. _migration-5.1-qemu-changes: | ||
75 | |||
76 | QEMU changes | ||
77 | ~~~~~~~~~~~~ | ||
78 | |||
79 | .. _migration-5.1-misc-changes: | ||
80 | |||
81 | Miscellaneous changes | ||
82 | ~~~~~~~~~~~~~~~~~~~~~ | ||
83 | |||
diff --git a/documentation/migration-guides/release-5.1.rst b/documentation/migration-guides/release-5.1.rst new file mode 100644 index 0000000000..768edfa2b0 --- /dev/null +++ b/documentation/migration-guides/release-5.1.rst | |||
@@ -0,0 +1,9 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | Release 5.1 (styhead) | ||
4 | ======================= | ||
5 | |||
6 | .. toctree:: | ||
7 | |||
8 | migration-5.1 | ||
9 | release-notes-5.1 | ||
diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst new file mode 100644 index 0000000000..32cb2de2b4 --- /dev/null +++ b/documentation/migration-guides/release-notes-5.1.rst | |||
@@ -0,0 +1,67 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | Release notes for 5.1 (styhead) | ||
4 | --------------------------------- | ||
5 | |||
6 | New Features / Enhancements in 5.1 | ||
7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
8 | |||
9 | - Linux kernel 6.X, gcc 14.X, glibc 2.X, LLVM 18.X, and over XXX other recipe upgrades | ||
10 | |||
11 | - New variables: | ||
12 | |||
13 | - Architecture-specific enhancements: | ||
14 | |||
15 | - Kernel-related enhancements: | ||
16 | |||
17 | - New core recipes: | ||
18 | |||
19 | - QEMU / ``runqemu`` enhancements: | ||
20 | |||
21 | - Rust improvements: | ||
22 | |||
23 | - wic Image Creator enhancements: | ||
24 | |||
25 | - SDK-related improvements: | ||
26 | |||
27 | - Testing: | ||
28 | |||
29 | - Utility script changes: | ||
30 | |||
31 | - BitBake improvements: | ||
32 | |||
33 | - devtool improvements: | ||
34 | |||
35 | - recipetool improvements: | ||
36 | |||
37 | - Packaging changes: | ||
38 | |||
39 | - Security improvements: | ||
40 | |||
41 | - Toaster Web UI improvements: | ||
42 | |||
43 | - Prominent documentation updates: | ||
44 | |||
45 | - Miscellaneous changes: | ||
46 | |||
47 | Known Issues in 5.1 | ||
48 | ~~~~~~~~~~~~~~~~~~~ | ||
49 | |||
50 | Recipe License changes in 5.1 | ||
51 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
52 | |||
53 | The following corrections have been made to the :term:`LICENSE` values set by recipes: | ||
54 | |||
55 | Security Fixes in 5.1 | ||
56 | ~~~~~~~~~~~~~~~~~~~~~ | ||
57 | |||
58 | Recipe Upgrades in 5.1 | ||
59 | ~~~~~~~~~~~~~~~~~~~~~~ | ||
60 | |||
61 | Contributors to 5.1 | ||
62 | ~~~~~~~~~~~~~~~~~~~ | ||
63 | |||
64 | Thanks to the following people who contributed to this release: | ||
65 | |||
66 | Repositories / Downloads for Yocto-5.1 | ||
67 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||