git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a38c7
)
rm_work: Use the completion bitbake scheduler by default
author
Richard Purdie
<rpurdie@rpsys.net>
Tue, 11 Mar 2008 12:28:55 +0000
(12:28 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Tue, 11 Mar 2008 12:28:55 +0000
(12:28 +0000)
classes/rm_work.bbclass
patch
|
blob
|
history
diff --git
a/classes/rm_work.bbclass
b/classes/rm_work.bbclass
index
97de5e2
..
917fadd
100644
(file)
--- a/
classes/rm_work.bbclass
+++ b/
classes/rm_work.bbclass
@@
-6,6
+6,10
@@
# INHERIT += "rm_work"
#
+# Use the completion scheulder by default when rm_work is active
+# to try and reduce disk usage
+BB_SCHEDULER ?= "completion"
+
RMWORK_ORIG_TASK := "${BB_DEFAULT_TASK}"
BB_DEFAULT_TASK = "rm_work_all"