summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-06 12:53:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-08 13:29:54 +0100
commitbca4396106a51c7eba1da5fcbaba5e4e4964ca91 (patch)
tree95433a53454f13095c3926446ea4b68587467ad5 /bitbake/lib/bb/ui/knotty.py
parent754c03006943a219ffd417c36ab909b464f57f67 (diff)
downloadpoky-bca4396106a51c7eba1da5fcbaba5e4e4964ca91.tar.gz
bitbake: bitbake: Add MultiConfigParsed event
There are some cases where the metadata needs to be aware a multiconfig build is happening and have access to the multiconfig data stores to merge data into the common build. This adds such an event allowing access to these datastores. (Bitbake rev: 160e47f5df90850e64dcb857c81a5039abc9235f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/knotty.py')
-rw-r--r--bitbake/lib/bb/ui/knotty.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index a19c3b3ba5..936d5a4fb1 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -664,6 +664,7 @@ def main(server, eventHandler, params, tf = TerminalFilter):
664 bb.event.MetadataEvent, 664 bb.event.MetadataEvent,
665 bb.event.StampUpdate, 665 bb.event.StampUpdate,
666 bb.event.ConfigParsed, 666 bb.event.ConfigParsed,
667 bb.event.MultiConfigParsed,
667 bb.event.RecipeParsed, 668 bb.event.RecipeParsed,
668 bb.event.RecipePreFinalise, 669 bb.event.RecipePreFinalise,
669 bb.runqueue.runQueueEvent, 670 bb.runqueue.runQueueEvent,