summaryrefslogtreecommitdiff
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-15 10:02:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-15 10:02:27 +0000
commit21c112ca49407eac9808355ed286c51e26d59580 (patch)
tree2805e244a2416dc2cfe40703c999c36d086ee05c /documentation/yocto-project-qs
parente5e02f3cba1b81af39f432730802e871deb53eca (diff)
parent647aaad6fb8b9c22c5287d387cb1fb691a7bd5ee (diff)
downloadopenembedded-core-21c112ca49407eac9808355ed286c51e26d59580.tar.gz
openembedded-core-21c112ca49407eac9808355ed286c51e26d59580.tar.bz2
openembedded-core-21c112ca49407eac9808355ed286c51e26d59580.tar.xz
openembedded-core-21c112ca49407eac9808355ed286c51e26d59580.zip
Merge branch 'srifenbark/docs' of ssh://git.pokylinux.org/poky-contrib
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 24480bc78..56dafe5e0 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -234,6 +234,17 @@
$ source poky-laverne-4.0/poky-init-build-env poky-4.0-build
</literallayout>
</para>
+
+ <tip><para>
+ To help conserve disk space during builds you can add the following statement
+ to your <filename>local.conf</filename> file.
+ Adding this statement deletes the work directory used for building a package
+ once the package is built.
+ <literallayout class='monospaced'>
+ INHERIT += "rm_work"
+ </literallayout>
+ </para></tip>
+
<itemizedlist>
<listitem><para>The first two commands extract the Yocto Project files from the
release tarball and place them into a subdirectory of your current directory.</para></listitem>