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:30:05 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:23:02 +0100
commitf82e035921191dcbe629947a02b8eb56f53e675b (patch)
treee4c4e1637d7b4682487dccf1c738877ec74adb67 /documentation/ref-manual/ref-structure.xml
parented997db12b7bda0bda19dbcea99dc555fbdf32fe (diff)
downloadpoky-f82e035921191dcbe629947a02b8eb56f53e675b.tar.gz
ref-manual: Added the build/tmp/sstate-control directory
I added this directory to the chapter that presents the Source Directory structure. The explanation is based on Paul Eggleton's input. (From yocto-docs rev: 425df89935f2cd07ecbc3050d273100d57e3ab3d) 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.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index e0209c1afa..be292eb136 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -659,6 +659,22 @@
659 </para> 659 </para>
660 </section> 660 </section>
661 661
662 <section id='structure-build-tmp-sstate-control'>
663 <title><filename>build/tmp/sstate-control/</filename></title>
664
665 <para>
666 The OpenEmbedded build system uses this directory for the
667 shared state manifest files.
668 The shared state code uses these files to record the files
669 installed by each sstate task so that the files can be removed
670 when cleaning the recipe or when a newer version is about to
671 be installed.
672 The build system also uses the manifests to detect and produce
673 a warning when files from one task are overwriting those from
674 another.
675 </para>
676 </section>
677
662 <section id='structure-build-tmp-sysroots'> 678 <section id='structure-build-tmp-sysroots'>
663 <title><filename>build/tmp/sysroots/</filename></title> 679 <title><filename>build/tmp/sysroots/</filename></title>
664 680