summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 10:26:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:54 +0100
commit57dcb02359111c3c3841cc1f4fc99ca3ee9ca3e1 (patch)
tree910412ed885705c19144e867057f0652f261e92d /documentation/ref-manual
parent9332007f1f8d91880c7ec2fb77302e62e5049e3b (diff)
downloadpoky-57dcb02359111c3c3841cc1f4fc99ca3ee9ca3e1.tar.gz
ref-manual: Removed the link to SDK_DIR in the example.
(From yocto-docs rev: 414b74da4afac77f231770f2746f1c2d3947d340) 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 01595e9748..49d041bc94 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12241,7 +12241,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12241 <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> 12241 <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link>
12242 class defines the variable as follows: 12242 class defines the variable as follows:
12243 <literallayout class='monospaced'> 12243 <literallayout class='monospaced'>
12244 SDK_OUTPUT = "${<link linkend='var-SDK_DIR'>SDK_DIR</link>}/image" 12244 SDK_OUTPUT = "${SDK_DIR}/image"
12245 </literallayout> 12245 </literallayout>
12246 <note> 12246 <note>
12247 The <filename>SDK_OUTPUT</filename> directory is a 12247 The <filename>SDK_OUTPUT</filename> directory is a