From 5e1a56eca6a75a0f3efa4c98131a96622384ec8e 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: 007bbe40fd11a5f880adf7ad8137d1535f08c815) 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(-) (limited to 'documentation/sdk-manual') 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