summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-structure.xml19
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>