diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index f03f16b3f8..daa00a45d0 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py @@ -141,11 +141,7 @@ class BBCooker: self.parser = None def initConfigurationData(self): - worker = False - if not self.configuration.server_register_idlecallback: - worker = True - - self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, worker) + self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False) self.data = self.databuilder.data def enableDataTracking(self):