From dacb67f70f64c6833bb63ef1b36c8c0e69adb6c1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 12 Nov 2025 15:40:24 +0000 Subject: [PATCH] documentation: link to the Releases page on yoctoproject.org instead of wiki We have a machine-generated Releases page[1] which is preferable to the wiki. [1] https://www.yoctoproject.org/development/releases/ (From yocto-docs rev: 492619059cbbe2d1ebc347c3e86072f32d7d064a) Signed-off-by: Ross Burton Signed-off-by: Antonin Godard (cherry picked from commit 46a9172fd17aa518028e35b8c874e74889079094) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/contributor-guide/submit-changes.rst | 4 ++-- documentation/dev-manual/layers.rst | 7 +++---- documentation/dev-manual/security-subjects.rst | 8 ++++---- documentation/dev-manual/start.rst | 2 +- documentation/ref-manual/release-process.rst | 3 ++- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 71b900f60c..24a3fc751a 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -656,8 +656,8 @@ backported to a stable branch unless the bug in question does not affect the master branch or the fix on the master branch is unsuitable for backporting. The list of stable branches along with the status and maintainer for each -branch can be obtained from the -:yocto_wiki:`Releases wiki page `. +branch can be obtained from the :yocto_home:`Releases ` +page. .. note:: diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst index 22965b642e..92168533e3 100644 --- a/documentation/dev-manual/layers.rst +++ b/documentation/dev-manual/layers.rst @@ -123,10 +123,9 @@ Follow these general steps to create your layer without using tools: Lists all layers on which this layer depends (if any). - :term:`LAYERSERIES_COMPAT`: - Lists the :yocto_wiki:`Yocto Project ` - releases for which the current version is compatible. This - variable is a good way to indicate if your particular layer is - current. + Lists the :yocto_home:`Yocto Project releases ` + for which the current version is compatible. This variable is a good + way to indicate if your particular layer is current. .. note:: diff --git a/documentation/dev-manual/security-subjects.rst b/documentation/dev-manual/security-subjects.rst index 6785b5a16a..1ec7c8b385 100644 --- a/documentation/dev-manual/security-subjects.rst +++ b/documentation/dev-manual/security-subjects.rst @@ -44,10 +44,10 @@ See the documentation for details regarding the policies and maintenance of stable branches. -The :yocto_wiki:`Releases page ` contains a list -of all releases of the Yocto Project. Versions in gray are no longer actively -maintained with security patches, but well-tested patches may still be accepted -for them for significant issues. +The :yocto_home:`Releases ` page contains a list of all +releases of the Yocto Project, grouped into current and previous releases. +Previous releases are no longer actively maintained with security patches, but +well-tested patches may still be accepted for them for significant issues. Security-related discussions at the Yocto Project ------------------------------------------------- diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 2bfdfaeb7f..768f39f5ca 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst @@ -676,7 +676,7 @@ described in the ":ref:`dev-manual/start:accessing index of releases`" section. .. note:: For a "map" of Yocto Project releases to version numbers, see the - :yocto_wiki:`Releases ` wiki page. + :yocto_home:`Releases ` page. You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto Project releases. diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 0f1831902e..cd5d27da31 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst @@ -62,7 +62,8 @@ codename are likely to be compatible and thus work together. Releases are given a nominal release version as well but the codename is used in repositories for this reason. You can find information on Yocto -Project releases and codenames at :yocto_wiki:`/Releases`. +Project releases and codenames in the :yocto_home:`Releases page +`. Our :doc:`/migration-guides/index` detail how to migrate from one release of the Yocto Project to the next.