1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

handbook: tmp/staging was renamed to tmp/sysroots - update references

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-02-26 12:31:31 +00:00
parent 3e39dac1cc
commit fce742aac6
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -216,11 +216,11 @@
</para>
</section>
<section id='structure-build-tmp-staging'>
<title><filename class="directory">build/tmp/staging/</filename></title>
<section id='structure-build-tmp-sysroots>
<title><filename class="directory">build/tmp/sysroots/</filename></title>
<para>
Any package needing to share output with other packages does so within staging.
Any package needing to share output with other packages does so within sysroots.
This means it contains any shared header files and any shared libraries amongst
other data. It is subdivided by architecture so multiple builds can run within
the one build directory.