summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-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>