summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-structure.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index be292eb136..93cd45d456 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -762,6 +762,20 @@
762 within <filename>WORKDIR/packages-split/</filename>. 762 within <filename>WORKDIR/packages-split/</filename>.
763 </para> 763 </para>
764 </section> 764 </section>
765
766 <section id='structure-build-work-shared'>
767 <title><filename>build/tmp/work-shared/</filename></title>
768
769 <para>
770 For efficiency, the OpenEmbedded build system creates and uses
771 this directory to hold recipes that share a work directory with
772 other recipes.
773 In practice, this is only used for <filename>gcc</filename>
774 and its variants (e.g. <filename>gcc-cross</filename>,
775 <filename>libgcc</filename>, <filename>gcc-runtime</filename>,
776 and so forth).
777 </para>
778 </section>
765</section> 779</section>
766 780
767<section id='structure-meta'> 781<section id='structure-meta'>