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:16:22 +0100
commitdce3b0a5ef6e55fac8531cbfb1c93b1f735a9fa3 (patch)
tree68215f0d4e813f843b305f9ed11c2527b7b2004f /documentation/ref-manual
parentd13d95ab898eede603aed4d5133e60e5095a4152 (diff)
downloadpoky-dce3b0a5ef6e55fac8531cbfb1c93b1f735a9fa3.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