diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-28 14:59:37 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-28 13:54:31 -0800 |
commit | 8a391c3d719d14390a6eee20f2f0cf3c37d27aa8 (patch) | |
tree | 8213ac592b5cc0e1dd7d884d9fd2299201bcdea6 /meta | |
parent | 144d1b525dabc7b62c5b390c7f214c564d794425 (diff) | |
download | poky-8a391c3d719d14390a6eee20f2f0cf3c37d27aa8.tar.gz |
rm_work: Set BB_SCHEDULER as done in OE.dev to ensure disk space is freed sooner rather than at the end of the build
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/rm_work.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 87c4459a12..53fcda23a9 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass | |||
@@ -6,6 +6,10 @@ | |||
6 | # INHERIT += "rm_work" | 6 | # INHERIT += "rm_work" |
7 | # | 7 | # |
8 | 8 | ||
9 | # Use the completion scheulder by default when rm_work is active | ||
10 | # to try and reduce disk usage | ||
11 | BB_SCHEDULER ?= "completion" | ||
12 | |||
9 | RMWORK_ORIG_TASK := "${BB_DEFAULT_TASK}" | 13 | RMWORK_ORIG_TASK := "${BB_DEFAULT_TASK}" |
10 | BB_DEFAULT_TASK = "rm_work_all" | 14 | BB_DEFAULT_TASK = "rm_work_all" |
11 | 15 | ||