aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cookerdata.py
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2013-05-28 12:49:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-30 10:19:13 +0100
commitf0b54280a6bce522508e4741e5f507bc284113a8 (patch)
tree3b26769549686b13c8d6c0dbd17c18065bc3c6f3 /lib/bb/cookerdata.py
parentf49341a9599d971829ef65b2b02732543740a3c9 (diff)
downloadbitbake-f0b54280a6bce522508e4741e5f507bc284113a8.tar.gz
bitbake: move extra cache collection out of cooker
The collection of the extra caching data should not be performed by the cooker, but supplied to it. This patch will also streamline the code for launching servers without a UI attached. Based on a patch by Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cookerdata.py')
-rw-r--r--lib/bb/cookerdata.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/cookerdata.py b/lib/bb/cookerdata.py
index 11063b4af..cbaa0bed4 100644
--- a/lib/bb/cookerdata.py
+++ b/lib/bb/cookerdata.py
@@ -119,7 +119,6 @@ class CookerConfiguration(object):
self.cmd = None
self.abort = True
self.force = False
- self.ui = None
self.profile = False
self.nosetscene = False
self.invalidate_stamp = False