[poky] [PATCH 13/13] Use completion scheduler in rm_work.bbclass

Dongxiao Xu dongxiao.xu at intel.com
Sun Nov 28 19:44:47 PST 2010


This can help to avoid running out of disk in the middle of a build.
Fix [BUGID #531]

Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
---
 meta/classes/rm_work.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 87c4459..bee4901 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -5,6 +5,7 @@
 #
 # INHERIT += "rm_work"
 #
+BB_SCHEDULER ?= "completion"
 
 RMWORK_ORIG_TASK := "${BB_DEFAULT_TASK}"
 BB_DEFAULT_TASK = "rm_work_all"
-- 
1.6.3.3




More information about the poky mailing list