summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 10:22:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:53 +0100
commit9332007f1f8d91880c7ec2fb77302e62e5049e3b (patch)
tree21b900f230be65832dd23da5670025ba7b856dd6 /documentation/ref-manual
parentf765e8d7a3c6e38bba00ef678b78ca8503b0ad55 (diff)
downloadpoky-9332007f1f8d91880c7ec2fb77302e62e5049e3b.tar.gz
ref-manual: Fixed formatting in SDK_DIR example.
Removed the link to WORKDIR to begin with. Also, removed the <filename> formatting that was within the example, which is buried in a <literallayout> tag set. Doing that screws up the formatting. (From yocto-docs rev: 0d13dabaa13e5426da35b5d8147f51efa349b5bb) 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 86bafbb4f8..01595e9748 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12011,7 +12011,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12011 <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> 12011 <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link>
12012 class defines the variable as follows: 12012 class defines the variable as follows:
12013 <literallayout class='monospaced'> 12013 <literallayout class='monospaced'>
12014 SDK_DIR = "${<link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>}/sdk" 12014 SDK_DIR = "${WORKDIR}/sdk"
12015 </literallayout> 12015 </literallayout>
12016 <note> 12016 <note>
12017 The <filename>SDK_DIR</filename> directory is a 12017 The <filename>SDK_DIR</filename> directory is a