aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2005-06-15BitBake (minor update):Holger Hans Peter Freyther
2005-06-15Keep all temporary files in proper place not in TMPDIR (patch by Holger Schurig)Marcin Juszkiewicz
2005-06-14bitbake/lib/bb/__init__.pyHolger Hans Peter Freyther
2005-06-14- add 'fetch', 'unpack', 'patch', 'configure', 'compile', 'stage'Michael 'Mickey' Lauer
2005-06-13BitBake:Holger Hans Peter Freyther
2005-06-11collect_bbfiles:Michael 'Mickey' Lauer
2005-06-10OO overhaul:Michael 'Mickey' Lauer
2005-06-10- capture bb.parse exception in 'filebuild'Michael 'Mickey' Lauer
2005-06-09add 'shell <command>' which hands a command over to the shell and dumps the o...Michael 'Mickey' Lauer
2005-06-09Use socket.gethostname() instead of os.environ["HOST"]. That should work on a...Michael 'Mickey' Lauer
2005-06-09Greatly improve pastebin functionality:Michael 'Mickey' Lauer
2005-06-08remove sys.exc_info() hack and instead use the magic .args variable of the ex...Michael 'Mickey' Lauer
2005-06-08add pastebin command to upload the latest error log (if there is one)Michael 'Mickey' Lauer
2005-06-08- set magic args attribute for event exceptionMichael 'Mickey' Lauer
2005-06-07build in a try/except block and intercept faulty buildsMichael 'Mickey' Lauer
2005-06-06bitbake/bin/bitdoc:Holger Hans Peter Freyther
2005-06-03catch build exceptions also when building just one fileMichael 'Mickey' Lauer
2005-06-02bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-06-01use cooker.findBestProvider() for the 'which' commandMichael 'Mickey' Lauer
2005-05-31bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-30calculate absolute path when parsing a bitbake file. this fixes -b withMichael 'Mickey' Lauer
2005-05-30fix stupid typo. this repairs bitbake -fMichael 'Mickey' Lauer
2005-05-30add ; as command seperatorMichael 'Mickey' Lauer
2005-05-30add some more things to TODOMichael 'Mickey' Lauer
2005-05-30- fix bug in file*** commands (need to clean the _task_cache perMichael 'Mickey' Lauer
2005-05-30remove accidantly commited debug lineMichael 'Mickey' Lauer
2005-05-29major update:Michael 'Mickey' Lauer
2005-05-29misc. refactoring bits for bin/bitbake:Michael 'Mickey' Lauer
2005-05-28bitbake/lib/bb/*:1.3.0Holger Hans Peter Freyther
2005-05-28bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-05-27- add command specific tab completionMichael 'Mickey' Lauer
2005-05-26bitbake:Holger Hans Peter Freyther
2005-05-26some fixesMichael 'Mickey' Lauer
2005-05-26catch parse error in parseConfigurationFile()Michael 'Mickey' Lauer
2005-05-26add bbfile completionMichael 'Mickey' Lauer
2005-05-26- remove checking for return if parse-only is set when executing just one BBMichael 'Mickey' Lauer
2005-05-26have bb.parse.handle() throw ParseError if the input file is not Phil Blundell
2005-05-26- add more commands: edit, clean, rebuild.Michael 'Mickey' Lauer
2005-05-25call update_data right after parsing the conf filesMichael 'Mickey' Lauer
2005-05-25Python 2.3.x compatibility fixMichael 'Mickey' Lauer
2005-05-25add first (preview) version of the bitbake interactive modeMichael 'Mickey' Lauer
2005-05-25bitbake: factor out methods parseConfigurationFile() and handleCollections()Michael 'Mickey' Lauer
2005-05-25tolerate ${...} in function namesPhil Blundell
2005-05-24Mickey's style and performance tunings, volume I:Michael 'Mickey' Lauer
2005-05-23update data to make _append's etc. appear. patch courtesy BB-MeisterMichael 'Mickey' Lauer
2005-05-23bitbake/MANIFEST:Holger Hans Peter Freyther
2005-05-23bitbake/lib/bb module:Holger Hans Peter Freyther
2005-05-23bitbake/TODO:Holger Hans Peter Freyther
2005-05-23Slight OO refactoring of BitBake command line utility in order toMichael 'Mickey' Lauer
2005-05-22bitbake/bin/bitbake:Holger Hans Peter Freyther