Home
last modified time | relevance | path

Searched refs:RecipeParsed (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dprexport.bbclass15 if isinstance(e, bb.event.RecipeParsed):
59 prexport_handler[eventmask] = "bb.event.RecipeParsed bb.event.ParseStarted bb.event.ParseCompleted"
H A Dmigrate_localcount.bbclass46 migrate_localcount_handler[eventmask] = "bb.event.RecipeParsed"
H A Dbase.bbclass264 … bb.event.MultiConfigParsed bb.event.BuildStarted bb.event.RecipePreFinalise bb.event.RecipeParsed"
319 if isinstance(e, bb.event.RecipeParsed):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py327 if isinstance(event, bb.event.RecipeParsed):
H A Dknotty.py831 bb.event.RecipeParsed,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py364 bb.event.fire(bb.event.RecipeParsed(fn), d)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py439 class RecipeParsed(RecipeEvent): class
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py561 event = bb.event.RecipeParsed(callback)