1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Alexandru DAMIAN
2013-05-28 12:49:55 +00:00
committed by Richard Purdie
parent e09a159277
commit e6a1b33bc8
3 changed files with 20 additions and 23 deletions
-1
View File
@@ -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