From e6a1b33bc87ea205b5d4ea8cf29159fc6ddd8853 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 28 May 2013 12:49:55 +0000 Subject: 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 (Bitbake rev: f0b54280a6bce522508e4741e5f507bc284113a8) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/bb/cookerdata.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/bb/cookerdata.py') diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index 11063b4af2..cbaa0bed47 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 -- cgit v1.2.3-54-g00ecf