summaryrefslogtreecommitdiffstats
path: root/documentation
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:19:33 +0000
commit8370e8f575c411308f969e4dbaaff9156b226c67 (patch)
treefa0be3ac4dd3917d1d8c938763455910b42b3672 /documentation
parent56852f8f1864b6e8e7b0df71c40ab329d2e4024a (diff)
downloadast2050-yocto-poky-8370e8f575c411308f969e4dbaaff9156b226c67.zip
ast2050-yocto-poky-8370e8f575c411308f969e4dbaaff9156b226c67.tar.gz
ref-manual: Edits to the SDK_DIR and SDK_OUTPUT variables.
(From yocto-docs rev: 0eae97ee95f3b9ce397977b58f2a4e02dde146d5) 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.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 b9b0dfc..5661a86 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"
<literallayout class='monospaced'>
SDK_DIR = "${<link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>}/sdk"
</literallayout>
+ <note>
+ The <filename>SDK_DIR</filename> directory is a
+ temporary directory as it is part of
+ <filename>WORKDIR</filename>.
+ The final output directory is
+ <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>.
+ </note>
</para>
</glossdef>
</glossentry>
@@ -5599,6 +5606,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<literallayout class='monospaced'>
SDK_OUTPUT = "${<link linkend='var-SDK_DIR'>SDK_DIR</link>}/image"
</literallayout>
+ <note>
+ The <filename>SDK_OUTPUT</filename> directory is a
+ temporary directory as it is part of
+ <filename>WORKDIR</filename> by way of
+ <filename>SDK_DIR</filename>.
+ The final output directory is
+ <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>.
+ </note>
+
</para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud