summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* BBHandler: use os.path in inherit()Bernhard Reutner-Fischer2011-01-041-1/+1
* BBHandler: simplify supports()Bernhard Reutner-Fischer2011-01-041-1/+2
* bb.cache: only log if the respective action was takenBernhard Reutner-Fischer2011-01-041-5/+8
* bb.pysh: add Case support to format_commandsChris Larson2011-01-041-0/+3
* bb.pysh: fix writing pyshtables all over the placeChris Larson2011-01-041-1/+4
* Move the pysh package into the bb packageChris Larson2011-01-0410-1/+1
* Allow mercurial fetcher to follow tipPeter Chubb2011-01-041-1/+8
* Fix GraphViz .dot output for rdepends and rrecsChris Larson2011-01-041-2/+2
* Make 'cache is clean' message debugChris Larson2011-01-041-1/+1
* bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD2011-01-041-0/+1
* Resurrect display of failed filesChris Larson2011-01-041-0/+4
* Access metadata vars as locals in python snippetsChris Larson2011-01-041-1/+14
* Fix __getitem__ for DataSmartChris Larson2011-01-041-2/+6
* fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj2011-01-045-5/+5
* Fix syntax issue and don't include 'd' in ui_queueChris Larson2011-01-042-4/+4
* Queue up events before the UI is spawnedChris Larson2011-01-044-51/+78
* Fix another little bug with undefined var from cacheChris Larson2011-01-041-1/+1
* bb.cache: fix bug from last commit with loading from cacheChris Larson2011-01-041-1/+1
* Reduce bb.cache memory usage a bitChris Larson2011-01-041-2/+3
* Fix FuncFailed constructionChris Larson2011-01-041-2/+2
* Restore FuncFailed argument compatibilityChris Larson2011-01-041-5/+11
* Only reference logfiles that existChris Larson2011-01-041-1/+1
* Fix bitbake -k issue introduced by build exception cleanupChris Larson2011-01-041-2/+2
* Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson2011-01-041-1/+1
* Fix exit code display for task failureChris Larson2011-01-041-2/+4
* FIXUP: runqueue bb.debug refsRichard Purdie2011-01-041-2/+2
* Simplify build exception handlingChris Larson2011-01-043-36/+30
* Turn Event into a new style classChris Larson2011-01-041-1/+1
* Work around issue with pickling of traceback objectsChris Larson2011-01-041-0/+4
* Don't show uncaught exception message for KeyboardInterruptChris Larson2011-01-041-1/+5
* Apply fix for issue where the loggers were constructed with the wrong classChris Larson2011-01-041-1/+4
* Fix providerlog NameErrorChris Larson2011-01-041-3/+3
* Drop 'fn' arguments to bb.msg functionsChris Larson2011-01-041-7/+7
* Add pending deprecation warnings to the bb.msg functionsChris Larson2011-01-041-2/+14
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-0428-322/+374
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-044-48/+57
* Use the python logging module under the hood for bb.msgChris Larson2011-01-046-82/+143
* Allow %20 in a file name in the SRC_URIC Michael Sundius2011-01-041-1/+2
* Ignore python warnings that come from places we don't care aboutChris Larson2011-01-041-1/+5
* Make DataSmart inherit the MutableMapping ABCChris Larson2011-01-041-14/+20
* Split out 'find next buildable task' into a separate generator functionChris Larson2011-01-041-7/+13
* Let the RunQueueScheduler control the number of active tasksChris Larson2011-01-041-12/+8
* Add the ability to use runqueue schedulers from the metadataChris Larson2011-01-041-7/+23
* misc: Update the email address to a working one.Holger Hans Peter Freyther2011-01-041-1/+1
* Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson2011-01-041-1/+3
* Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson2011-01-041-5/+1
* Make realfile optional for better_exec, using the existing fn in the code objectChris Larson2011-01-041-2/+4
* When shutting down, send SIGTERM, not SIGINTChris Larson2010-12-311-2/+2
* bb.utils: check if lock file is writable, to fix bug 606Yu Ke2010-12-301-0/+4
* bitbake/depexp: fix early exitJoshua Lock2010-12-221-1/+1