summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/appendix-customizing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst7
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
59In most cases, the extensible SDK defaults should work with your :term:`Build 59In most cases, the extensible SDK defaults should work with your :term:`Build
60Host`'s setup. 60Host`'s setup. However, there are cases when you might consider making
61However, some cases exist for which you might consider making
62adjustments: 61adjustments:
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
156While several ways exist to change this variable, an efficient method is 155While there are several ways of changing this variable, an efficient method is
157to set the variable in your distribution's configuration file. Doing so 156to set the variable in your distribution's configuration file. Doing so
158creates an SDK installer title that applies across your distribution. As 157creates an SDK installer title that applies across your distribution. As
159an example, assume you have your own layer for your distribution named 158an example, assume you have your own layer for your distribution named
@@ -223,7 +222,7 @@ You can
223change this default installation directory by specifically setting the 222change this default installation directory by specifically setting the
224``SDKEXTPATH`` variable. 223``SDKEXTPATH`` variable.
225 224
226While a number of ways exist through which you can set this variable, 225While there are several ways of setting this variable,
227the method that makes the most sense is to set the variable in your 226the method that makes the most sense is to set the variable in your
228distribution's configuration file. Doing so creates an SDK installer 227distribution's configuration file. Doing so creates an SDK installer
229default directory that applies across your distribution. As an example, 228default directory that applies across your distribution. As an example,