index
:
bitbake
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.28
1.3
1.30
1.32
1.34
1.36
1.38
1.4
1.40
1.42
1.44
1.46
1.48
1.50
1.52
1.6
1.8
2.0
2.10
2.2
2.4
2.6
2.8
master
master-next
master-poky
next
pristine-tar
sphinx
wmat
wmat2
Bitbake Development tree
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bb
/
command.py
Age
Commit message (
Expand
)
Author
2010-12-16
Run the server and UI in separate processes
Bob Foerster
2010-12-10
Rename command events, adjust compareRevisions
Chris Larson
2010-12-08
cooker: add shutdown/stop methods
Chris Larson
2010-12-08
cooker: merge cookerState and cookerAction
Chris Larson
2010-06-18
Add missing 'return False' to the SystemExit handler in runAsyncCommand
Chris Larson
2010-06-10
Handle SystemExit and KeyboardInterrupt sanely when executing a command
Chris Larson
2010-04-09
Formatting cleanups
Chris Larson
2010-03-24
bb/command was importing bb and accessing some of its own classes indirectly ...
Chris Larson
2010-01-19
event.py: Pass the datastore to the fire command, don't build it into events
Richard Purdie
2009-10-17
Add a compare-versions command which returns whether the SRCREV versions have...
Richard Purdie
2009-07-23
command/cooker: Remve the need for the cache for -e -b options
Richard Purdie
2009-07-23
command/cooker: Improve showEnvironment functionality
Richard Purdie
2009-07-23
cooker.py: Improve server idle handling (from Poky)
Richard Purdie
2008-12-06
command.py: Standardise to getVariable and setVariable functions for consiste...
Richard Purdie
2008-12-06
Pass around the tasks to execute rather than using magic variables. Also use ...
Richard Purdie
2008-12-06
Rename online/offline to sync/async for less confusion (from Rob Bradford in ...
Richard Purdie
2008-03-15
cooker.py: Turn buildFile into a fully blown offline command with idle functi...
Richard Purdie
2008-01-06
Fix shell showdata command (#3259)
Richard Purdie
2007-08-25
command.py: Add generateDepTreeEvent command
Richard Purdie
2007-08-18
command.py: Add readVariable command
Richard Purdie
2007-08-18
command.py: Add parseFiles command. Tweak cooker to match
Richard Purdie
2007-08-18
command.py: Turn showEnvironment into an offline command
Richard Purdie
2007-08-18
Add the command module (needs rewriting)
Richard Purdie