index
:
poky
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
danny
denzil
dizzy
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
fido
gatesgarth
gatesgarth-next
green
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
laverne
master
master-next
master-uninative
morty
pinky
purple
pyro
rocko
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
Poky Build Tool and Metadata
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
event.py
Age
Commit message (
Expand
)
Author
2012-09-24
bitbake: event.py, knotty.py, ncurses.py, runningbuild.py: Add support for Lo...
Jason Wessel
2012-09-20
bitbake: compat, event: use OrderedDict from py2.7 for the event handlers
Christopher Larson
2012-09-14
bitbake: lib/bb/event: improve handling of event queue on exit
Paul Eggleton
2012-08-22
bitbake: event/ast: Use better_exec instead of simple_exec
Richard Purdie
2012-08-02
bitbake: monitordisk: fire event DISKFULL when terminate build
Kang Kai
2012-05-30
hob: handle sanity check failures as a separate event
Paul Eggleton
2012-04-24
event.py: Add SanityCheck and SanityCheckPassed events
Dongxiao Xu
2012-02-23
bitbake: change for adding progress bar in Hob2.
Shane Wang
2012-02-23
event.py: Add new events RequestPackageInfo and PackageInfo
Dongxiao Xu
2012-01-06
cooker: remove command import in cooker.py
Dongxiao Xu
2011-09-02
bitbake/event: Allow event handlers to quietly raise SkipPackage events
Richard Purdie
2011-07-27
bitbake: show more information for NoProvider errors
Paul Eggleton
2011-07-21
event: fix the event display order when exiting early
Chris Larson
2011-07-01
cooker|command|event: add new command findFilesMatchingInDir
Joshua Lock
2011-07-01
command|cooker|event: add findConfigFilePath command
Joshua Lock
2011-06-09
bitbake/event/ast: Add RecipePreFinalise event
Richard Purdie
2011-06-08
Shift exception formatting into the UI
Chris Larson
2011-06-08
bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc server
Richard Purdie
2011-06-02
event: don't catch systemexit from handler execution
Chris Larson
2011-05-06
event: improve output for syntax errors in handlers
Chris Larson
2011-05-06
event: improve output when eventhandler exec fails
Chris Larson
2011-05-06
event: register event handler functions, not code objects
Chris Larson
2011-02-24
bitbake/event: fix some whitespace issues
Joshua Lock
2011-02-24
bitbake: implement command to find configuration files for a config variable
Joshua Lock
2011-02-24
bitbake: implement command to get all possible targets and their dependencies
Joshua Lock
2011-02-07
bitbake: event/build: Drop stdout specific handling for python messages as th...
Richard Purdie
2011-01-10
Inject taskpid into log records via our log handler
Chris Larson
2011-01-10
bitbake: Update event queue handling to match upstream bitbake
Richard Purdie
2011-01-06
event: use BBLogFormatter in print_ui_queue
Chris Larson
2011-01-04
event: fix unicode handler registration
Bernhard Reutner-Fischer
2011-01-04
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
Show the user progress when loading the cache
Bob Foerster
2011-01-04
event: use cPickle for events
Chris Larson
2011-01-04
bb.event: fix MsgBase ref in fire_class_handlers
Chris Larson
2011-01-04
cooker: no cached in progressbar and add ETA
Chris Larson
2011-01-04
cache: sync the cache file to disk in the background
Chris Larson
2011-01-04
Fix syntax issue and don't include 'd' in ui_queue
Chris Larson
2011-01-04
Queue up events before the UI is spawned
Chris Larson
2011-01-04
Turn Event into a new style class
Chris Larson
2011-01-04
Use logging in the knotty ui, and pass the log record across directly
Chris Larson
2011-01-04
Use the python logging module under the hood for bb.msg
Chris Larson
2010-08-20
bitbake: Correctly route events from the worker to the server
Richard Purdie
2010-08-19
bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...
Richard Purdie
2010-07-02
Move the output of no provider and multiple provider messages into the UI
Chris Larson
2010-07-02
Apply the 2to3 print function transform
Chris Larson
2010-07-02
Import fixups
Chris Larson
2010-07-02
Formatting cleanups
Chris Larson
2010-07-02
Don't run metadata event handlers for bb.msg events
Chris Larson
2010-07-02
bb.event: NotHandled and Handled are on the way out
Chris Larson
2010-07-02
Add & utilize a simple_exec utility function
Chris Larson
[next]