diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-customizing.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml index 0f33d548cd..03cfa7f7c0 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml | |||
@@ -179,11 +179,12 @@ | |||
179 | </para> | 179 | </para> |
180 | </section> | 180 | </section> |
181 | 181 | ||
182 | <section id='sdk-changing-the-appearance-of-the-extensible-sdk'> | 182 | <section id='sdk-changing-the-sdk-installer-title'> |
183 | <title>Changing the Appearance of the Extensible SDK</title> | 183 | <title>Changing the Extensible SDK Installer Title</title> |
184 | 184 | ||
185 | <para> | 185 | <para> |
186 | You can change the title shown by the SDK installer by setting the | 186 | You can change the displayed title for the SDK installer by setting |
187 | the | ||
187 | <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> |
188 | variable. | 189 | variable. |
189 | By default, this title is derived from | 190 | By default, this title is derived from |
@@ -194,6 +195,16 @@ | |||
194 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink> | 195 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink> |
195 | variable. | 196 | variable. |
196 | </para> | 197 | </para> |
198 | |||
199 | <para> | ||
200 | The | ||
201 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-populate-sdk-*'><filename>populate_sdk_ext</filename></ulink> | ||
202 | class defines the default value of the <filename>SDK_TITLE</filename> | ||
203 | variable as follows: | ||
204 | <literallayout class='monospaced'> | ||
205 | SDK_TITLE_task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} Extensible SDK" | ||
206 | </literallayout> | ||
207 | </para> | ||
197 | </section> | 208 | </section> |
198 | 209 | ||
199 | <section id='sdk-providing-updates-after-installing-the-extensible-sdk'> | 210 | <section id='sdk-providing-updates-after-installing-the-extensible-sdk'> |