summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-08-08 14:27:15 -0500
committerJesse Gilles <jgilles@multitech.com>2011-08-08 14:27:15 -0500
commitb13c74d4c83293b75c862cd445a1dbffac4f58a6 (patch)
tree50ddd3600bb10da81a0bd29b2dc58993e9359503 /conf
parent50ad722a6eedc67464ea9633cd88db029e38d40b (diff)
local.conf: turn on rm_work by default
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf b/conf/local.conf
index 4317cc4..e36d20d 100644
--- a/conf/local.conf
+++ b/conf/local.conf
@@ -81,7 +81,7 @@ IMAGE_KEEPROOTFS = "1"
# Uncomment this to remove unpacked source and intermediate work
# after successfully building a package.
# Saves a LOT of disk space, but leaving work around is useful for debugging.
-# INHERIT += "rm_work"
+INHERIT += "rm_work"
# Uncomment this if you want BitBake to emit debugging output
# BBDEBUG = "yes"