From 79a01a7082eb445fc6fd9c98d485357a814646eb Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 12 Jan 2017 12:38:02 +0200 Subject: Don't use rm_work by default Deletion of temporary workspace can save substantial amount of disk space during the build process, but it has some side affects that cause recipes to be rebuild unnecessarily. Task-number: QTBUG-58100 Change-Id: Iab73c2078dcc2107a453fde7da411ae5b7ff032d Reviewed-by: Mikko Gronoff --- conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 6851361..f98c43b 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -277,7 +277,7 @@ BB_DISKMON_DIRS = "\ # this doesn't mean anything to you. CONF_VERSION = "1" -INHERIT += "rm_work" +#INHERIT += "rm_work" INHERIT += "image-buildinfo" INHERIT += "internal-build" -- cgit v1.2.3-54-g00ecf