| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bitbake build.py: Stamp handling improvements | Richard Purdie | 2011-01-06 | 1 | -5/+11 |
* | bitbake build.py: Use localdata for stamp handling, not d | Richard Purdie | 2011-01-06 | 1 | -2/+2 |
* | bitbake/build.py: Ditch the extract_stamp function as its just going to compl... | Richard Purdie | 2011-01-06 | 1 | -10/+9 |
* | build: use logger.isEnabledFor, not getEffectiveLevel | Chris Larson | 2011-01-06 | 1 | -2/+2 |
* | bitbake: build.py: Logging of None was losing the logs so force this to stdou... | Richard Purdie | 2011-01-05 | 1 | -1/+1 |
* | bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l... | Richard Purdie | 2011-01-05 | 1 | -0/+1 |
* | bitbake: build.py logging updates | Richard Purdie | 2011-01-05 | 1 | -16/+23 |
* | Use os.devnull, not /dev/null | Chris Larson | 2011-01-04 | 1 | -2/+1 |
* | build: fix FuncFailed for the no logfile case | Chris Larson | 2011-01-04 | 1 | -6/+2 |
* | build: ensure LogTee has a valid name property | Chris Larson | 2011-01-04 | 1 | -9/+7 |
* | build: fix -D with shell functions | Chris Larson | 2011-01-04 | 1 | -4/+18 |
* | build: send logging messages to the log file for python functions | Chris Larson | 2011-01-04 | 1 | -6/+8 |
* | build: use a contextmanager for locks | Chris Larson | 2011-01-04 | 1 | -13/+9 |
* | build: use bb.process instead of os.system | Chris Larson | 2011-01-04 | 1 | -180/+172 |
* | 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 |
* | Simplify build exception handling | Chris Larson | 2011-01-04 | 1 | -26/+26 |
* | Switch bitbake internals to use logging directly rather than bb.msg | Chris Larson | 2011-01-04 | 1 | -10/+16 |
* | bitbake: Add support for 'noexec' tasks | Richard Purdie | 2010-11-06 | 1 | -0/+1 |
* | bitbake/build.py: Write logfiles on a per task basis, not per function | Richard Purdie | 2010-10-11 | 1 | -71/+78 |
* | build.py: Add a symlink for the logging | Mark Hatle | 2010-10-01 | 1 | -0/+17 |
* | bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl... | Richard Purdie | 2010-09-13 | 1 | -1/+2 |
* | bitbake/data.py: Add emit_func() and generate_dependencies() functions | Richard Purdie | 2010-08-31 | 1 | -1/+1 |
* | bitbake: Correctly route events from the worker to the server | Richard Purdie | 2010-08-20 | 1 | -1/+7 |
* | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 2010-08-19 | 1 | -23/+41 |
* | bitbake/build.py: Note when calling functions that don't exist. Should probab... | Richard Purdie | 2010-08-12 | 1 | -0/+1 |
* | bitbake/build.py: Set the current taskname in the BB_CURRENTTASK variable | Richard Purdie | 2010-08-12 | 1 | -0/+1 |
* | *: Fix typo in documentation | Bernhard Reutner-Fischer | 2010-08-04 | 1 | -1/+1 |
* | bitbake/build.py: Add support for pre and postfuncs for tasks | Richard Purdie | 2010-08-04 | 1 | -0/+6 |
* | Switch a fatal usage to SystemExit ("T" not set) | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Drop unnecessarly duplicated messages wrt FuncFailed | Chris Larson | 2010-07-02 | 1 | -4/+1 |
* | Don't try to expand non-string values | Chris Larson | 2010-07-02 | 1 | -13/+15 |
* | Apply some 2to3 transforms that don't cause issues in 2.6 | Chris Larson | 2010-07-02 | 1 | -2/+2 |
* | Switch some references to moved functions | Chris Larson | 2010-07-02 | 1 | -3/+4 |
* | Import fixups | Chris Larson | 2010-07-02 | 1 | -1/+0 |
* | Formatting cleanups | Chris Larson | 2010-07-02 | 1 | -6/+5 |
* | Consolidate the exec/eval bits, switch anonfunc to better_exec, etc | Chris Larson | 2010-07-02 | 1 | -5/+3 |
* | bitbake: allow fakeroot functionality to be provided by an alternative program | Joshua Lock | 2010-06-25 | 1 | -1/+1 |
* | bitbake/build.py: No need for this gross hack now | Richard Purdie | 2010-01-27 | 1 | -3/+1 |
* | bitbake: Switch to bitbake-dev version (bitbake master upstream) | Richard Purdie | 2010-01-20 | 1 | -108/+118 |
* | build.py: Fix zero size logfile problems | Richard Purdie | 2009-11-13 | 1 | -2/+4 |
* | bitbake: Add bb and os to __builtins__, not the exec function global | Richard Purdie | 2009-10-13 | 1 | -6/+8 |
* | bitbake/build.py: Remove zero sized log files | Richard Purdie | 2009-09-24 | 1 | -0/+4 |
* | build.py: Fix task override handling (breaks compatibility but it didn't work... | Richard Purdie | 2008-05-21 | 1 | -1/+1 |
* | bitbake: build.py: Need to run expandKeys before launching tasks | Richard Purdie | 2008-05-13 | 1 | -0/+1 |
* | bitbake: Update to bitbake 1.8 branch head | Richard Purdie | 2008-03-03 | 1 | -152/+56 |
* | bitbake: Add support for task specific lockfiles | Richard Purdie | 2007-11-25 | 1 | -0/+8 |
* | bitbake: Sync with upstream, fix some typos, add selfstamp flag | Richard Purdie | 2007-11-25 | 1 | -1/+1 |