diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-13 12:25:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:43 +0100 |
commit | 5e1a56eca6a75a0f3efa4c98131a96622384ec8e (patch) | |
tree | e355fd3c1e3c4349ad3e44f7555e1117eed2876a | |
parent | 895feaac61e595c2b19a30c9fc75286452b198d7 (diff) | |
download | poky-5e1a56eca6a75a0f3efa4c98131a96622384ec8e.tar.gz |
sdk-manual: Updated section on changing title of extensible SDK installer
I added more information on how this is done. Still could use a bit
of detail on how you actually do it.
(From yocto-docs rev: 007bbe40fd11a5f880adf7ad8137d1535f08c815)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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'> |