From 4bf6fc5281d1976ad7113c91a93995406cfab429 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 24 Jul 2020 17:41:37 +0200 Subject: 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/bsp-guide') 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 Glossary <&YOCTO_DOCS_REF_URL;#ref-variables-glos>`__" in the Yocto Project Reference Manual. -- ```PREFERRED_PROVIDER_virtual/xserver`` <&YOCTO_DOCS_REF_URL;#var-PREFERRED_PROVIDER>`__: +- :term:`PREFERRED_PROVIDER_virtual/xserver `: The recipe that provides "virtual/xserver" when more than one provider is found. In this case, the recipe that provides "virtual/xserver" is "xserver-xorg", which exists in @@ -1334,13 +1334,13 @@ Project Reference Manual. Defines a serial console (TTY) to enable using getty. In this case, the baud rate is "115200" and the device name is "ttyO0". -- ```PREFERRED_PROVIDER_virtual/kernel`` <&YOCTO_DOCS_REF_URL;#var-PREFERRED_PROVIDER>`__: +- :term:`PREFERRED_PROVIDER_virtual/kernel `: Specifies the recipe that provides "virtual/kernel" when more than one provider is found. In this case, the recipe that provides "virtual/kernel" is "linux-yocto", which exists in the layer's ``recipes-kernel/linux`` directory. -- ```PREFERRED_VERSION_linux-yocto`` <&YOCTO_DOCS_REF_URL;#var-PREFERRED_VERSION>`__: +- :term:`PREFERRED_VERSION_linux-yocto `: Defines the version of the recipe used to build the kernel, which is "5.0" in this case. @@ -1372,7 +1372,7 @@ Project Reference Manual. u-boot.inc include file. -- ```UBOOT_*`` <&YOCTO_DOCS_REF_URL;#var-UBOOT_ENTRYPOINT>`__: Defines +- :term:`UBOOT_* `: Defines various U-Boot configurations needed to build a U-Boot image. In this example, a U-Boot image is required to boot the BeagleBone device. See the following variables for more information: -- cgit v1.2.3-54-g00ecf