summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-08 21:03:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 17:53:27 +0000
commit4fbd09a292b9de71479b3a40c72d10e7c316a154 (patch)
tree0e1fc5b0384bba6bfe1147902dbd27f5be0b03f9
parent53587ef75ef68f14b436e1535c16aa12dab84388 (diff)
downloadpoky-4fbd09a292b9de71479b3a40c72d10e7c316a154.tar.gz
docs: fix hardcoded link warning messages
Sphinx complains about hardcoded links which can be replaced by an extlink. So let's apply its recommendations. Reported-by: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: 47a04ba13d55bd92d18b861e32cf4dba1bf70f84) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/bsp-guide/bsp.rst6
-rw-r--r--documentation/overview-manual/yp-intro.rst2
-rw-r--r--documentation/ref-manual/system-requirements.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 89f1564422..daa7ba4bb2 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -166,8 +166,8 @@ section.
166#. *Determine the BSP Layer You Want:* The Yocto Project supports many 166#. *Determine the BSP Layer You Want:* The Yocto Project supports many
167 BSPs, which are maintained in their own layers or in layers designed 167 BSPs, which are maintained in their own layers or in layers designed
168 to contain several BSPs. To get an idea of machine support through 168 to contain several BSPs. To get an idea of machine support through
169 BSP layers, you can look at the `index of 169 BSP layers, you can look at the :yocto_dl:`index of machines
170 machines <&YOCTO_RELEASE_DL_URL;/machines>`__ for the release. 170 </releases/yocto/&DISTRO_REL_TAG;/machines>`
171 171
172#. *Optionally Clone the meta-intel BSP Layer:* If your hardware is 172#. *Optionally Clone the meta-intel BSP Layer:* If your hardware is
173 based on current Intel CPUs and devices, you can leverage this BSP 173 based on current Intel CPUs and devices, you can leverage this BSP
@@ -879,7 +879,7 @@ Yocto Project:
879 your BSP layer as listed in the ``recipes.txt`` file, which is found 879 your BSP layer as listed in the ``recipes.txt`` file, which is found
880 in ``poky/meta`` directory of the :term:`Source Directory` 880 in ``poky/meta`` directory of the :term:`Source Directory`
881 or in the OpenEmbedded-Core Layer (``openembedded-core``) at 881 or in the OpenEmbedded-Core Layer (``openembedded-core``) at
882 https://git.openembedded.org/openembedded-core/tree/meta. 882 :oe_git:`/openembedded-core/tree/meta`.
883 883
884 You should place recipes (``*.bb`` files) and recipe modifications 884 You should place recipes (``*.bb`` files) and recipe modifications
885 (``*.bbappend`` files) into ``recipes-*`` subdirectories by 885 (``*.bbappend`` files) into ``recipes-*`` subdirectories by
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index fca02e4cec..8e0c6a8cb1 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -221,7 +221,7 @@ your Metadata, the easier it is to cope with future changes.
221 possible. 221 possible.
222 222
223 - Familiarize yourself with the `Yocto Project curated layer 223 - Familiarize yourself with the `Yocto Project curated layer
224 index <https://www.yoctoproject.org/software-overview/layers/>`__ 224 index :yocto_home:`/software-overview/layers/`
225 or the :oe_layerindex:`OpenEmbedded layer index <>`. 225 or the :oe_layerindex:`OpenEmbedded layer index <>`.
226 The latter contains more layers but they are less universally 226 The latter contains more layers but they are less universally
227 validated. 227 validated.
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 80378cedb7..38a3974a30 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -339,7 +339,7 @@ If you would prefer not to use the ``install-buildtools`` script, you can instea
339download and run a pre-built buildtools installer yourself with the following 339download and run a pre-built buildtools installer yourself with the following
340steps: 340steps:
341 341
3421. Locate and download the ``*.sh`` at &YOCTO_RELEASE_DL_URL;/buildtools/ 3421. Locate and download the ``*.sh`` at :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/buildtools/`
343 343
3442. Execute the installation script. Here is an example for the 3442. Execute the installation script. Here is an example for the
345 traditional installer: 345 traditional installer: