summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: event: adding generic event for metadata usageAlexandru DAMIAN2013-09-221-0/+10
* bitbake: bitbake/event.py: UIhandler filter should work without a maskCristiana Voicu2013-08-271-1/+1
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-261-3/+14
* bitbake: event/msg: Add primitive server side UI log record filteringRichard Purdie2013-08-231-0/+25
* bitbake: taskdata: report close matches with NoProvider errorsPaul Eggleton2013-08-161-1/+2
* bitbake: bitbake: Add event mask flag supportBogdan Marinescu2013-06-141-5/+18
* bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie2013-06-141-10/+3
* bitbake: cooker/cookerdata/event: Improve class handlers managementRichard Purdie2013-05-241-1/+10
* bitbake: event: Drop Handled/NotHandled status return valuesRichard Purdie2013-05-241-11/+0
* bitbake: event/hob: Add a button for network tests in the proxy settingsBogdan Marinescu2012-10-241-0/+16
* bitbake: Add sanity check progress screenBogdan Marinescu2012-09-271-1/+2
* bitbake: event.py, knotty.py, ncurses.py, runningbuild.py: Add support for Lo...Jason Wessel2012-09-241-0/+9
* bitbake: compat, event: use OrderedDict from py2.7 for the event handlersChristopher Larson2012-09-201-1/+2
* bitbake: lib/bb/event: improve handling of event queue on exitPaul Eggleton2012-09-141-0/+12
* 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