| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/bitbake-runtask: Since the parent has set the environment up cleanly ... | Richard Purdie | 2010-12-10 | 1 | -2/+2 |
* | bitbake: Overhaul environment handling | Richard Purdie | 2010-12-09 | 5 | -17/+48 |
* | bitbake/cooker: fix idle command processing in servers | Joshua Lock | 2010-12-09 | 1 | -1/+1 |
* | bitbake/goggle: add a ProgressBar for parse progress | Joshua Lock | 2010-12-07 | 1 | -3/+6 |
* | bitbake/goggle: automatically show most recently added message | Joshua Lock | 2010-12-07 | 1 | -0/+4 |
* | bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7 | Joshua Lock | 2010-12-07 | 1 | -2/+66 |
* | bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event() | Joshua Lock | 2010-12-07 | 1 | -1/+9 |
* | bitbake/depexp: Factor ProgressBar into a separate class in crumbs/ | Joshua Lock | 2010-12-07 | 2 | -15/+21 |
* | bitbake/goggle: interaction tweaks | Joshua Lock | 2010-12-07 | 1 | -0/+2 |
* | bitbake/crumbs: fix the event name determination | Joshua Lock | 2010-12-07 | 1 | -1/+1 |
* | bitbake/crumbs: do the test for ignored messages sooner | Joshua Lock | 2010-12-07 | 1 | -4/+3 |
* | bitbake/crumbs: Fix crumbs UI for bitbake event class name changes | Joshua Lock | 2010-12-07 | 1 | -3/+4 |
* | siggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST | Kevin Tian | 2010-12-07 | 1 | -4/+8 |
* | bitbake/data_smart: Refactor _append/_prepend code to remove duplication | Richard Purdie | 2010-12-07 | 1 | -36/+23 |
* | bitbake/data_smart: Fix append/prepend/override ordering issue | Richard Purdie | 2010-12-07 | 1 | -8/+16 |
* | siggen.py: set 'runtaskdeps' correctly | Kevin Tian | 2010-12-06 | 1 | -6/+2 |
* | bitbake/utils.py: Improve traceback to be more helpful/clear to users | Richard Purdie | 2010-12-05 | 1 | -7/+23 |
* | bitbake/utils.py: Ensure the last lines of functions are printed in tracebacks | Richard Purdie | 2010-12-05 | 1 | -2/+5 |
* | bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an... | Richard Purdie | 2010-11-28 | 1 | -2/+9 |
* | bitbake: Simplfy pre and post cooker hooks | Richard Purdie | 2010-11-28 | 3 | -16/+9 |
* | bitbake/runqueue.py: Fix stamp handling for noexec tasks | Richard Purdie | 2010-11-28 | 1 | -1/+1 |
* | siggen.py: fix comparison around runtaskdeps | Kevin Tian | 2010-11-15 | 1 | -2/+2 |
* | bitbake-runtask-strace: simple shell script to wrap tasks in a strace call | Joshua Lock | 2010-11-14 | 1 | -0/+8 |
* | bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba... | Richard Purdie | 2010-11-13 | 4 | -39/+73 |
* | bitbake/fetch: Allow checking of a single url at a time (massive sstate speed... | Richard Purdie | 2010-11-13 | 1 | -2/+5 |
* | bitbake/fetch: Fix handling of mirrors when checking for url validity | Richard Purdie | 2010-11-13 | 1 | -2/+4 |
* | Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr... | Richard Purdie | 2010-11-13 | 1 | -4/+0 |
* | Revert "bitbake/fetch/local: Fix os.exists reference" | Richard Purdie | 2010-11-13 | 1 | -1/+1 |
* | bitbake/fetch/local: Fix os.exists reference | Richard Purdie | 2010-11-13 | 1 | -1/+1 |
* | bitbake/fetch/local: Also check DL_DIR for files since they could already exi... | Richard Purdie | 2010-11-13 | 1 | -0/+4 |
* | bitbake.runqueue.py: Fix no exec task handling to correct counter housekeeping | Richard Purdie | 2010-11-07 | 1 | -2/+4 |
* | bitbake: Add support for 'noexec' tasks | Richard Purdie | 2010-11-06 | 2 | -0/+13 |
* | bitbake/siggen: Allow siggen code to control final stampfile format | Richard Purdie | 2010-11-06 | 2 | -3/+9 |
* | bitbake/siggen: Provide better warnings about empty tasks | Richard Purdie | 2010-11-02 | 1 | -0/+2 |
* | bitbake/siggen: Fix finalise call arguments | Richard Purdie | 2010-11-01 | 1 | -1/+1 |
* | bitbake/fetch: When fetchers return errors, ensure any partial download is cl... | Richard Purdie | 2010-10-23 | 1 | -0/+9 |
* | bitbake/fetch: Make URL checking slightly less verbose (distracting with the ... | Richard Purdie | 2010-10-22 | 1 | -1/+1 |
* | pseudo/fakeroot: Move the pseudo directory creation into bitbake | Richard Purdie | 2010-10-22 | 1 | -0/+4 |
* | bitbake/fetch/git: Ensure fullclone repositories are fully fetched | Richard Purdie | 2010-10-19 | 1 | -1/+4 |
* | bitbake/fetcher: Deal with a ton of different bugs | Richard Purdie | 2010-10-19 | 2 | -36/+38 |
* | bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballs | Richard Purdie | 2010-10-19 | 1 | -1/+5 |
* | bitbake-runtask: Ensure logging settings take effect in the worker process (a... | Richard Purdie | 2010-10-14 | 2 | -1/+5 |
* | bitbake/runqueue: make the runtask program configurable | Joshua Lock | 2010-10-12 | 1 | -1/+2 |
* | bitbake/build.py: Write logfiles on a per task basis, not per function | Richard Purdie | 2010-10-11 | 1 | -71/+78 |
* | bitbake-runtask: Ensure logging options are inherited from the parent | Richard Purdie | 2010-10-11 | 2 | -7/+15 |
* | bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ... | Richard Purdie | 2010-10-09 | 1 | -0/+2 |
* | bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with... | Richard Purdie | 2010-10-07 | 1 | -1/+1 |
* | bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a... | Richard Purdie | 2010-10-07 | 1 | -5/+8 |
* | Export ALL_PROXY for bitbake commands | Darren Hart | 2010-10-07 | 1 | -1/+4 |
* | bitbake/sstate: Implement a lookup function to speed up setscene processing | Richard Purdie | 2010-10-05 | 2 | -1/+28 |