summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-31 07:37:44 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:23:02 +0100
commit5cf7a54a24487e4d2c2a72a42e1ea1cf2b87a572 (patch)
treea7ccf5658ebfeba45e0d735a8b53bd92e38204d3 /documentation/ref-manual/ref-structure.xml
parentf82e035921191dcbe629947a02b8eb56f53e675b (diff)
downloadpoky-5cf7a54a24487e4d2c2a72a42e1ea1cf2b87a572.tar.gz
ref-manual: Added the build/tmp/work-shared directory.
Added a brief explanation of this temporary directory to the chapter that presents the structure of the Source Directory. The explanation is based on Paul Eggleton's input. (From yocto-docs rev: 688c36aec57bb283d03ffb7e1d9448563cb1496c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-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'>