rm_work: Use the completion bitbake scheduler by default
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 11 Mar 2008 12:28:55 +0000 (12:28 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Tue, 11 Mar 2008 12:28:55 +0000 (12:28 +0000)
classes/rm_work.bbclass

index 97de5e2..917fadd 100644 (file)
@@ -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"