summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 16:50:06 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:40 +0000
commit9feb7213f97eb94f983808db2c4fd64e0033230b (patch)
tree652e1e23444ed27b27bf99e1d57eaada1f5e5c44 /documentation
parentcaf0dd0c612dff4199eda8cc129ade6006fa7bf2 (diff)
downloadast2050-yocto-poky-9feb7213f97eb94f983808db2c4fd64e0033230b.zip
ast2050-yocto-poky-9feb7213f97eb94f983808db2c4fd64e0033230b.tar.gz
ref-manual: Added new SDK_DEPLOY variable description.
(From yocto-docs rev: 402cc7750d4d826a0fe91e3465770cbc27bcceca) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c99f736..ebdc554 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5602,6 +5602,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
+ <glossentry id='var-SDK_DEPLOY'><glossterm>SDK_DEPLOY</glossterm>
+ <glossdef>
+ <para>
+ The temporary work directory set up and used by the
+ <link linkend='ref-classes-populate-sdk'><filename>populate_sdk_base</filename></link>
+ in which the SDK is deployed.
+ The <filename>populate_sdk_base</filename> class defines
+ <filename>SDK_DEPLOY</filename> as follows:
+ <literallayout class='monospaced'>
+ SDK_DEPLOY = "${<link linkend='var-TMPDIR'>TMPDIR</link>}/deploy/sdk"
+ </literallayout>
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-SDK_DIR'><glossterm>SDK_DIR</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud