diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-08-23 15:08:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:49 +0100 |
commit | 07ca1d57dc893a81da354239239901b987f2c603 (patch) | |
tree | 5906ce8f88175e09f220026f04db8cd978d04c34 /documentation/ref-manual/ref-tasks.xml | |
parent | 47883ade9db35e6d06952975b7a64d34a9aef62c (diff) | |
download | poky-07ca1d57dc893a81da354239239901b987f2c603.tar.gz |
ref-manual: Added review comments
Added review comments to variables COMPONENTS_DIR,
and SYSROOT_DESTDIR. Added review comments to
task do_prepare_recipe_sysroot.
(From yocto-docs rev: 362998c71b44ddf89d32ed5c45e4251e932a9217)
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 87ddb98278..10c67ab529 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -495,10 +495,11 @@ | |||
495 | 495 | ||
496 | <para> | 496 | <para> |
497 | Installs the files into the individual recipe specific sysroots | 497 | Installs the files into the individual recipe specific sysroots |
498 | (i.e. | 498 | (i.e. <filename>recipe-sysroot</filename> and |
499 | <filename>recipe-sysroot-native</filename> under | ||
499 | <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}</filename> | 500 | <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}</filename> |
500 | based upon the dependencies specified by | 501 | based upon the dependencies specified by |
501 | <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>. | 502 | <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>). |
502 | See the | 503 | See the |
503 | "<link linkend='ref-classes-staging'><filename>staging</filename></link>" | 504 | "<link linkend='ref-classes-staging'><filename>staging</filename></link>" |
504 | class for more information. | 505 | class for more information. |