diff options
| -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 24480bc787..56dafe5e0a 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -234,6 +234,17 @@ | |||
| 234 | $ source poky-laverne-4.0/poky-init-build-env poky-4.0-build | 234 | $ source poky-laverne-4.0/poky-init-build-env poky-4.0-build |
| 235 | </literallayout> | 235 | </literallayout> |
| 236 | </para> | 236 | </para> |
| 237 | |||
| 238 | <tip><para> | ||
| 239 | To help conserve disk space during builds you can add the following statement | ||
| 240 | to your <filename>local.conf</filename> file. | ||
| 241 | Adding this statement deletes the work directory used for building a package | ||
| 242 | once the package is built. | ||
| 243 | <literallayout class='monospaced'> | ||
| 244 | INHERIT += "rm_work" | ||
| 245 | </literallayout> | ||
| 246 | </para></tip> | ||
| 247 | |||
| 237 | <itemizedlist> | 248 | <itemizedlist> |
| 238 | <listitem><para>The first two commands extract the Yocto Project files from the | 249 | <listitem><para>The first two commands extract the Yocto Project files from the |
| 239 | release tarball and place them into a subdirectory of your current directory.</para></listitem> | 250 | release tarball and place them into a subdirectory of your current directory.</para></listitem> |
