diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-12 11:31:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-22 12:16:41 +0100 |
commit | 42f6423cc8d02d987de109c4b5ed40cc1cbfc66e (patch) | |
tree | dfefe92553a3cf4c979f0ecef925262ea608f61e /documentation/sdk-manual/appendix-customizing.rst | |
parent | 5386f28c44700acf92169f80de4d5628ecb40e18 (diff) | |
download | poky-42f6423cc8d02d987de109c4b5ed40cc1cbfc66e.tar.gz |
sdk-manual: simplify style and fix formating
(From yocto-docs rev: fffd2ce4c9efbdeb75b7afd6f4f2ce4ffca517ad)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index fb2d78452b..67b49d9f49 100644 --- a/documentation/sdk-manual/appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
@@ -57,8 +57,7 @@ Adjusting the Extensible SDK to Suit Your Build Host's Setup | |||
57 | ============================================================ | 57 | ============================================================ |
58 | 58 | ||
59 | In most cases, the extensible SDK defaults should work with your :term:`Build | 59 | In most cases, the extensible SDK defaults should work with your :term:`Build |
60 | Host`'s setup. | 60 | Host`'s setup. However, there are cases when you might consider making |
61 | However, some cases exist for which you might consider making | ||
62 | adjustments: | 61 | adjustments: |
63 | 62 | ||
64 | - If your SDK configuration inherits additional classes using the | 63 | - If your SDK configuration inherits additional classes using the |
@@ -153,7 +152,7 @@ follows:: | |||
153 | 152 | ||
154 | SDK_TITLE ??= "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} SDK" | 153 | SDK_TITLE ??= "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} SDK" |
155 | 154 | ||
156 | While several ways exist to change this variable, an efficient method is | 155 | While there are several ways of changing this variable, an efficient method is |
157 | to set the variable in your distribution's configuration file. Doing so | 156 | to set the variable in your distribution's configuration file. Doing so |
158 | creates an SDK installer title that applies across your distribution. As | 157 | creates an SDK installer title that applies across your distribution. As |
159 | an example, assume you have your own layer for your distribution named | 158 | an example, assume you have your own layer for your distribution named |
@@ -223,7 +222,7 @@ You can | |||
223 | change this default installation directory by specifically setting the | 222 | change this default installation directory by specifically setting the |
224 | ``SDKEXTPATH`` variable. | 223 | ``SDKEXTPATH`` variable. |
225 | 224 | ||
226 | While a number of ways exist through which you can set this variable, | 225 | While there are several ways of setting this variable, |
227 | the method that makes the most sense is to set the variable in your | 226 | the method that makes the most sense is to set the variable in your |
228 | distribution's configuration file. Doing so creates an SDK installer | 227 | distribution's configuration file. Doing so creates an SDK installer |
229 | default directory that applies across your distribution. As an example, | 228 | default directory that applies across your distribution. As an example, |