summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie2012-08-221-1/+1
* bitbake: monitordisk: fire event DISKFULL when terminate buildKang Kai2012-08-021-0/+8
* hob: handle sanity check failures as a separate eventPaul Eggleton2012-05-301-0/+8
* event.py: Add SanityCheck and SanityCheckPassed eventsDongxiao Xu2012-04-241-0/+10
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-231-23/+60
* event.py: Add new events RequestPackageInfo and PackageInfoDongxiao Xu2012-02-231-0/+13
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-0/+8
* bitbake/event: Allow event handlers to quietly raise SkipPackage eventsRichard Purdie2011-09-021-0/+2
* bitbake: show more information for NoProvider errorsPaul Eggleton2011-07-271-1/+2
* event: fix the event display order when exiting earlyChris Larson2011-07-211-2/+1
* cooker|command|event: add new command findFilesMatchingInDirJoshua Lock2011-07-011-0/+10
* command|cooker|event: add findConfigFilePath commandJoshua Lock2011-07-011-0/+8
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-3/+7
* Shift exception formatting into the UIChris Larson2011-06-081-0/+7
* bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie2011-06-081-1/+4
* event: don't catch systemexit from handler executionChris Larson2011-06-021-1/+1
* event: improve output for syntax errors in handlersChris Larson2011-05-061-3/+9
* event: improve output when eventhandler exec failsChris Larson2011-05-061-11/+31
* event: register event handler functions, not code objectsChris Larson2011-05-061-12/+10
* bitbake/event: fix some whitespace issuesJoshua Lock2011-02-241-3/+1
* bitbake: implement command to find configuration files for a config variableJoshua Lock2011-02-241-0/+10
* bitbake: implement command to get all possible targets and their dependenciesJoshua Lock2011-02-241-0/+9
* bitbake: event/build: Drop stdout specific handling for python messages as th...Richard Purdie2011-02-071-4/+0
* Inject taskpid into log records via our log handlerChris Larson2011-01-101-0/+4
* bitbake: Update event queue handling to match upstream bitbakeRichard Purdie2011-01-101-2/+0
* event: use BBLogFormatter in print_ui_queueChris Larson2011-01-061-1/+2
* event: fix unicode handler registrationBernhard Reutner-Fischer2011-01-041-1/+1
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-1/+1
* Show the user progress when loading the cacheBob Foerster2011-01-041-0/+19
* event: use cPickle for eventsChris Larson2011-01-041-1/+4
* bb.event: fix MsgBase ref in fire_class_handlersChris Larson2011-01-041-2/+1
* cooker: no cached in progressbar and add ETAChris Larson2011-01-041-3/+1
* cache: sync the cache file to disk in the backgroundChris Larson2011-01-041-4/+16
* Fix syntax issue and don't include 'd' in ui_queueChris Larson2011-01-041-2/+2
* Queue up events before the UI is spawnedChris Larson2011-01-041-0/+21
* Turn Event into a new style classChris Larson2011-01-041-1/+1
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-041-15/+3
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-2/+49
* bitbake: Correctly route events from the worker to the serverRichard Purdie2010-08-201-0/+1
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-191-6/+5
* Move the output of no provider and multiple provider messages into the UIChris Larson2010-07-021-1/+2
* Apply the 2to3 print function transformChris Larson2010-07-021-2/+2
* Import fixupsChris Larson2010-07-021-1/+1
* Formatting cleanupsChris Larson2010-07-021-3/+2
* Don't run metadata event handlers for bb.msg eventsChris Larson2010-07-021-0/+4
* bb.event: NotHandled and Handled are on the way outChris Larson2010-07-021-2/+6
* Add & utilize a simple_exec utility functionChris Larson2010-07-021-1/+1
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-07-021-2/+7
* bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie2010-03-251-8/+17
* bitbake/event: If the server disappears, we just exit tooRichard Purdie2010-01-211-3/+6