summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-22 15:22:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-23 12:32:39 +0000
commitca162b5063ac877eac4987c1b5312109b5157a2a (patch)
tree60612b111e5456e83543445be2644fd78e56f35b /documentation/bsp-guide
parentc17b457ac4f3dfad8225d8e9799f2e3ee11309ee (diff)
downloadpoky-ca162b5063ac877eac4987c1b5312109b5157a2a.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. (From yocto-docs rev: a385999029942ae12b6b5d0dddc3fbbd3be13a02) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 65652ff898..1cc92d721d 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -166,8 +166,9 @@ 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
170 machines <&YOCTO_RELEASE_DL_URL;/machines>`__ for the release. 170 :yocto_dl:`index of machines </releases/yocto/yocto-&DISTRO;/machines>`
171 for the release.
171 172
172#. *Optionally Clone the meta-intel BSP Layer:* If your hardware is 173#. *Optionally Clone the meta-intel BSP Layer:* If your hardware is
173 based on current Intel CPUs and devices, you can leverage this BSP 174 based on current Intel CPUs and devices, you can leverage this BSP
@@ -877,7 +878,7 @@ Yocto Project:
877 your BSP layer as listed in the ``recipes.txt`` file, which is found 878 your BSP layer as listed in the ``recipes.txt`` file, which is found
878 in ``poky/meta`` directory of the :term:`Source Directory` 879 in ``poky/meta`` directory of the :term:`Source Directory`
879 or in the OpenEmbedded-Core Layer (``openembedded-core``) at 880 or in the OpenEmbedded-Core Layer (``openembedded-core``) at
880 https://git.openembedded.org/openembedded-core/tree/meta. 881 :oe_git:`/openembedded-core/tree/meta`.
881 882
882 You should place recipes (``*.bb`` files) and recipe modifications 883 You should place recipes (``*.bb`` files) and recipe modifications
883 (``*.bbappend`` files) into ``recipes-*`` subdirectories by 884 (``*.bbappend`` files) into ``recipes-*`` subdirectories by