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.py455 class BuildBase(Event): class
485 class BuildInit(BuildBase):
489 BuildBase.__init__(self, name, p)
491 class BuildStarted(BuildBase, OperationStarted):
495 BuildBase.__init__(self, n, p, failures)
497 class BuildCompleted(BuildBase, OperationCompleted):
505 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)