aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BitBake (minor update):Holger Hans Peter Freyther2005-06-153-247/+0
* Keep all temporary files in proper place not in TMPDIR (patch by Holger Schurig)Marcin Juszkiewicz2005-06-151-1/+0
* bitbake/lib/bb/__init__.pyHolger Hans Peter Freyther2005-06-141-1/+1
* - add 'fetch', 'unpack', 'patch', 'configure', 'compile', 'stage'Michael 'Mickey' Lauer2005-06-141-8/+46
* BitBake:Holger Hans Peter Freyther2005-06-131-24/+6
* collect_bbfiles:Michael 'Mickey' Lauer2005-06-111-6/+13
* OO overhaul:Michael 'Mickey' Lauer2005-06-101-374/+392
* - capture bb.parse exception in 'filebuild'Michael 'Mickey' Lauer2005-06-101-7/+11
* add 'shell <command>' which hands a command over to the shell and dumps the o...Michael 'Mickey' Lauer2005-06-091-2/+7
* Use socket.gethostname() instead of os.environ["HOST"]. That should work on a...Michael 'Mickey' Lauer2005-06-091-2/+2
* Greatly improve pastebin functionality:Michael 'Mickey' Lauer2005-06-091-23/+99
* remove sys.exc_info() hack and instead use the magic .args variable of the ex...Michael 'Mickey' Lauer2005-06-081-7/+6
* add pastebin command to upload the latest error log (if there is one)Michael 'Mickey' Lauer2005-06-081-3/+59
* - set magic args attribute for event exceptionMichael 'Mickey' Lauer2005-06-081-14/+5
* build in a try/except block and intercept faulty buildsMichael 'Mickey' Lauer2005-06-071-3/+6
* bitbake/bin/bitdoc:Holger Hans Peter Freyther2005-06-061-0/+510
* catch build exceptions also when building just one fileMichael 'Mickey' Lauer2005-06-031-1/+5
* bitbake/bin/bitbake:Holger Hans Peter Freyther2005-06-021-10/+7
* use cooker.findBestProvider() for the 'which' commandMichael 'Mickey' Lauer2005-06-011-14/+15
* bitbake/bin/bitbake:Holger Hans Peter Freyther2005-05-311-128/+76
* calculate absolute path when parsing a bitbake file. this fixes -b withMichael 'Mickey' Lauer2005-05-301-3/+3
* fix stupid typo. this repairs bitbake -fMichael 'Mickey' Lauer2005-05-301-1/+1
* add ; as command seperatorMichael 'Mickey' Lauer2005-05-301-21/+72
* add some more things to TODOMichael 'Mickey' Lauer2005-05-301-1/+7
* - fix bug in file*** commands (need to clean the _task_cache perMichael 'Mickey' Lauer2005-05-301-17/+32
* remove accidantly commited debug lineMichael 'Mickey' Lauer2005-05-301-1/+0
* major update:Michael 'Mickey' Lauer2005-05-291-67/+110
* misc. refactoring bits for bin/bitbake:Michael 'Mickey' Lauer2005-05-291-64/+46
* bitbake/lib/bb/*:1.3.0Holger Hans Peter Freyther2005-05-282-2/+2
* bitbake/bin/bitbake:Holger Hans Peter Freyther2005-05-281-2/+1
* - add command specific tab completionMichael 'Mickey' Lauer2005-05-271-14/+40
* bitbake:Holger Hans Peter Freyther2005-05-262-2/+2
* some fixesMichael 'Mickey' Lauer2005-05-261-8/+18
* catch parse error in parseConfigurationFile()Michael 'Mickey' Lauer2005-05-261-0/+2
* add bbfile completionMichael 'Mickey' Lauer2005-05-261-12/+44
* - remove checking for return if parse-only is set when executing just one BBMichael 'Mickey' Lauer2005-05-261-6/+2
* have bb.parse.handle() throw ParseError if the input file is not Phil Blundell2005-05-261-1/+1
* - add more commands: edit, clean, rebuild.Michael 'Mickey' Lauer2005-05-261-12/+56
* call update_data right after parsing the conf filesMichael 'Mickey' Lauer2005-05-251-0/+2
* Python 2.3.x compatibility fixMichael 'Mickey' Lauer2005-05-251-0/+4
* add first (preview) version of the bitbake interactive modeMichael 'Mickey' Lauer2005-05-251-0/+175
* bitbake: factor out methods parseConfigurationFile() and handleCollections()Michael 'Mickey' Lauer2005-05-253-48/+59
* tolerate ${...} in function namesPhil Blundell2005-05-251-1/+1
* Mickey's style and performance tunings, volume I:Michael 'Mickey' Lauer2005-05-241-10/+10
* update data to make _append's etc. appear. patch courtesy BB-MeisterMichael 'Mickey' Lauer2005-05-231-0/+1
* bitbake/MANIFEST:Holger Hans Peter Freyther2005-05-231-0/+1
* bitbake/lib/bb module:Holger Hans Peter Freyther2005-05-231-1/+1
* bitbake/TODO:Holger Hans Peter Freyther2005-05-231-4/+6
* Slight OO refactoring of BitBake command line utility in order toMichael 'Mickey' Lauer2005-05-231-584/+611
* bitbake/bin/bitbake:Holger Hans Peter Freyther2005-05-221-115/+128