From 21c0019f446e75007f177aad0d1151601fbf28b6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Apr 2018 08:44:56 -0700 Subject: dev-manual: Added new section on conserving disk space For conserving disk space during builds, I added a new section that tells how to add "rm_work" to your local.conf file. This information was part of the original YP Quick Start and was not carried forward into the new brief build document. (From yocto-docs rev: 719d70587d908390a134559472d57ce7fced6aae) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 3802c60d3f..4fdcb7b780 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -7670,6 +7670,25 @@ Some notes from Cal: +
+ Conserving Disk Space During Builds + + + To help conserve disk space during builds, you can add the + following statement to your project's + local.conf configuration file found in the + Build Directory: + + INHERIT += "rm_work" + + Adding this statement deletes the work directory used for building + a recipe once the recipe is built. + For more information on "rm_work", see the + rm_work + class in the Yocto Project Reference Manual. + +
+
Building a Tiny System -- cgit v1.2.3-54-g00ecf