diff options
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, |