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" + +