Age | Commit message (Expand) | Author | Files |
2011-01-10 | runqueue.py: Drop unneeded import and improve quieterrors handling as per ups... | Richard Purdie | 1 |
2011-01-10 | bitbake: Update event queue handling to match upstream bitbake | Richard Purdie | 2 |
2011-01-10 | bitbake/runqueue.py: Sync with changes in upstream bitbake | Richard Purdie | 1 |
2011-01-10 | bitbake/fetch: Sync up logger/whitespace improvements | Richard Purdie | 1 |
2011-01-10 | bitbake/utils.py: Drop unused function extend_deps() | Richard Purdie | 1 |
2011-01-10 | bitbake: Sync environment handling function names and comments with upstream ... | Richard Purdie | 2 |
2011-01-10 | parse: pass filename, lineno into the ast | Chris Larson | 3 |
2011-01-10 | cache: don't expand variables for skipped recipes | Chris Larson | 1 |
2011-01-08 | bitbake/knotty.py: Don't show log messages of NOTE and below for task processes | Richard Purdie | 1 |
2011-01-08 | bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec... | Richard Purdie | 1 |
2011-01-08 | bitbake/msg.py: Add named definitions for all logging levels | Richard Purdie | 1 |
2011-01-07 | bitbake/runqueue.py: Remove duplicate TaskStarted event fire() | Richard Purdie | 1 |
2011-01-07 | bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch... | Richard Purdie | 1 |
2011-01-07 | bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea... | Richard Purdie | 1 |
2011-01-07 | bitbake/cache.py: Expansion of variables in skipped recipes should not be att... | Richard Purdie | 1 |
2011-01-07 | bitbake/data.py: corrected the output for shell syntax. | Lianhao Lu | 1 |
2011-01-07 | bitbake/siggen.py: Add a signature generator which adds the hash to the stamp... | Richard Purdie | 1 |
2011-01-06 | bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignored | Richard Purdie | 1 |
2011-01-06 | bitbake build/siggen/runqueue: Fix stampfile parameters | Richard Purdie | 3 |
2011-01-06 | bitbake build.py: Stamp handling improvements | Richard Purdie | 1 |
2011-01-06 | bitbake build.py: Use localdata for stamp handling, not d | Richard Purdie | 1 |
2011-01-06 | bitbake/build.py: Ditch the extract_stamp function as its just going to compl... | Richard Purdie | 1 |
2011-01-06 | parse.ast: drop __word__ regular expression | Chris Larson | 1 |
2011-01-06 | parse.ast: avoid code duplication for inherit | Chris Larson | 2 |
2011-01-06 | event: use BBLogFormatter in print_ui_queue | Chris Larson | 1 |
2011-01-06 | build: use logger.isEnabledFor, not getEffectiveLevel | Chris Larson | 1 |
2011-01-05 | bitbake: build.py: Logging of None was losing the logs so force this to stdou... | Richard Purdie | 1 |
2011-01-05 | bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l... | Richard Purdie | 3 |
2011-01-05 | Resurrect alternative UIs | Bob Foerster | 7 |
2011-01-05 | bitbake: build.py logging updates | Richard Purdie | 1 |
2011-01-05 | bitbake: Fix process.py to accept None as the log option | Richard Purdie | 1 |
2011-01-05 | Update persist_data usage to the new API | Chris Larson | 1 |
2011-01-05 | persist_data: resurrect the lock wait for selects | Chris Larson | 1 |
2011-01-05 | Rework the persist_data API | Chris Larson | 1 |
2011-01-05 | Revert "persist_data: cache connection and use cursor" | Chris Larson | 2 |
2011-01-04 | ConfHandler: commentary typo fixes | Bernhard Reutner-Fischer | 1 |
2011-01-04 | event: fix unicode handler registration | Bernhard Reutner-Fischer | 1 |
2011-01-04 | cache: defer marking fn as clean | Bernhard Reutner-Fischer | 1 |
2011-01-04 | BBHandler: use basename directly in handler() | Bernhard Reutner-Fischer | 1 |
2011-01-04 | data: fewer newlines for (un)export | Bernhard Reutner-Fischer | 1 |
2011-01-04 | parse: Use constants from stat instead of magic numbers | Bernhard Reutner-Fischer | 1 |
2011-01-04 | bitbake: Sync a load of whitespace and other non-functionality changes with b... | Richard Purdie | 12 |
2011-01-04 | bitbake/contrib: Sync with bitbake upstream | Richard Purdie | 3 |
2011-01-04 | process: fix handling of the input argument | Chris Larson | 1 |
2011-01-04 | depexp: add sorting of all package lists | Bob Foerster | 1 |
2011-01-04 | pysh: add missing os.path import | Chris Larson | 1 |
2011-01-04 | runqueue: fix typo in documentation of calculate_task_weights | Bernhard Reutner-Fischer | 1 |
2011-01-04 | runqueue: use fewer newlines in error path | Bernhard Reutner-Fischer | 1 |
2011-01-04 | logger usage cleanup | Chris Larson | 2 |
2011-01-04 | utils: fix typo in error message | Bernhard Reutner-Fischer | 1 |