summaryrefslogtreecommitdiffstats
path: root/bitbake/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:20:32 +0100
commite6a1b33bc87ea205b5d4ea8cf29159fc6ddd8853 (patch)
treef05d56f8b41b1c36fcea581cc2adcbfd5da0e49b /bitbake/lib/bb/cookerdata.py
parente09a15927714362866297c3a7a2992506ccf4f75 (diff)
downloadast2050-yocto-poky-e6a1b33bc87ea205b5d4ea8cf29159fc6ddd8853.zip
ast2050-yocto-poky-e6a1b33bc87ea205b5d4ea8cf29159fc6ddd8853.tar.gz
bitbake: 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> (Bitbake rev: f0b54280a6bce522508e4741e5f507bc284113a8) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/cookerdata.py')
-rw-r--r--bitbake/lib/bb/cookerdata.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py
index 11063b4..cbaa0be 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/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
OpenPOWER on IntegriCloud