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 <ross.burton@arm.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 46a9172fd17aa518028e35b8c874e74889079094)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Ross Burton
2025-11-12 15:40:24 +00:00
committed by Steve Sakoman
parent 232e8ebe3c
commit dacb67f70f
5 changed files with 12 additions and 12 deletions

View File

@@ -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. 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 The list of stable branches along with the status and maintainer for each
branch can be obtained from the branch can be obtained from the :yocto_home:`Releases </development/releases/>`
:yocto_wiki:`Releases wiki page </Releases>`. page.
.. note:: .. note::

View File

@@ -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). Lists all layers on which this layer depends (if any).
- :term:`LAYERSERIES_COMPAT`: - :term:`LAYERSERIES_COMPAT`:
Lists the :yocto_wiki:`Yocto Project </Releases>` Lists the :yocto_home:`Yocto Project releases </development/releases/>`
releases for which the current version is compatible. This for which the current version is compatible. This variable is a good
variable is a good way to indicate if your particular layer is way to indicate if your particular layer is current.
current.
.. note:: .. note::

View File

@@ -44,10 +44,10 @@ See the
documentation for details regarding the policies and maintenance of stable documentation for details regarding the policies and maintenance of stable
branches. branches.
The :yocto_wiki:`Releases page </Releases>` contains a list The :yocto_home:`Releases </development/releases/>` page contains a list of all
of all releases of the Yocto Project. Versions in gray are no longer actively releases of the Yocto Project, grouped into current and previous releases.
maintained with security patches, but well-tested patches may still be accepted Previous releases are no longer actively maintained with security patches, but
for them for significant issues. well-tested patches may still be accepted for them for significant issues.
Security-related discussions at the Yocto Project Security-related discussions at the Yocto Project
------------------------------------------------- -------------------------------------------------

View File

@@ -676,7 +676,7 @@ described in the ":ref:`dev-manual/start:accessing index of releases`" section.
.. note:: .. note::
For a "map" of Yocto Project releases to version numbers, see the For a "map" of Yocto Project releases to version numbers, see the
:yocto_wiki:`Releases </Releases>` wiki page. :yocto_home:`Releases </development/releases/>` page.
You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto
Project releases. Project releases.

View File

@@ -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 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 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
</development/releases/>`.
Our :doc:`/migration-guides/index` detail how to migrate from one release of Our :doc:`/migration-guides/index` detail how to migrate from one release of
the Yocto Project to the next. the Yocto Project to the next.