summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-09 16:53:26 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:28 +0000
commit7628cdbc8f2dfe4630f28ac315dfaa73111bff26 (patch)
treeb396cdb8ed117f21e81d399be52a1e18adf70dd6 /documentation/ref-manual/ref-variables.xml
parent03d27e12dc18cc1a78b8992b4d2c39d9a5f153b7 (diff)
downloadpoky-7628cdbc8f2dfe4630f28ac315dfaa73111bff26.tar.gz
ref-manual: Edits to the SDK_DIR and SDK_OUTPUT variables.
(From yocto-docs rev: a150ee32fda9222f749f666ebf5f3db30165be2e) 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.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b9b0dfc09a..5661a86907 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5565,6 +5565,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5565 <literallayout class='monospaced'> 5565 <literallayout class='monospaced'>
5566 SDK_DIR = "${<link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>}/sdk" 5566 SDK_DIR = "${<link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>}/sdk"
5567 </literallayout> 5567 </literallayout>
5568 <note>
5569 The <filename>SDK_DIR</filename> directory is a
5570 temporary directory as it is part of
5571 <filename>WORKDIR</filename>.
5572 The final output directory is
5573 <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>.
5574 </note>
5568 </para> 5575 </para>
5569 </glossdef> 5576 </glossdef>
5570 </glossentry> 5577 </glossentry>
@@ -5599,6 +5606,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5599 <literallayout class='monospaced'> 5606 <literallayout class='monospaced'>
5600 SDK_OUTPUT = "${<link linkend='var-SDK_DIR'>SDK_DIR</link>}/image" 5607 SDK_OUTPUT = "${<link linkend='var-SDK_DIR'>SDK_DIR</link>}/image"
5601 </literallayout> 5608 </literallayout>
5609 <note>
5610 The <filename>SDK_OUTPUT</filename> directory is a
5611 temporary directory as it is part of
5612 <filename>WORKDIR</filename> by way of
5613 <filename>SDK_DIR</filename>.
5614 The final output directory is
5615 <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>.
5616 </note>
5617
5602 </para> 5618 </para>
5603 </glossdef> 5619 </glossdef>
5604 </glossentry> 5620 </glossentry>