summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-17 13:39:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:18 +0100
commit9e6c097f74e8a261b10b42df4651bd7a523b8aa1 (patch)
treeaafb94fde283dd495d62ed53b5b0948b73c00c01 /documentation/ref-manual/ref-tasks.xml
parentefdb62b77025bf4127ee4a46299330b4cb08ca6a (diff)
downloadpoky-9e6c097f74e8a261b10b42df4651bd7a523b8aa1.tar.gz
ref-manual: Removed link to DEPLOY_DIR variable.
The focus of the discussion here is on the DEPLOYDIR variable. Having the link to the variable DEPLOY_DIR adds clutter to it all. Removed that link. (From yocto-docs rev: 8561c70fcff88adc82c7c5998d2539d40b314888) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r--documentation/ref-manual/ref-tasks.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index c551ff0f90..875f136b99 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -111,8 +111,7 @@
111 <link linkend='ref-classes-deploy'><filename>deploy</filename></link> 111 <link linkend='ref-classes-deploy'><filename>deploy</filename></link>
112 class and should write the output to 112 class and should write the output to
113 <filename>${</filename><link linkend='var-DEPLOYDIR'><filename>DEPLOYDIR</filename></link><filename>}</filename>, 113 <filename>${</filename><link linkend='var-DEPLOYDIR'><filename>DEPLOYDIR</filename></link><filename>}</filename>,
114 which is not to be confused with 114 which is not to be confused with <filename>${DEPLOY_DIR}</filename>.
115 <filename>${</filename><link linkend='var-DEPLOY_DIR'><filename>DEPLOY_DIR</filename></link><filename>}</filename>.
116 The <filename>deploy</filename> class sets up 115 The <filename>deploy</filename> class sets up
117 <filename>do_deploy</filename> as a shared state (sstate) task that 116 <filename>do_deploy</filename> as a shared state (sstate) task that
118 can be accelerated through sstate use. 117 can be accelerated through sstate use.