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 42c0fb3b68..0bb0cac7a7 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -798,6 +798,25 @@
798 </section> 798 </section>
799 799
800 <section id='structure-build-tmp-sysroots'> 800 <section id='structure-build-tmp-sysroots'>
801 <title><filename>build/tmp/sysroots-components/</filename></title>
802
803 <para>
804 This directory is the location of the sysroot contents that the
805 task
806 <link linkend='ref-tasks-prepare_recipe_sysroot'><filename>do_prepare_recipe_sysroot</filename></link>
807 links or copies into the recipe-specific sysroot for each
808 recipe listed in
809 <link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>.
810 Population of this directory is handled through shared state, while
811 the path is specified by the <filename>COMPONENTS_DIR</filename>
812 variable. Apart from a few unusual circumstances, handling of the
813 <filename>sysroots-components</filename> directory should be
814 automatic, and recipes should not directly reference
815 <filename>build/tmp/sysroots-components</filename>.
816 </para>
817 </section>
818
819 <section id='structure-build-tmp-sysroots'>
801 <title><filename>build/tmp/sysroots/</filename></title> 820 <title><filename>build/tmp/sysroots/</filename></title>
802 821
803 <para> 822 <para>