ref-manual: Fixed links in do_prepare_recipe_sysroot task

(From yocto-docs rev: 80c60be5f560d20ee60270df0de2c86b23e004df)

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 b46f3e8e16
commit fe72ceaa4e

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.