]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 631] - Added tip for...
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 8 Feb 2011 18:23:54 +0000 (12:23 -0600)
committerScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 14 Feb 2011 23:07:35 +0000 (17:07 -0600)
[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>
documentation/yocto-project-qs/yocto-project-qs.xml

index 24480bc78736b2798abe0f63bfbbc84aff682b3a..56dafe5e0aafc5c366e59b725fb3300338e13804 100644 (file)
      $ 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>