@@ -12,6 +12,7 @@ to move to one release of the Yocto Project from the previous one.
.. toctree::
migration-general
+ release-6.0
release-5.3
release-5.2
release-5.1
new file mode 100644
@@ -0,0 +1,67 @@
+.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
+
+.. |yocto-codename| replace:: wrynose
+.. |yocto-ver| replace:: 6.0
+.. Note: anchors id below cannot contain substitutions so replace them with the
+ value of |yocto-ver| above.
+
+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.
+For a list of new feature and enhancements, see the
+:doc:`/migration-guides/release-notes-6.0` section.
+
+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
+<migration-4.3-supported-kernel-versions>` 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 <system-requirements-supported-distros>`.
+
+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
+---------------------
new file mode 100644
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
+
+*********************
+Release 6.0 (wrynose)
+*********************
+
+.. toctree::
+
+ release-notes-6.0
+ migration-6.0
new file mode 100644
@@ -0,0 +1,131 @@
+.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
+
+.. |yocto-codename| replace:: wrynose
+.. |yocto-ver| replace:: 6.0
+.. Note: anchors id below cannot contain substitutions so replace them with the
+ value of |yocto-ver| above.
+
+Release notes for |yocto-ver| (|yocto-codename|)
+================================================
+
+This document lists new features and enhancements for the Yocto Project
+|yocto-ver| Release (codename "|yocto-codename|"). For a list of breaking
+changes and migration guides, see the :doc:`/migration-guides/migration-6.0`
+section.
+
+New Features / Enhancements in |yocto-ver|
+------------------------------------------
+
+- Linux kernel XXX, gcc XXX, glibc XXX, LLVM XXX, and over XXX other
+ recipe upgrades.
+
+- Minimum Python version required on the host: XXX.
+
+- New variables:
+
+- Kernel-related changes:
+
+- New core recipes:
+
+- New core classes:
+
+- Architecture-specific changes:
+
+- QEMU / ``runqemu`` changes:
+
+- Documentation changes:
+
+- Go changes:
+
+- Rust changes:
+
+- Wic Image Creator changes:
+
+- SDK-related changes:
+
+- Testing-related changes:
+
+- Utility script changes:
+
+- BitBake changes:
+
+- Packaging changes:
+
+- LLVM related changes:
+
+- SPDX-related changes:
+
+- ``devtool`` changes:
+
+- Patchtest-related changes:
+
+- :ref:`ref-classes-insane` class related changes:
+
+- Security changes:
+
+- :ref:`ref-classes-cve-check` changes:
+
+- New :term:`PACKAGECONFIG` options for individual recipes:
+
+- Systemd related changes:
+
+- :ref:`ref-classes-sanity` class changes:
+
+- Miscellaneous changes:
+
+Known Issues in |yocto-ver|
+---------------------------
+
+Recipe License changes in |yocto-ver|
+-------------------------------------
+
+The following changes have been made to the :term:`LICENSE` values set by recipes:
+
+.. list-table::
+ :widths: 20 40 40
+ :header-rows: 1
+
+ * - Recipe
+ - Previous value
+ - New value
+ * - ``recipe name``
+ - Previous value
+ - New value
+
+Security Fixes in |yocto-ver|
+-----------------------------
+
+The following CVEs have been fixed:
+
+.. list-table::
+ :widths: 30 70
+ :header-rows: 1
+
+ * - Recipe
+ - CVE IDs
+ * - ``recipe name``
+ - :cve_nist:`xxx-xxxx`, ...
+
+Recipe Upgrades in |yocto-ver|
+------------------------------
+
+The following recipes have been upgraded:
+
+.. list-table::
+ :widths: 20 40 40
+ :header-rows: 1
+
+ * - Recipe
+ - Previous version
+ - New version
+ * - ``recipe name``
+ - Previous version
+ - New version
+
+Contributors to |yocto-ver|
+---------------------------
+
+Thanks to the following people who contributed to this release:
+
+Repositories / Downloads for Yocto-|yocto-ver|
+----------------------------------------------
Add templates for the next release, Wrynose, coming out in April 2026. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/migration-guides/index.rst | 1 + documentation/migration-guides/migration-6.0.rst | 67 +++++++++++ documentation/migration-guides/release-6.0.rst | 10 ++ .../migration-guides/release-notes-6.0.rst | 131 +++++++++++++++++++++ 4 files changed, 209 insertions(+) --- base-commit: d84d916d4fc505e8386693306b6a90b0064c0518 change-id: 20251218-release-notes-templates-6-0-7a16577bfca1