summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-17 14:38:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:43 +0100
commit0efdd1d4daea6994dd62dcd74c9f5daf97219784 (patch)
tree72554f280dd89313b2f8dc1a84eb3fb467d5b279 /documentation
parent3b374b09df1a35ced459361d31d679d7a0cc8a98 (diff)
downloadpoky-0efdd1d4daea6994dd62dcd74c9f5daf97219784.tar.gz
ref-manual: Added SDKEXTPATH variable description.
This variable is the default installation directory for the Extensible SDK. By default, it is "poky_sdk". You can override this variable so it needed to be documented. The ideal place to override it is in the distribution configuration file. (From yocto-docs rev: 67eca50fa973073ce6e7975ab66b89b9706c25c0) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c9b29d1035..9f13176d66 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12674,6 +12674,36 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12674 </glossdef> 12674 </glossdef>
12675 </glossentry> 12675 </glossentry>
12676 12676
12677 <glossentry id='var-SDKEXTPATH'><glossterm>SDKEXTPATH</glossterm>
12678 <info>
12679 SDKEXTPATH[doc] = "The default installation directory for the extensible SDK."
12680 </info>
12681 <glossdef>
12682 <para role="glossdeffirst">
12683<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
12684 The default installation directory for the Extensible SDK.
12685 By default, this directory is based on the
12686 <link linkend='var-DISTRO'><filename>DISTRO</filename></link>
12687 variable and is set in the
12688 <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link>
12689 class as follows:
12690 <literallayout class='monospaced'>
12691 SDKEXTPATH ??= "~/${@d.getVar('DISTRO')}_sdk"
12692 </literallayout>
12693 For the default distribution "poky", the
12694 <filename>SDKEXTPATH</filename> is set to "poky_sdk".
12695 </para>
12696
12697 <para>
12698 For information on how to change this default directory,
12699 see the
12700 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-changing-the-default-sdk-installation-directory'>Changing the Default SDK Installation Directory</ulink>"
12701 section in the Yocto Project Application Development and
12702 the Extensible Software Development Kit (eSDK) manual.
12703 </para>
12704 </glossdef>
12705 </glossentry>
12706
12677 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> 12707 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm>
12678 <info> 12708 <info>
12679 SDKIMAGE_FEATURES[doc] = "Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the command 'bitbake -c populate_sdk imagename'." 12709 SDKIMAGE_FEATURES[doc] = "Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the command 'bitbake -c populate_sdk imagename'."