| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: event/build: Drop stdout specific handling for python messages as th... | Richard Purdie | 2011-02-07 | 1 | -7/+0 |
* | bitbake/build.py: When looking up extra stamp info for setscene tasks, use th... | Richard Purdie | 2011-01-27 | 1 | -2/+6 |
* | bitbake: Introduce stamp-extra-info task flag into stamp filenames | Dongxiao Xu | 2011-01-18 | 1 | -3/+9 |
* | bitbake/build.py: Allow FuncFailed error to have an optional message | Richard Purdie | 2011-01-17 | 1 | -2/+5 |
* | bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep... | Richard Purdie | 2011-01-17 | 1 | -3/+3 |
* | build: remove duplicate import of utils | Bernhard Reutner-Fischer | 2011-01-12 | 1 | -1/+0 |
* | *: use utils.remove() some more | Bernhard Reutner-Fischer | 2011-01-12 | 1 | -4/+2 |
* | bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch... | Richard Purdie | 2011-01-07 | 1 | -1/+1 |
* | bitbake build/siggen/runqueue: Fix stampfile parameters | Richard Purdie | 2011-01-06 | 1 | -2/+3 |
* | 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 |