summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake/fetch: Fix fetch errorRichard Purdie2010-12-211-3/+3
* runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian2010-12-211-1/+2
* bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie2010-12-211-5/+5
* bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie2010-12-211-2/+8
* bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie2010-12-201-0/+1
* bitbake/fetch: Checksum validity fixesRichard Purdie2010-12-201-11/+7
* FetchData: add SRC_URI checksumYu Ke2010-12-201-0/+49
* siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian2010-12-201-1/+1
* bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie2010-12-172-60/+92
* bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie2010-12-171-1/+3
* bitbake/runqueue: Clean up message log levelsRichard Purdie2010-12-171-5/+5