bitbake/lib/bb/utils.py:
[vuplus_bitbake] / lib / bb / shell.py
2006-01-12 Holger Hans Peter... bitbake/lib/bb/shell.py:
2005-09-08 Michael 'Mickey... parser: add function to update the mtime for one file...
2005-07-07 Michael 'Mickey... Shell:
2005-07-06 Michael 'Mickey... Shell:
2005-07-06 Michael 'Mickey... Shell:
2005-07-06 Michael 'Mickey... Shell: grab a deepcopy from the initial cooker data...
2005-07-05 Michael 'Mickey... This (large) patch reintegrates the bb.make module...
2005-06-21 Holger Hans Peter... bitbake Poke Changes:
2005-06-21 Michael 'Mickey... - fix _findProvider() for 'PN-PV'
2005-06-17 Michael 'Mickey... - add 'alias' command to allow shortcuts for commands
2005-06-17 Michael 'Mickey... - add 'peek' command: Example Usage: peek nano SRC_URI
2005-06-17 Michael 'Mickey... make edit command more consistent:
2005-06-16 Michael 'Mickey... - fix pasteLog and pasteBin failure codepaths. Thanks...
2005-06-16 Michael 'Mickey... - add 'showdata' command
2005-06-16 Michael 'Mickey... - add 'getvar' to print out a variable from the outer...
2005-06-14 Michael 'Mickey... - add 'fetch', 'unpack', 'patch', 'configure', 'compile...
2005-06-10 Michael 'Mickey... OO overhaul:
2005-06-10 Michael 'Mickey... - capture bb.parse exception in 'filebuild'
2005-06-09 Michael 'Mickey... add 'shell <command>' which hands a command over to...
2005-06-09 Michael 'Mickey... Use socket.gethostname() instead of os.environ["HOST...
2005-06-09 Michael 'Mickey... Greatly improve pastebin functionality:
2005-06-08 Michael 'Mickey... add pastebin command to upload the latest error log...
2005-06-07 Michael 'Mickey... build in a try/except block and intercept faulty builds
2005-06-01 Michael 'Mickey... use cooker.findBestProvider() for the 'which' command
2005-05-30 Michael 'Mickey... add ; as command seperator
2005-05-30 Michael 'Mickey... add some more things to TODO
2005-05-30 Michael 'Mickey... - fix bug in file*** commands (need to clean the _task_...
2005-05-29 Michael 'Mickey... major update:
2005-05-27 Michael 'Mickey... - add command specific tab completion
2005-05-26 Michael 'Mickey... some fixes
2005-05-26 Michael 'Mickey... add bbfile completion
2005-05-26 Michael 'Mickey... - add more commands: edit, clean, rebuild.
2005-05-25 Michael 'Mickey... Python 2.3.x compatibility fix
2005-05-25 Michael 'Mickey... add first (preview) version of the bitbake interactive...