summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
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:18:35 +0000
commit446df6fef308d962234e4f1d39100a953ec312f4 (patch)
treedfe3dd307b5c268bc190d552ab97e5bce1905e07 /documentation/ref-manual/ref-variables.xml
parent8c930e521723bb00c5ab852048307680773c87a8 (diff)
downloadpoky-446df6fef308d962234e4f1d39100a953ec312f4.tar.gz
ref-manual: Added new SDK_DEPLOY variable description.
(From yocto-docs rev: a49e265083467e79e12f729d7f23c5ffc5a0c22f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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 c99f7362c3..ebdc554219 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"
5602 </glossdef> 5602 </glossdef>
5603 </glossentry> 5603 </glossentry>
5604 5604
5605 <glossentry id='var-SDK_DEPLOY'><glossterm>SDK_DEPLOY</glossterm>
5606 <glossdef>
5607 <para>
5608 The temporary work directory set up and used by the
5609 <link linkend='ref-classes-populate-sdk'><filename>populate_sdk_base</filename></link>
5610 in which the SDK is deployed.
5611 The <filename>populate_sdk_base</filename> class defines
5612 <filename>SDK_DEPLOY</filename> as follows:
5613 <literallayout class='monospaced'>
5614 SDK_DEPLOY = "${<link linkend='var-TMPDIR'>TMPDIR</link>}/deploy/sdk"
5615 </literallayout>
5616 </para>
5617 </glossdef>
5618 </glossentry>
5619
5605 <glossentry id='var-SDK_DIR'><glossterm>SDK_DIR</glossterm> 5620 <glossentry id='var-SDK_DIR'><glossterm>SDK_DIR</glossterm>
5606 <glossdef> 5621 <glossdef>
5607 <para> 5622 <para>