aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
AgeCommit message (Expand)Author
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
2011-02-07bitbake: event/build: Drop stdout specific handling for python messages as th...Richard Purdie
2011-01-10Inject taskpid into log records via our log handlerChris Larson
2011-01-10bitbake: Update event queue handling to match upstream bitbakeRichard Purdie
2011-01-06event: use BBLogFormatter in print_ui_queueChris Larson
2011-01-04event: fix unicode handler registrationBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04event: use cPickle for eventsChris Larson
2011-01-04bb.event: fix MsgBase ref in fire_class_handlersChris Larson
2011-01-04cooker: no cached in progressbar and add ETAChris Larson
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson
2011-01-04Fix syntax issue and don't include 'd' in ui_queueChris Larson
2011-01-04Queue up events before the UI is spawnedChris Larson
2011-01-04Turn Event into a new style classChris Larson
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson
2011-01-04Use the python logging module under the hood for bb.msgChris Larson
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-07-02Move the output of no provider and multiple provider messages into the UIChris Larson
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Don't run metadata event handlers for bb.msg eventsChris Larson
2010-07-02bb.event: NotHandled and Handled are on the way outChris Larson
2010-07-02Add & utilize a simple_exec utility functionChris Larson