summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-0427-316/+368
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-043-47/+53
* Use the python logging module under the hood for bb.msgChris Larson2011-01-045-80/+138
* Allow %20 in a file name in the SRC_URIC Michael Sundius2011-01-041-1/+2
* 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
* Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson2011-01-041-1/+3
* 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
* siggen.py: make sure stamp directory existingKevin Tian2010-12-161-0/+2
* bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie2010-12-161-4/+7
* runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian2010-12-141-5/+11
* bitbake: add optional expansion to getVarFlag()Paul Eggleton2010-12-142-5/+8
* bitbake: allow excluding dependencies of variablesPaul Eggleton2010-12-141-0/+1
* bitbake: Overhaul environment handlingRichard Purdie2010-12-094-17/+45
* bitbake/cooker: fix idle command processing in serversJoshua Lock2010-12-091-1/+1