summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
AgeCommit message (Expand)Author
2015-09-04bitbake: event/server: Add _uiready flag to handle missing error messagesRichard Purdie
2015-08-29bitbake: lib/bb/cooker: add interrupted flag to BuildCompleted eventPaul Eggleton
2015-08-19bitbake: Fix default function parameter assignment to a listPaul Eggleton
2015-06-26bitbake: event: Handle recursive events and the data store betterRichard Purdie
2015-06-23bitbake: event: Inject 'd' into event handlersRichard Purdie
2015-06-09bitbake: cooker/event: Add an event which lists all stamps reachable after pa...Richard Purdie
2014-12-09bitbake: event: fix resetting class handlers objectPaul Eggleton
2014-12-09bitbake: event: add a means of filtering events internallyPaul Eggleton
2014-08-25bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-07-23bitbake: toasterui: fixing event.data clashAlexandru DAMIAN
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-06-01bitbake: event.py: Allow passthrough of BBHandledException eventsRichard Purdie
2014-06-01bitbake: event: Fix event handlers to raise SkipPackageRichard Purdie
2014-03-27bitbake: cooker/event: Overhaul sanity test mechanismRichard Purdie
2013-09-22bitbake: bitbake: event: adding generic event for metadata usageAlexandru DAMIAN
2013-08-27bitbake: bitbake/event.py: UIhandler filter should work without a maskCristiana Voicu
2013-08-26bitbake: bitbake: Add ui event handlers filteringRichard Purdie
2013-08-23bitbake: event/msg: Add primitive server side UI log record filteringRichard Purdie
2013-08-16bitbake: taskdata: report close matches with NoProvider errorsPaul Eggleton
2013-06-14bitbake: bitbake: Add event mask flag supportBogdan Marinescu
2013-06-14bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie
2013-05-24bitbake: cooker/cookerdata/event: Improve class handlers managementRichard Purdie
2013-05-24bitbake: event: Drop Handled/NotHandled status return valuesRichard Purdie
2012-10-24bitbake: event/hob: Add a button for network tests in the proxy settingsBogdan Marinescu
2012-09-27bitbake: Add sanity check progress screenBogdan Marinescu
2012-09-24bitbake: event.py, knotty.py, ncurses.py, runningbuild.py: Add support for Lo...Jason Wessel
2012-09-20bitbake: compat, event: use OrderedDict from py2.7 for the event handlersChristopher Larson
2012-09-14bitbake: lib/bb/event: improve handling of event queue on exitPaul Eggleton
2012-08-22bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie
2012-08-02bitbake: monitordisk: fire event DISKFULL when terminate buildKang Kai
2012-05-30hob: handle sanity check failures as a separate eventPaul Eggleton
2012-04-24event.py: Add SanityCheck and SanityCheckPassed eventsDongxiao Xu
2012-02-23bitbake: change for adding progress bar in Hob2.Shane Wang
2012-02-23event.py: Add new events RequestPackageInfo and PackageInfoDongxiao Xu
2012-01-06cooker: remove command import in cooker.pyDongxiao Xu
2011-09-02bitbake/event: Allow event handlers to quietly raise SkipPackage eventsRichard Purdie
2011-07-27bitbake: show more information for NoProvider errorsPaul Eggleton
2011-07-21event: fix the event display order when exiting earlyChris Larson
2011-07-01cooker|command|event: add new command findFilesMatchingInDirJoshua Lock
2011-07-01command|cooker|event: add findConfigFilePath commandJoshua Lock
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-08Shift exception formatting into the UIChris Larson
2011-06-08bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie
2011-06-02event: don't catch systemexit from handler executionChris Larson
2011-05-06event: improve output for syntax errors in handlersChris Larson
2011-05-06event: improve output when eventhandler exec failsChris Larson
2011-05-06event: register event handler functions, not code objectsChris Larson
2011-02-24bitbake/event: fix some whitespace issuesJoshua Lock
2011-02-24bitbake: implement command to find configuration files for a config variableJoshua Lock
2011-02-24bitbake: implement command to get all possible targets and their dependenciesJoshua Lock