From a299c956d966f2ab83c06e1e868c759d3174717a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Jul 2018 12:25:58 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-customizing.xml | 17 ++++++++++++++--- 1 file 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 @@ -
- Changing the Appearance of the Extensible SDK +
+ Changing the Extensible SDK Installer Title - You can change the title shown by the SDK installer by setting the + You can change the displayed title for the SDK installer by setting + the SDK_TITLE variable. By default, this title is derived from @@ -194,6 +195,16 @@ DISTRO variable. + + + The + populate_sdk_ext + class defines the default value of the SDK_TITLE + variable as follows: + + SDK_TITLE_task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} Extensible SDK" + +
-- cgit v1.2.3-54-g00ecf