summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-08-14 17:08:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:56 +0100
commitf80223eb505f1bdfadf57431b3617b42ee7a3959 (patch)
treedf5b64a0c65c8124b5fec153ba057ff2fde8c144 /documentation
parent1f625b2dae66a44826767ddc599c83f893a1dc78 (diff)
downloadpoky-f80223eb505f1bdfadf57431b3617b42ee7a3959.tar.gz
ref-manual: Fixed links in do_prepare_recipe_sysroot task
(From yocto-docs rev: 369038fa0fa2055bf39583aa1c707d889dd5db07) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-tasks.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 99e9f52b86..87ddb98278 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -494,8 +494,11 @@
494 <title><filename>do_prepare_recipe_sysroot</filename></title> 494 <title><filename>do_prepare_recipe_sysroot</filename></title>
495 495
496 <para> 496 <para>
497 Installs the files into the individual recipe work directories 497 Installs the files into the individual recipe specific sysroots
498 (i.e. WORKDIR). 498 (i.e.
499 <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}</filename>
500 based upon the dependencies specified by
501 <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>.
499 See the 502 See the
500 "<link linkend='ref-classes-staging'><filename>staging</filename></link>" 503 "<link linkend='ref-classes-staging'><filename>staging</filename></link>"
501 class for more information. 504 class for more information.