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:12 +0100 |
| commit | a299c956d966f2ab83c06e1e868c759d3174717a (patch) | |
| tree | 3206b15ef72343feda714622fea5162ca791dbbf | |
| parent | c90bfdf5d4620839fe086d5014e9ebf60589da32 (diff) | |
| download | poky-a299c956d966f2ab83c06e1e868c759d3174717a.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: 7a035ffb4443f7920521ccd918ec844d1ca118e5)
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'> |
