| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bitbake: Update event queue handling to match upstream bitbake | Richard Purdie | 2011-01-10 | 2 | -6/+3 |
* | bitbake/runqueue.py: Sync with changes in upstream bitbake | Richard Purdie | 2011-01-10 | 1 | -90/+80 |
* | bitbake/fetch: Sync up logger/whitespace improvements | Richard Purdie | 2011-01-10 | 1 | -10/+13 |
* | bitbake/utils.py: Drop unused function extend_deps() | Richard Purdie | 2011-01-10 | 1 | -11/+0 |
* | bitbake: Sync environment handling function names and comments with upstream ... | Richard Purdie | 2011-01-10 | 2 | -13/+13 |
* | parse: pass filename, lineno into the ast | Chris Larson | 2011-01-10 | 3 | -60/+68 |
* | cache: don't expand variables for skipped recipes | Chris Larson | 2011-01-10 | 1 | -10/+13 |
* | bitbake/knotty.py: Don't show log messages of NOTE and below for task processes | Richard Purdie | 2011-01-08 | 1 | -3/+3 |
* | bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec... | Richard Purdie | 2011-01-08 | 1 | -0/+8 |
* | bitbake/msg.py: Add named definitions for all logging levels | Richard Purdie | 2011-01-08 | 1 | -6/+11 |
* | bitbake/runqueue.py: Remove duplicate TaskStarted event fire() | Richard Purdie | 2011-01-07 | 1 | -2/+0 |
* | bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch... | Richard Purdie | 2011-01-07 | 1 | -1/+1 |
* | bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea... | Richard Purdie | 2011-01-07 | 1 | -6/+5 |
* | bitbake/cache.py: Expansion of variables in skipped recipes should not be att... | Richard Purdie | 2011-01-07 | 1 | -1/+10 |
* | bitbake/data.py: corrected the output for shell syntax. | Lianhao Lu | 2011-01-07 | 1 | -1/+3 |
* | bitbake/siggen.py: Add a signature generator which adds the hash to the stamp... | Richard Purdie | 2011-01-07 | 1 | -0/+11 |
* | bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignored | Richard Purdie | 2011-01-06 | 1 | -1/+1 |
* | bitbake build/siggen/runqueue: Fix stampfile parameters | Richard Purdie | 2011-01-06 | 3 | -9/+10 |
* | 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 |
* | parse.ast: drop __word__ regular expression | Chris Larson | 2011-01-06 | 1 | -4/+3 |
* | parse.ast: avoid code duplication for inherit | Chris Larson | 2011-01-06 | 2 | -11/+6 |
* | event: use BBLogFormatter in print_ui_queue | Chris Larson | 2011-01-06 | 1 | -1/+2 |
* | 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 | 3 | -5/+1 |
* | Resurrect alternative UIs | Bob Foerster | 2011-01-05 | 7 | -90/+299 |
* | bitbake: build.py logging updates | Richard Purdie | 2011-01-05 | 1 | -16/+23 |
* | bitbake: Fix process.py to accept None as the log option | Richard Purdie | 2011-01-05 | 1 | -1/+1 |
* | Update persist_data usage to the new API | Chris Larson | 2011-01-05 | 1 | -18/+15 |
* | persist_data: resurrect the lock wait for selects | Chris Larson | 2011-01-05 | 1 | -7/+7 |
* | Rework the persist_data API | Chris Larson | 2011-01-05 | 1 | -72/+137 |
* | Revert "persist_data: cache connection and use cursor" | Chris Larson | 2011-01-05 | 2 | -13/+7 |
* | ConfHandler: commentary typo fixes | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -3/+3 |
* | event: fix unicode handler registration | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | cache: defer marking fn as clean | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -4/+1 |
* | BBHandler: use basename directly in handler() | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | data: fewer newlines for (un)export | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | parse: Use constants from stat instead of magic numbers | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -3/+4 |
* | bitbake: Sync a load of whitespace and other non-functionality changes with b... | Richard Purdie | 2011-01-04 | 12 | -85/+87 |
* | bitbake/contrib: Sync with bitbake upstream | Richard Purdie | 2011-01-04 | 3 | -104/+204 |
* | process: fix handling of the input argument | Chris Larson | 2011-01-04 | 1 | -16/+19 |
* | depexp: add sorting of all package lists | Bob Foerster | 2011-01-04 | 1 | -0/+2 |
* | pysh: add missing os.path import | Chris Larson | 2011-01-04 | 1 | -0/+1 |
* | runqueue: fix typo in documentation of calculate_task_weights | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | runqueue: use fewer newlines in error path | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -2/+2 |
* | logger usage cleanup | Chris Larson | 2011-01-04 | 2 | -2/+2 |
* | utils: fix typo in error message | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | Move LAYERDIR expansion hack into DataSmart | Chris Larson | 2011-01-04 | 2 | -13/+22 |