diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-08-14 17:08:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:47 +0100 |
commit | fe72ceaa4e30dfc9c8929097424279b2aef0e8f6 (patch) | |
tree | 1d8893fc43df07e7c735a4ccaada23c33dc159cc /documentation/ref-manual/ref-tasks.xml | |
parent | b46f3e8e16a71c5b31da0f8c1c574589f9337aba (diff) | |
download | poky-fe72ceaa4e30dfc9c8929097424279b2aef0e8f6.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 7 |
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. |