From 9af1d60bcc78689811a15fb8e715d5ff16c6a593 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Jul 2018 13:23:27 -0700 Subject: sdk-manual: Updated section on changing SDK installer title. I added more detail to this section. (From yocto-docs rev: 15beb33eadd03391a1af0c9bad0620cefad2a0e2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-customizing.xml | 12 +++++++++--- 1 file changed, 9 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 7224049fa2..0335fe0908 100644 --- a/documentation/sdk-manual/sdk-appendix-customizing.xml +++ b/documentation/sdk-manual/sdk-appendix-customizing.xml @@ -186,7 +186,7 @@ You can change the displayed title for the SDK installer by setting the SDK_TITLE - variable. + variable and then rebuilding the the SDK installer. By default, this title is derived from DISTRO_NAME when it is set. @@ -198,13 +198,19 @@ The - populate_sdk_ext + populate_sdk_base 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" + SDK_TITLE ??= "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} SDK" + + + For information on how to build an SDK installer, see the + "Building an SDK Installer" + section. +
-- cgit v1.2.3-54-g00ecf