summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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