summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-11-13 15:57:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-15 11:16:58 +0000
commitb8a6e17a4eef4a4684109af006b75393f64ef779 (patch)
tree9a25e7ca649cb6b5445c06e9fb70b475abe1e22c
parentfd5f84556f6708127f97dd3bdcbe34715cc41ac4 (diff)
downloadpoky-b8a6e17a4eef4a4684109af006b75393f64ef779.tar.gz
migration-guides: add placeholder files for next release
Placeholder files for release 5.2 (Walnascar): migration guide and release notes. Define two substitutions |yocto-ver| and |yocto-codename| to avoid mistakes in the document. Note that anchors cannot contain these so add a note on that in a comment. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: f13492dc9474b7e22d01ab1bec2da074e972965d) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/migration-guides/index.rst1
-rw-r--r--documentation/migration-guides/migration-5.2.rst59
-rw-r--r--documentation/migration-guides/release-5.2.rst9
-rw-r--r--documentation/migration-guides/release-notes-5.2.rst65
4 files changed, 134 insertions, 0 deletions
diff --git a/documentation/migration-guides/index.rst b/documentation/migration-guides/index.rst
index e9d7f72809..14127d56ff 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.2
15 release-5.1 16 release-5.1
16 release-5.0 17 release-5.0
17 release-4.3 18 release-4.3
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
new file mode 100644
index 0000000000..73d52460fd
--- /dev/null
+++ b/documentation/migration-guides/migration-5.2.rst
@@ -0,0 +1,59 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3.. |yocto-codename| replace:: walnascar
4.. |yocto-ver| replace:: 5.2
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
30On the other hand, some earlier distributions are no longer supported:
31
32See :ref:`all supported distributions <system-requirements-supported-distros>`.
33
34Go language changes
35~~~~~~~~~~~~~~~~~~~
36
37systemd changes
38~~~~~~~~~~~~~~~
39
40Recipe changes
41~~~~~~~~~~~~~~
42
43Removed variables
44~~~~~~~~~~~~~~~~~
45
46The following variables have been removed:
47
48Removed recipes
49~~~~~~~~~~~~~~~
50
51The following recipes have been removed in this release:
52
53Removed classes
54~~~~~~~~~~~~~~~
55
56The following classes have been removed in this release:
57
58Miscellaneous changes
59~~~~~~~~~~~~~~~~~~~~~
diff --git a/documentation/migration-guides/release-5.2.rst b/documentation/migration-guides/release-5.2.rst
new file mode 100644
index 0000000000..5c39b99e03
--- /dev/null
+++ b/documentation/migration-guides/release-5.2.rst
@@ -0,0 +1,9 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3Release 5.2 (walnascar)
4=======================
5
6.. toctree::
7
8 migration-5.2
9 release-notes-5.2
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst
new file mode 100644
index 0000000000..d03ed7a3b0
--- /dev/null
+++ b/documentation/migration-guides/release-notes-5.2.rst
@@ -0,0 +1,65 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3.. |yocto-codename| replace:: walnascar
4.. |yocto-ver| replace:: 5.2
5
6Release notes for |yocto-ver| (|yocto-codename|)
7------------------------------------------------
8
9New Features / Enhancements in |yocto-ver|
10~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11
12- Linux kernel 6.XXX, gcc 14.XXX, glibc 2.XXX, LLVM 18.1.XXX, and over XXX other
13 recipe upgrades.
14
15- New variables:
16
17- Kernel-related changes:
18
19- New core recipes:
20
21- QEMU / ``runqemu`` changes:
22
23- Go changes:
24
25- Rust changes:
26
27- wic Image Creator changes:
28
29- SDK-related changes:
30
31- Testing-related changes:
32
33- Utility script changes:
34
35- BitBake changes:
36
37- Packaging changes:
38
39- Security changes:
40
41- LLVM related changes:
42
43- SPDX-related changes:
44
45- Miscellaneous changes:
46
47Known Issues in |yocto-ver|
48~~~~~~~~~~~~~~~~~~~~~~~~~~~
49
50Recipe License changes in |yocto-ver|
51~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52
53The following corrections have been made to the :term:`LICENSE` values set by recipes:
54
55Security Fixes in |yocto-ver|
56~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
58Recipe Upgrades in |yocto-ver|
59~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
61Contributors to |yocto-ver|
62~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
64Repositories / Downloads for Yocto-|yocto-ver|
65~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~