diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
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> |