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>
This commit is contained in:
Kristi Rifenbark 2017-08-14 17:08:13 -07:00 committed by Richard Purdie
parent 1f625b2dae
commit f80223eb50
1 changed files with 5 additions and 2 deletions

View File

@ -494,8 +494,11 @@
<title><filename>do_prepare_recipe_sysroot</filename></title>
<para>
Installs the files into the individual recipe work directories
(i.e. WORKDIR).
Installs the files into the individual recipe specific sysroots
(i.e.
<filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}</filename>
based upon the dependencies specified by
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>.
See the
"<link linkend='ref-classes-staging'><filename>staging</filename></link>"
class for more information.