generic-poky/bitbake/lib/bb/parse
Bogdan Marinescu 5aa5fc470e bitbake: bitbake: Add event mask flag support
Add a flag to event handlers which lists the events a given handler wishes to
process. By default event handlers recieve all events but this means
we can stop running code in many cases if we know it doesn't want the event.

This is part of the fix for YOCTO #3812, but implements filtering only
for class event handlers; the other part (events filter for UIs) will be
the subject of a different patch.

(Bitbake rev: 074003a4e7530a72863b9c685fc5c31b0f08c039)

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-14 12:52:58 +01:00
..
parse_py bitbake: methodpool: Retire it, remove global method scope 2013-05-24 10:34:52 +01:00
__init__.py bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbake -e 2013-01-18 12:35:19 +00:00
ast.py bitbake: bitbake: Add event mask flag support 2013-06-14 12:52:58 +01:00