From 04c9bc865303eaecea6cebbc921d8820ac086cdf Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 22 Apr 2025 10:50:55 +0200 Subject: 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 Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-5.3.rst | 68 ++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 documentation/migration-guides/migration-5.3.rst (limited to 'documentation/migration-guides/migration-5.3.rst') 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 @@ +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK + +.. |yocto-codename| replace:: whinlatter +.. |yocto-ver| replace:: 5.3 +.. Note: anchors id below cannot contain substitutions so replace them with the + value of |yocto-ver| above. + +Release |yocto-ver| (|yocto-codename|) +====================================== + +Migration notes for |yocto-ver| (|yocto-codename|) +-------------------------------------------------- + +This section provides migration information for moving to the Yocto +Project |yocto-ver| Release (codename "|yocto-codename|") from the prior release. + +Supported kernel versions +~~~~~~~~~~~~~~~~~~~~~~~~~ + +The :term:`OLDEST_KERNEL` setting is XXX in this release, meaning that +out the box, older kernels are not supported. See :ref:`4.3 migration notes +` for details. + +Supported distributions +~~~~~~~~~~~~~~~~~~~~~~~ + +Compared to the previous releases, running BitBake is supported on new +GNU/Linux distributions: + +- XXX + +On the other hand, some earlier distributions are no longer supported: + +- XXX + +See :ref:`all supported distributions `. + +Rust language changes +~~~~~~~~~~~~~~~~~~~~~ + +systemd changes +~~~~~~~~~~~~~~~ + +Recipe changes +~~~~~~~~~~~~~~ + +Removed variables +~~~~~~~~~~~~~~~~~ + +The following variables have been removed: + +Removed recipes +~~~~~~~~~~~~~~~ + +The following recipes have been removed in this release: + +Removed classes +~~~~~~~~~~~~~~~ + +The following classes have been removed in this release: + +Removed features +~~~~~~~~~~~~~~~~ + +The following features have been removed in this release: + +Miscellaneous changes +~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3-54-g00ecf