summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-24 17:41:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit4bf6fc5281d1976ad7113c91a93995406cfab429 (patch)
tree66733a6e0ca50aa985257e2236160e805ebc0a74 /documentation/bsp-guide
parent7b87ca796a97628b2e83e7b43f2a9a9a81039972 (diff)
downloadpoky-4bf6fc5281d1976ad7113c91a93995406cfab429.tar.gz
sphinx: fix custom term links
Some term links have custom 'text', and require manual update, since they were not caught by the generic Python regexp. (From yocto-docs rev: 519355ba9daf7630e8d477b2f6f511be51fd8b2e) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 4517604a2a..e06b1259f0 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -1260,7 +1260,7 @@ the "`Yocto Project Variables
1260Glossary <&YOCTO_DOCS_REF_URL;#ref-variables-glos>`__" in the Yocto 1260Glossary <&YOCTO_DOCS_REF_URL;#ref-variables-glos>`__" in the Yocto
1261Project Reference Manual. 1261Project Reference Manual.
1262 1262
1263- ```PREFERRED_PROVIDER_virtual/xserver`` <&YOCTO_DOCS_REF_URL;#var-PREFERRED_PROVIDER>`__: 1263- :term:`PREFERRED_PROVIDER_virtual/xserver <PREFERRED_PROVIDER>`:
1264 The recipe that provides "virtual/xserver" when more than one 1264 The recipe that provides "virtual/xserver" when more than one
1265 provider is found. In this case, the recipe that provides 1265 provider is found. In this case, the recipe that provides
1266 "virtual/xserver" is "xserver-xorg", which exists in 1266 "virtual/xserver" is "xserver-xorg", which exists in
@@ -1334,13 +1334,13 @@ Project Reference Manual.
1334 Defines a serial console (TTY) to enable using getty. In this case, 1334 Defines a serial console (TTY) to enable using getty. In this case,
1335 the baud rate is "115200" and the device name is "ttyO0". 1335 the baud rate is "115200" and the device name is "ttyO0".
1336 1336
1337- ```PREFERRED_PROVIDER_virtual/kernel`` <&YOCTO_DOCS_REF_URL;#var-PREFERRED_PROVIDER>`__: 1337- :term:`PREFERRED_PROVIDER_virtual/kernel <PREFERRED_PROVIDER>`:
1338 Specifies the recipe that provides "virtual/kernel" when more than 1338 Specifies the recipe that provides "virtual/kernel" when more than
1339 one provider is found. In this case, the recipe that provides 1339 one provider is found. In this case, the recipe that provides
1340 "virtual/kernel" is "linux-yocto", which exists in the layer's 1340 "virtual/kernel" is "linux-yocto", which exists in the layer's
1341 ``recipes-kernel/linux`` directory. 1341 ``recipes-kernel/linux`` directory.
1342 1342
1343- ```PREFERRED_VERSION_linux-yocto`` <&YOCTO_DOCS_REF_URL;#var-PREFERRED_VERSION>`__: 1343- :term:`PREFERRED_VERSION_linux-yocto <PREFERRED_VERSION>`:
1344 Defines the version of the recipe used to build the kernel, which is 1344 Defines the version of the recipe used to build the kernel, which is
1345 "5.0" in this case. 1345 "5.0" in this case.
1346 1346
@@ -1372,7 +1372,7 @@ Project Reference Manual.
1372 u-boot.inc 1372 u-boot.inc
1373 include file. 1373 include file.
1374 1374
1375- ```UBOOT_*`` <&YOCTO_DOCS_REF_URL;#var-UBOOT_ENTRYPOINT>`__: Defines 1375- :term:`UBOOT_* <UBOOT_ENTRYPOINT>`: Defines
1376 various U-Boot configurations needed to build a U-Boot image. In this 1376 various U-Boot configurations needed to build a U-Boot image. In this
1377 example, a U-Boot image is required to boot the BeagleBone device. 1377 example, a U-Boot image is required to boot the BeagleBone device.
1378 See the following variables for more information: 1378 See the following variables for more information: