diff options
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-customizing.rst')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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 | |||
150 | from the :term:`DISTRO` variable. | 150 | from the :term:`DISTRO` variable. |
151 | 151 | ||
152 | The | 152 | The |
153 | ```populate_sdk_base`` <&YOCTO_DOCS_REF_URL;#ref-classes-populate-sdk-*>`__ | 153 | :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` |
154 | class defines the default value of the ``SDK_TITLE`` variable as | 154 | class defines the default value of the ``SDK_TITLE`` variable as |
155 | follows: SDK_TITLE ??= "${@d.getVar('DISTRO_NAME') or | 155 | follows: SDK_TITLE ??= "${@d.getVar('DISTRO_NAME') or |
156 | d.getVar('DISTRO')} SDK" | 156 | d.getVar('DISTRO')} SDK" |
@@ -212,7 +212,7 @@ installation directory for the SDK is based on the | |||
212 | :term:`DISTRO` and | 212 | :term:`DISTRO` and |
213 | :term:`SDKEXTPATH` variables from | 213 | :term:`SDKEXTPATH` variables from |
214 | within the | 214 | within the |
215 | ```populate_sdk_base`` <&YOCTO_DOCS_REF_URL;#ref-classes-populate-sdk-*>`__ | 215 | :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` |
216 | class as follows: SDKEXTPATH ??= "~/${@d.getVar('DISTRO')}_sdk" You can | 216 | class as follows: SDKEXTPATH ??= "~/${@d.getVar('DISTRO')}_sdk" You can |
217 | change this default installation directory by specifically setting the | 217 | change this default installation directory by specifically setting the |
218 | ``SDKEXTPATH`` variable. | 218 | ``SDKEXTPATH`` variable. |
@@ -276,8 +276,8 @@ source, you need to do a number of things: | |||
276 | 276 | ||
277 | - Alternatively, if you just want to set the ``SSTATE_MIRRORS`` | 277 | - Alternatively, if you just want to set the ``SSTATE_MIRRORS`` |
278 | variable's value for the SDK alone, create a | 278 | variable's value for the SDK alone, create a |
279 | ``conf/sdk-extra.conf`` file either in your `Build | 279 | ``conf/sdk-extra.conf`` file either in your |
280 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ or within any | 280 | :term:`Build Directory` or within any |
281 | layer and put your ``SSTATE_MIRRORS`` setting within that file. | 281 | layer and put your ``SSTATE_MIRRORS`` setting within that file. |
282 | 282 | ||
283 | .. note:: | 283 | .. note:: |