ref-manual: Added tmp/sysroots-components task

(From yocto-docs rev: b723fc6d05ad4db48dfda2aece797c7cbab06cf3)

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-18 09:36:20 -07:00 committed by Richard Purdie
parent fed307f58b
commit 0f1ea9ff44
1 changed files with 19 additions and 0 deletions

View File

@ -797,6 +797,25 @@
</para>
</section>
<section id='structure-build-tmp-sysroots'>
<title><filename>build/tmp/sysroots-components/</filename></title>
<para>
This directory is the location of the sysroot contents that the
task
<link linkend='ref-tasks-prepare_recipe_sysroot'><filename>do_prepare_recipe_sysroot</filename></link>
links or copies into the recipe-specific sysroot for each
recipe listed in
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>.
Population of this directory is handled through shared state, while
the path is specified by the <filename>COMPONENTS_DIR</filename>
variable. Apart from a few unusual circumstances, handling of the
<filename>sysroots-components</filename> directory should be
automatic, and recipes should not directly reference
<filename>build/tmp/sysroots-components</filename>.
</para>
</section>
<section id='structure-build-tmp-sysroots'>
<title><filename>build/tmp/sysroots/</filename></title>