summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 10:19:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:53 +0100
commitf765e8d7a3c6e38bba00ef678b78ca8503b0ad55 (patch)
treead2f3e3ad2911530c4a07800081352d8a47ba428 /documentation/ref-manual
parent4e833ce95ef82d13d0cf195bc0eb9972453f1714 (diff)
downloadpoky-f765e8d7a3c6e38bba00ef678b78ca8503b0ad55.tar.gz
ref-manual: Updated SDK_DEPLOY variable description.
Added "class" as a modifier after refering to the "populate_sdk_base" class. Removed link to the TMPDIR variable in an in-line example. (From yocto-docs rev: 7733a4464ba2893a2363f47996f48587a86eaa82) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ef165b05e1..86bafbb4f8 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -11988,11 +11988,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
11988<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 11988<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
11989 The directory set up and used by the 11989 The directory set up and used by the
11990 <link linkend='ref-classes-populate-sdk'><filename>populate_sdk_base</filename></link> 11990 <link linkend='ref-classes-populate-sdk'><filename>populate_sdk_base</filename></link>
11991 to which the SDK is deployed. 11991 class to which the SDK is deployed.
11992 The <filename>populate_sdk_base</filename> class defines 11992 The <filename>populate_sdk_base</filename> class defines
11993 <filename>SDK_DEPLOY</filename> as follows: 11993 <filename>SDK_DEPLOY</filename> as follows:
11994 <literallayout class='monospaced'> 11994 <literallayout class='monospaced'>
11995 SDK_DEPLOY = "${<link linkend='var-TMPDIR'>TMPDIR</link>}/deploy/sdk" 11995 SDK_DEPLOY = "${TMPDIR}/deploy/sdk"
11996 </literallayout> 11996 </literallayout>
11997 </para> 11997 </para>
11998 </glossdef> 11998 </glossdef>