Searched refs:allowincomplete (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | taskdata.py | 42 def __init__(self, halt = True, skiplist = None, allowincomplete = False): argument 61 self.allowincomplete = allowincomplete 519 if self.halt and target in self.external_targets and not self.allowincomplete: 521 if not self.allowincomplete:
|
H A D | cooker.py | 533 …a, runlist = self.buildTaskData(pkgs_to_build, None, self.configuration.halt, allowincomplete=True) 571 def buildTaskData(self, pkgs_to_build, task, halt, allowincomplete=False): argument 618 …mc] = bb.taskdata.TaskData(halt, skiplist=self.skiplist_by_mc[mc], allowincomplete=allowincomplete) 693 taskdata, runlist = self.buildTaskData(pkgs_to_build, task, halt, allowincomplete=True)
|