diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 16:50:06 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:40 +0000 |
commit | 9feb7213f97eb94f983808db2c4fd64e0033230b (patch) | |
tree | 652e1e23444ed27b27bf99e1d57eaada1f5e5c44 | |
parent | caf0dd0c612dff4199eda8cc129ade6006fa7bf2 (diff) | |
download | 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>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 15 |
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> |