summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.xml23
1 files changed, 20 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml
index 0335fe0908..7b03e6fc94 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.xml
+++ b/documentation/sdk-manual/sdk-appendix-customizing.xml
@@ -187,6 +187,12 @@
187 the 187 the
188 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDK_TITLE'><filename>SDK_TITLE</filename></ulink> 188 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDK_TITLE'><filename>SDK_TITLE</filename></ulink>
189 variable and then rebuilding the the SDK installer. 189 variable and then rebuilding the the SDK installer.
190 For information on how to build an SDK installer, see the
191 "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
192 section.
193 </para>
194
195 <para>
190 By default, this title is derived from 196 By default, this title is derived from
191 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_NAME'><filename>DISTRO_NAME</filename></ulink> 197 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_NAME'><filename>DISTRO_NAME</filename></ulink>
192 when it is set. 198 when it is set.
@@ -207,9 +213,20 @@
207 </para> 213 </para>
208 214
209 <para> 215 <para>
210 For information on how to build an SDK installer, see the 216 While several ways exist to change this variable, an efficient method
211 "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>" 217 is to set the variable in your distribution's configuration file.
212 section. 218 Doing so creates an SDK installer title that applies across your
219 distribution.
220 As an example, assume you have your own layer for your distribution
221 named "meta-mydistro" and you are using the same type of file
222 hierarchy as does the default "poky" distribution.
223 If so, you could update the <filename>SDK_TITLE</filename> variable
224 in the
225 <filename>~/meta-mydistro/conf/distro/mydistro.conf</filename> file
226 using the following form:
227 <literallayout class='monospaced'>
228 SDK_TITLE = "<replaceable>your_title</replaceable>"
229 </literallayout>
213 </para> 230 </para>
214</section> 231</section>
215 232