Home
last modified time | relevance | path

Searched refs:allowincomplete (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtaskdata.py42 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 Dcooker.py612 …a, runlist = self.buildTaskData(pkgs_to_build, None, self.configuration.halt, allowincomplete=True)
650 def buildTaskData(self, pkgs_to_build, task, halt, allowincomplete=False): argument
697 … taskdata[mc] = bb.taskdata.TaskData(halt, skiplist=self.skiplist, allowincomplete=allowincomplete)
772 taskdata, runlist = self.buildTaskData(pkgs_to_build, task, False, allowincomplete=True)