From 8faafa99cc9a45c1920ec3ea696a9ec7fb653194 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 27 Nov 2020 15:19:08 +0000 Subject: documentation: Simplify yocto_wiki links The `yocto_wiki` external link directive is modified to include the `/wiki` element of the URL so that we can simplify the links in the text. Note that there are still a couple of places where this directive cannot be used, such as in the table of contents in index.rst. (From yocto-docs rev: d8aa5f93d349f27db3d03a2c4bcc205649f45a8d) Signed-off-by: Paul Barker Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.rst | 14 +++++++------- documentation/dev-manual/dev-manual-start.rst | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index 706d5e7a64..4257a4bb99 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst @@ -135,7 +135,7 @@ 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 ` + 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. @@ -6476,7 +6476,7 @@ the following: build system uses this string to help define the value of ``PV`` when the source code revision needs to be included in it. -- :yocto_wiki:`PR Service `: A +- :yocto_wiki:`PR Service `: A network-based service that helps automate keeping package feeds compatible with existing package manager applications such as RPM, APT, and OPKG. @@ -6518,7 +6518,7 @@ revision field, which removes the human element. .. note:: For additional information on using a PR Service, you can see the - :yocto_wiki:`PR Service ` wiki page. + :yocto_wiki:`PR Service ` wiki page. The Yocto Project uses variables in order of decreasing priority to facilitate revision numbering (i.e. @@ -7314,7 +7314,7 @@ where the result can be ``PASS``, ``FAIL``, or ``SKIP``, and the testname can be any identifying string. For a list of Yocto Project recipes that are already enabled with ptest, -see the :yocto_wiki:`Ptest ` wiki page. +see the :yocto_wiki:`Ptest ` wiki page. .. note:: @@ -10320,7 +10320,7 @@ Here are some other tips that you might find useful: Project implementation of :yocto_bugs:`Bugzilla <>`. For information on how to submit a bug against the Yocto Project, see the Yocto Project - Bugzilla :yocto_wiki:`wiki page ` + Bugzilla :yocto_wiki:`wiki page ` and the "`Submitting a Defect Against the Yocto Project <#submitting-a-defect-against-the-yocto-project>`__" section. @@ -10348,7 +10348,7 @@ implementation of Bugzilla see the ":ref:`Yocto Project Bugzilla `" section in the Yocto Project Reference Manual. For more detail on any of the following steps, see the Yocto Project -:yocto_wiki:`Bugzilla wiki page `. +:yocto_wiki:`Bugzilla wiki page `. Use the following general steps to submit a bug: @@ -10812,7 +10812,7 @@ 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 `. +:yocto_wiki:`Releases wiki page `. .. note:: diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst index f768f092be..07e822899a 100644 --- a/documentation/dev-manual/dev-manual-start.rst +++ b/documentation/dev-manual/dev-manual-start.rst @@ -305,7 +305,7 @@ Project Build Host: validation and their status, see the ":ref:`Supported Linux Distributions `" section in the Yocto Project Reference Manual and the wiki page at - :yocto_wiki:`Distribution Support `. + :yocto_wiki:`Distribution Support `. 2. *Have Enough Free Memory:* Your system should have at least 50 Gbytes of free disk space for building images. @@ -678,7 +678,7 @@ Releases <#accessing-index-of-releases>`__" section. .. note:: For a "map" of Yocto Project releases to version numbers, see the - :yocto_wiki:`Releases ` wiki page. + :yocto_wiki:`Releases ` wiki page. You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto Project releases. -- cgit v1.2.3-54-g00ecf