From 424567d629b08785a6594d16427ee0fa8c31f384 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 27 Jul 2020 17:38:09 +0200 Subject: sphinx: manual updates for some links Some links were not found by the regexp, especially because of they are spanning across multiple lines. This patch is a manual fixup for these patterns. (From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-customizing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/sdk-manual/sdk-appendix-customizing.rst') diff --git a/documentation/sdk-manual/sdk-appendix-customizing.rst b/documentation/sdk-manual/sdk-appendix-customizing.rst index 8169f2bed8..3bb6ef3a19 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.rst +++ b/documentation/sdk-manual/sdk-appendix-customizing.rst @@ -150,7 +150,7 @@ set. If the ``DISTRO_NAME`` variable is not set, the title is derived from the :term:`DISTRO` variable. The -```populate_sdk_base`` <&YOCTO_DOCS_REF_URL;#ref-classes-populate-sdk-*>`__ +:ref:`populate_sdk_base ` class defines the default value of the ``SDK_TITLE`` variable as follows: SDK_TITLE ??= "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} SDK" @@ -212,7 +212,7 @@ installation directory for the SDK is based on the :term:`DISTRO` and :term:`SDKEXTPATH` variables from within the -```populate_sdk_base`` <&YOCTO_DOCS_REF_URL;#ref-classes-populate-sdk-*>`__ +:ref:`populate_sdk_base ` class as follows: SDKEXTPATH ??= "~/${@d.getVar('DISTRO')}_sdk" You can change this default installation directory by specifically setting the ``SDKEXTPATH`` variable. @@ -276,8 +276,8 @@ source, you need to do a number of things: - Alternatively, if you just want to set the ``SSTATE_MIRRORS`` variable's value for the SDK alone, create a - ``conf/sdk-extra.conf`` file either in your `Build - Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ or within any + ``conf/sdk-extra.conf`` file either in your + :term:`Build Directory` or within any layer and put your ``SSTATE_MIRRORS`` setting within that file. .. note:: -- cgit v1.2.3-54-g00ecf