Searched refs:BuildBase (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | event.py | 455 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 D | knotty.py | 880 if isinstance(event, (bb.event.BuildBase,
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 559 event = bb.event.BuildBase(name, pkgs, failures)
|