| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Access metadata vars as locals in python snippets | Chris Larson | 2011-01-04 | 1 | -1/+14 |
* | Fix __getitem__ for DataSmart | Chris Larson | 2011-01-04 | 1 | -2/+6 |
* | fetchers: Use tar --exclude pattern to remove SCM files | Khem Raj | 2011-01-04 | 5 | -5/+5 |
* | Fix syntax issue and don't include 'd' in ui_queue | Chris Larson | 2011-01-04 | 2 | -4/+4 |
* | Queue up events before the UI is spawned | Chris Larson | 2011-01-04 | 4 | -51/+78 |
* | Fix another little bug with undefined var from cache | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | bb.cache: fix bug from last commit with loading from cache | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Reduce bb.cache memory usage a bit | Chris Larson | 2011-01-04 | 1 | -2/+3 |
* | Fix FuncFailed construction | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Restore FuncFailed argument compatibility | Chris Larson | 2011-01-04 | 1 | -5/+11 |
* | Only reference logfiles that exist | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Fix bitbake -k issue introduced by build exception cleanup | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | Don't show tracebacks for SystemExit or KeyboardInterrupt | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Fix exit code display for task failure | Chris Larson | 2011-01-04 | 1 | -2/+4 |
* | FIXUP: runqueue bb.debug refs | Richard Purdie | 2011-01-04 | 1 | -2/+2 |
* | Simplify build exception handling | Chris Larson | 2011-01-04 | 3 | -36/+30 |
* | Turn Event into a new style class | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Work around issue with pickling of traceback objects | Chris Larson | 2011-01-04 | 1 | -0/+4 |
* | Apply fix for issue where the loggers were constructed with the wrong class | Chris Larson | 2011-01-04 | 1 | -1/+4 |
* | Fix providerlog NameError | Chris Larson | 2011-01-04 | 1 | -3/+3 |
* | Drop 'fn' arguments to bb.msg functions | Chris Larson | 2011-01-04 | 1 | -7/+7 |
* | Add pending deprecation warnings to the bb.msg functions | Chris Larson | 2011-01-04 | 1 | -2/+14 |
* | Switch bitbake internals to use logging directly rather than bb.msg | Chris Larson | 2011-01-04 | 27 | -316/+368 |
* | Use logging in the knotty ui, and pass the log record across directly | Chris Larson | 2011-01-04 | 3 | -47/+53 |
* | Use the python logging module under the hood for bb.msg | Chris Larson | 2011-01-04 | 5 | -80/+138 |
* | Allow %20 in a file name in the SRC_URI | C Michael Sundius | 2011-01-04 | 1 | -1/+2 |
* | Make DataSmart inherit the MutableMapping ABC | Chris Larson | 2011-01-04 | 1 | -14/+20 |
* | Split out 'find next buildable task' into a separate generator function | Chris Larson | 2011-01-04 | 1 | -7/+13 |
* | Let the RunQueueScheduler control the number of active tasks | Chris Larson | 2011-01-04 | 1 | -12/+8 |
* | Add the ability to use runqueue schedulers from the metadata | Chris Larson | 2011-01-04 | 1 | -7/+23 |
* | Fix IndexError encountered when a 'depends' flag references a nonexistant task | Chris Larson | 2011-01-04 | 1 | -1/+3 |
* | Make realfile optional for better_exec, using the existing fn in the code object | Chris Larson | 2011-01-04 | 1 | -2/+4 |
* | When shutting down, send SIGTERM, not SIGINT | Chris Larson | 2010-12-31 | 1 | -2/+2 |
* | bb.utils: check if lock file is writable, to fix bug 606 | Yu Ke | 2010-12-30 | 1 | -0/+4 |
* | bitbake/depexp: fix early exit | Joshua Lock | 2010-12-22 | 1 | -1/+1 |
* | bitbake/fetch: Fix fetch error | Richard Purdie | 2010-12-21 | 1 | -3/+3 |
* | runqueue.py: set BB_TASKHASH approriately after moving to fork() | Kevin Tian | 2010-12-21 | 1 | -1/+2 |
* | bitbake/fetch: Only checksum downloads when they're first downloaded and a ch... | Richard Purdie | 2010-12-21 | 1 | -5/+5 |
* | bitbake/runqueue.py: Somehow the python environment mapping is failing so do ... | Richard Purdie | 2010-12-21 | 1 | -2/+8 |
* | bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch... | Richard Purdie | 2010-12-20 | 1 | -0/+1 |
* | bitbake/fetch: Checksum validity fixes | Richard Purdie | 2010-12-20 | 1 | -11/+7 |
* | FetchData: add SRC_URI checksum | Yu Ke | 2010-12-20 | 1 | -0/+49 |
* | siggen.py: print taskname when seeing mismatched hash in cache | Kevin Tian | 2010-12-20 | 1 | -1/+1 |
* | bitbake Revert bitbake exec() and go back to fork() for performace wins (firs... | Richard Purdie | 2010-12-17 | 2 | -60/+92 |
* | bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene... | Richard Purdie | 2010-12-17 | 1 | -1/+3 |
* | bitbake/runqueue: Clean up message log levels | Richard Purdie | 2010-12-17 | 1 | -5/+5 |
* | siggen.py: make sure stamp directory existing | Kevin Tian | 2010-12-16 | 1 | -0/+2 |
* | bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas... | Richard Purdie | 2010-12-16 | 1 | -4/+7 |
* | runqueue.py: use correct task ID when checking validity of setscene tasks | Kevin Tian | 2010-12-14 | 1 | -5/+11 |
* | bitbake: add optional expansion to getVarFlag() | Paul Eggleton | 2010-12-14 | 2 | -5/+8 |