diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-08-18 09:36:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:48 +0100 |
commit | 49bc3e3d3e258684a527899f137d7c81e5ca27c9 (patch) | |
tree | 8941b356dd0ec101dcf2cad51803279456d831a9 /documentation | |
parent | a447c9d13f694d55301725731b8ec8190590a9e5 (diff) | |
download | poky-49bc3e3d3e258684a527899f137d7c81e5ca27c9.tar.gz |
ref-manual: Added tmp/sysroots-components task
(From yocto-docs rev: ae635dfc2f53e026b597c1d2ca93ecaa9416417c)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 86a3cd2a58..70dbea5995 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
@@ -800,6 +800,25 @@ | |||
800 | </section> | 800 | </section> |
801 | 801 | ||
802 | <section id='structure-build-tmp-sysroots'> | 802 | <section id='structure-build-tmp-sysroots'> |
803 | <title><filename>build/tmp/sysroots-components/</filename></title> | ||
804 | |||
805 | <para> | ||
806 | This directory is the location of the sysroot contents that the | ||
807 | task | ||
808 | <link linkend='ref-tasks-prepare_recipe_sysroot'><filename>do_prepare_recipe_sysroot</filename></link> | ||
809 | links or copies into the recipe-specific sysroot for each | ||
810 | recipe listed in | ||
811 | <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>. | ||
812 | Population of this directory is handled through shared state, while | ||
813 | the path is specified by the <filename>COMPONENTS_DIR</filename> | ||
814 | variable. Apart from a few unusual circumstances, handling of the | ||
815 | <filename>sysroots-components</filename> directory should be | ||
816 | automatic, and recipes should not directly reference | ||
817 | <filename>build/tmp/sysroots-components</filename>. | ||
818 | </para> | ||
819 | </section> | ||
820 | |||
821 | <section id='structure-build-tmp-sysroots'> | ||
803 | <title><filename>build/tmp/sysroots/</filename></title> | 822 | <title><filename>build/tmp/sysroots/</filename></title> |
804 | 823 | ||
805 | <para> | 824 | <para> |