summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-11 09:39:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:33 +0100
commitd96c451901ef7f39d4f03170b0ec8652289406ca (patch)
tree5596ee5c5520ccccdab2155d687c257863eed987
parent63d56741ed0e3347c3d3f7eea054ddd42c5d04c6 (diff)
downloadpoky-d96c451901ef7f39d4f03170b0ec8652289406ca.tar.gz
ref-manual: Updated the SDK_OUTPUT variable
Added more realistic information on how this variable is set. (From yocto-docs rev: 47e6cb7d00eeb8001c4a53c13600feb5ef4d4660) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b40c2667ea..e64b0d5ca9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12273,13 +12273,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12273 <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> 12273 <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link>
12274 class defines the variable as follows: 12274 class defines the variable as follows:
12275 <literallayout class='monospaced'> 12275 <literallayout class='monospaced'>
12276 SDK_DIR = "${WORKDIR}/sdk"
12276 SDK_OUTPUT = "${SDK_DIR}/image" 12277 SDK_OUTPUT = "${SDK_DIR}/image"
12278 SDK_DEPLOY = "${DEPLOY_DIR}/sdk"
12277 </literallayout> 12279 </literallayout>
12278 <note> 12280 <note>
12279 The <filename>SDK_OUTPUT</filename> directory is a 12281 The <filename>SDK_OUTPUT</filename> directory is a
12280 temporary directory as it is part of 12282 temporary directory as it is part of
12281 <filename>WORKDIR</filename> by way of 12283 <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>
12282 <filename>SDK_DIR</filename>. 12284 by way of
12285 <link linkend='var-SDK_DIR'><filename>SDK_DIR</filename></link>.
12283 The final output directory is 12286 The final output directory is
12284 <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>. 12287 <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>.
12285 </note> 12288 </note>