diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-09 16:53:26 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:33 +0000 |
| commit | 8370e8f575c411308f969e4dbaaff9156b226c67 (patch) | |
| tree | fa0be3ac4dd3917d1d8c938763455910b42b3672 /documentation | |
| parent | 56852f8f1864b6e8e7b0df71c40ab329d2e4024a (diff) | |
| download | 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.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> |
