diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml
index 0335fe0908..7b03e6fc94 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.xml
+++ b/documentation/sdk-manual/sdk-appendix-customizing.xml
@@ -187,6 +187,12 @@
the
SDK_TITLE
variable and then rebuilding the the SDK installer.
+ For information on how to build an SDK installer, see the
+ "Building an SDK Installer"
+ section.
+
+
+
By default, this title is derived from
DISTRO_NAME
when it is set.
@@ -207,9 +213,20 @@
- For information on how to build an SDK installer, see the
- "Building an SDK Installer"
- section.
+ While several ways exist to change this variable, an efficient method
+ is to set the variable in your distribution's configuration file.
+ Doing so creates an SDK installer title that applies across your
+ distribution.
+ As an example, assume you have your own layer for your distribution
+ named "meta-mydistro" and you are using the same type of file
+ hierarchy as does the default "poky" distribution.
+ If so, you could update the SDK_TITLE variable
+ in the
+ ~/meta-mydistro/conf/distro/mydistro.conf file
+ using the following form:
+
+ SDK_TITLE = "your_title"
+