diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-11-12 15:40:24 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-11-26 07:50:36 -0800 |
| commit | e54c87a8b5b33669009305f56e9be89ce638229c (patch) | |
| tree | 1e947642659fc52419634f867c12f27856461aa3 /documentation | |
| parent | dfa0c8dc8bea78010e48754369fd0b632ea96102 (diff) | |
| download | poky-e54c87a8b5b33669009305f56e9be89ce638229c.tar.gz | |
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: 5af5e64e42732c0919cad499e79ff35ca4255a86)
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>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 4 | ||||
| -rw-r--r-- | documentation/dev-manual/layers.rst | 7 | ||||
| -rw-r--r-- | documentation/dev-manual/security-subjects.rst | 8 | ||||
| -rw-r--r-- | documentation/dev-manual/start.rst | 2 | ||||
| -rw-r--r-- | 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 01c273d148..15e9a0547f 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
| @@ -697,8 +697,8 @@ backported to a stable branch unless the bug in question does not affect the | |||
| 697 | master branch or the fix on the master branch is unsuitable for backporting. | 697 | master branch or the fix on the master branch is unsuitable for backporting. |
| 698 | 698 | ||
| 699 | The list of stable branches along with the status and maintainer for each | 699 | The list of stable branches along with the status and maintainer for each |
| 700 | branch can be obtained from the | 700 | branch can be obtained from the :yocto_home:`Releases </development/releases/>` |
| 701 | :yocto_wiki:`Releases wiki page </Releases>`. | 701 | page. |
| 702 | 702 | ||
| 703 | .. note:: | 703 | .. note:: |
| 704 | 704 | ||
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst index 3b80b98afe..b3dcffa598 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: | |||
| 123 | Lists all layers on which this layer depends (if any). | 123 | Lists all layers on which this layer depends (if any). |
| 124 | 124 | ||
| 125 | - :term:`LAYERSERIES_COMPAT`: | 125 | - :term:`LAYERSERIES_COMPAT`: |
| 126 | Lists the :yocto_wiki:`Yocto Project </Releases>` | 126 | Lists the :yocto_home:`Yocto Project releases </development/releases/>` |
| 127 | releases for which the current version is compatible. This | 127 | for which the current version is compatible. This variable is a good |
| 128 | variable is a good way to indicate if your particular layer is | 128 | way to indicate if your particular layer is current. |
| 129 | current. | ||
| 130 | 129 | ||
| 131 | 130 | ||
| 132 | .. note:: | 131 | .. 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 | |||
| 44 | documentation for details regarding the policies and maintenance of stable | 44 | documentation for details regarding the policies and maintenance of stable |
| 45 | branches. | 45 | branches. |
| 46 | 46 | ||
| 47 | The :yocto_wiki:`Releases page </Releases>` contains a list | 47 | The :yocto_home:`Releases </development/releases/>` page contains a list of all |
| 48 | of all releases of the Yocto Project. Versions in gray are no longer actively | 48 | releases of the Yocto Project, grouped into current and previous releases. |
| 49 | maintained with security patches, but well-tested patches may still be accepted | 49 | Previous releases are no longer actively maintained with security patches, but |
| 50 | for them for significant issues. | 50 | well-tested patches may still be accepted for them for significant issues. |
| 51 | 51 | ||
| 52 | Security-related discussions at the Yocto Project | 52 | Security-related discussions at the Yocto Project |
| 53 | ------------------------------------------------- | 53 | ------------------------------------------------- |
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index a9e08dd551..41d65583a7 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
| @@ -651,7 +651,7 @@ described in the ":ref:`dev-manual/start:accessing source archives`" section. | |||
| 651 | .. note:: | 651 | .. note:: |
| 652 | 652 | ||
| 653 | For a "map" of Yocto Project releases to version numbers, see the | 653 | For a "map" of Yocto Project releases to version numbers, see the |
| 654 | :yocto_wiki:`Releases </Releases>` wiki page. | 654 | :yocto_home:`Releases </development/releases/>` page. |
| 655 | 655 | ||
| 656 | You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto | 656 | You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto |
| 657 | Project releases. | 657 | Project releases. |
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 639921b9f6..8263548448 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. | |||
| 62 | 62 | ||
| 63 | Releases are given a nominal release version as well but the codename is | 63 | Releases are given a nominal release version as well but the codename is |
| 64 | used in repositories for this reason. You can find information on Yocto | 64 | used in repositories for this reason. You can find information on Yocto |
| 65 | Project releases and codenames at :yocto_wiki:`/Releases`. | 65 | Project releases and codenames in the :yocto_home:`Releases page |
| 66 | </development/releases/>`. | ||
| 66 | 67 | ||
| 67 | Our :doc:`/migration-guides/index` detail how to migrate from one release of | 68 | Our :doc:`/migration-guides/index` detail how to migrate from one release of |
| 68 | the Yocto Project to the next. | 69 | the Yocto Project to the next. |
