From bf5e8e860c973fee2f6d45400af7b427038783a9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Jul 2018 14:08:37 -0700 Subject: sdk-manual: Edits to the section that changes the sdk title Made some suggestions on how and where to edit the SDK_TITLE variable. (From yocto-docs rev: 4a4393e00c7108eefaaeaa3951a75524589bf360) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../sdk-manual/sdk-appendix-customizing.xml | 23 +++++++++++++++++++--- 1 file changed, 20 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 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" + -- cgit v1.2.3-54-g00ecf