diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-08 12:23:54 -0600 |
---|---|---|
committer | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-14 17:07:35 -0600 |
commit | f8c5a63a25f55a6c25420f131553b512eb3f3228 (patch) | |
tree | 928700a93a3652a9c54a86b580e0ab6f0bc06100 /documentation/yocto-project-qs | |
parent | 721a9340d63245199dc80f4e798f13d3b1fe8d74 (diff) | |
download | openembedded-core-f8c5a63a25f55a6c25420f131553b512eb3f3228.tar.gz openembedded-core-f8c5a63a25f55a6c25420f131553b512eb3f3228.tar.bz2 openembedded-core-f8c5a63a25f55a6c25420f131553b512eb3f3228.tar.xz openembedded-core-f8c5a63a25f55a6c25420f131553b512eb3f3228.zip |
documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 631] - Added tip for saving disk space during a build.
[BUGID# 631] - I added a tip in the section where we show a sample build.
The tip says that you can add 'INHERIT += "rm_work"' to the local.conf file
to help conserve disk space during a build.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 11 |
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> |