Home
last modified time | relevance | path

Searched refs:BuildBase (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py447 class BuildBase(Event): class
477 class BuildInit(BuildBase):
481 BuildBase.__init__(self, name, p)
483 class BuildStarted(BuildBase, OperationStarted):
487 BuildBase.__init__(self, n, p, failures)
489 class BuildCompleted(BuildBase, OperationCompleted):
497 BuildBase.__init__(self, n, p, failures)
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py880 if isinstance(event, (bb.event.BuildBase,
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py559 event = bb.event.BuildBase(name, pkgs, failures)