summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2005-07-10Prepare for the new tokenizer C-based parser as optional parser.Holger Hans Peter Freyther
2005-07-10trunk/bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-07-08bitbake/bin/bitdoc:Holger Hans Peter Freyther
2005-07-07Shell:Michael 'Mickey' Lauer
2005-07-06Shell:Michael 'Mickey' Lauer
2005-07-06Shell:Michael 'Mickey' Lauer
2005-07-06bitbake/Holger Hans Peter Freyther
2005-07-06Shell: grab a deepcopy from the initial cooker data to reuseMichael 'Mickey' Lauer
2005-07-06add missing self to find_bbfiles() and get_bbfile()Michael 'Mickey' Lauer
2005-07-06remove last trace of make.pyMichael 'Mickey' Lauer
2005-07-05This (large) patch reintegrates the bb.make module into the bitbake executable.Michael 'Mickey' Lauer
2005-06-30Fix for #88 - written by proti:Marcin Juszkiewicz
2005-06-27Patch by Yann Dirson to show a more verbose error logHolger Hans Peter Freyther
2005-06-21bitbake Poke Changes:Holger Hans Peter Freyther
2005-06-21- fix _findProvider() for 'PN-PV'Michael 'Mickey' Lauer
2005-06-18bitbake/bin/bitbake:Holger Hans Peter Freyther
2005-06-18bitbake/lib/bb/build.py:Holger Hans Peter Freyther
2005-06-17make the cache also work when you use softlinks to the packages - patch court...Michael 'Mickey' Lauer
2005-06-17- add 'alias' command to allow shortcuts for commandsMichael 'Mickey' Lauer
2005-06-17- add 'peek' command: Example Usage: peek nano SRC_URIMichael 'Mickey' Lauer
2005-06-17make edit command more consistent:Michael 'Mickey' Lauer
2005-06-16- fix pasteLog and pasteBin failure codepaths. Thanks to keturn for spotting.Michael 'Mickey' Lauer
2005-06-16- add 'showdata' commandMichael 'Mickey' Lauer
2005-06-16- add 'getvar' to print out a variable from the outer environmentMichael 'Mickey' Lauer
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