[poky] [PATCH 6/6] meta-yocto/conf/local.conf.sample: add rm_work example
Paul Eggleton
paul.eggleton at linux.intel.com
Mon Jul 25 07:28:47 PDT 2011
rm-work can save a lot of disk space and will be useful to a lot of
users, so add a comment explaining what it is for and why it's off by
default.
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
meta-yocto/conf/local.conf.sample | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 6498bb4..1977e07 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -139,3 +139,9 @@ NO32LIBS = "1"
# Uncomment this if your host distribution provides the help2man tool.
#ASSUME_PROVIDED += "help2man-native"
+
+# Uncomment this to delete work files as the build progresses rather than
+# keeping them around, which saves a lot of disk space. However, if any
+# problems arise it can be useful to have the work files to examine, which
+# is why it is off by default.
+#INHERIT += "rm_work"
--
1.7.4.1
More information about the poky
mailing list