summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-18 14:08:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:43 +0100
commitbf5e8e860c973fee2f6d45400af7b427038783a9 (patch)
treec9bdba05292b934b2268ab4549ed51ab319d597f /documentation/sdk-manual
parent9af1d60bcc78689811a15fb8e715d5ff16c6a593 (diff)
downloadpoky-bf5e8e860c973fee2f6d45400af7b427038783a9.tar.gz
sdk-manual: Edits to the section that changes the sdk title
Made some suggestions on how and where to edit the SDK_TITLE variable. (From yocto-docs rev: 4a4393e00c7108eefaaeaa3951a75524589bf360) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-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