summaryrefslogtreecommitdiffstats
path: root/handbook/ref-structure.xml
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-02-26 12:31:31 +0000
committerJoshua Lock <josh@linux.intel.com>2010-02-26 12:31:31 +0000
commitfce742aac60051d72d21e7ffa53e5661245793d5 (patch)
tree2ccc9f7bb69c358e808cb5bdd09b6deb6504d15a /handbook/ref-structure.xml
parent3e39dac1cc0f293dba97331e7e6d7f0111030c50 (diff)
downloadpoky-fce742aac60051d72d21e7ffa53e5661245793d5.tar.gz
handbook: tmp/staging was renamed to tmp/sysroots - update references
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook/ref-structure.xml')
-rw-r--r--handbook/ref-structure.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/handbook/ref-structure.xml b/handbook/ref-structure.xml
index 8a564e77b3..a420a59218 100644
--- a/handbook/ref-structure.xml
+++ b/handbook/ref-structure.xml
@@ -216,11 +216,11 @@
216 </para> 216 </para>
217 </section> 217 </section>
218 218
219 <section id='structure-build-tmp-staging'> 219 <section id='structure-build-tmp-sysroots>
220 <title><filename class="directory">build/tmp/staging/</filename></title> 220 <title><filename class="directory">build/tmp/sysroots/</filename></title>
221 221
222 <para> 222 <para>
223 Any package needing to share output with other packages does so within staging. 223 Any package needing to share output with other packages does so within sysroots.
224 This means it contains any shared header files and any shared libraries amongst 224 This means it contains any shared header files and any shared libraries amongst
225 other data. It is subdivided by architecture so multiple builds can run within 225 other data. It is subdivided by architecture so multiple builds can run within
226 the one build directory. 226 the one build directory.