summaryrefslogtreecommitdiff
path: root/bitbake/lib
AgeCommit message (Expand)AuthorFiles
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson3
2011-01-04Use the python logging module under the hood for bb.msgChris Larson5
2011-01-04Allow %20 in a file name in the SRC_URIC Michael Sundius1
2011-01-04Make DataSmart inherit the MutableMapping ABCChris Larson1
2011-01-04Split out 'find next buildable task' into a separate generator functionChris Larson1
2011-01-04Let the RunQueueScheduler control the number of active tasksChris Larson1
2011-01-04Add the ability to use runqueue schedulers from the metadataChris Larson1
2011-01-04Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson1
2011-01-04Make realfile optional for better_exec, using the existing fn in the code objectChris Larson1
2010-12-31When shutting down, send SIGTERM, not SIGINTChris Larson1
2010-12-30bb.utils: check if lock file is writable, to fix bug 606Yu Ke1
2010-12-22bitbake/depexp: fix early exitJoshua Lock1
2010-12-21bitbake/fetch: Fix fetch errorRichard Purdie1
2010-12-21runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian1
2010-12-21bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie1
2010-12-21bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie1
2010-12-20bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie1
2010-12-20bitbake/fetch: Checksum validity fixesRichard Purdie1
2010-12-20FetchData: add SRC_URI checksumYu Ke1
2010-12-20siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian1
2010-12-17bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie2
2010-12-17bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie1
2010-12-17bitbake/runqueue: Clean up message log levelsRichard Purdie1
2010-12-16siggen.py: make sure stamp directory existingKevin Tian1
2010-12-16bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie1
2010-12-14runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian1
2010-12-14bitbake: add optional expansion to getVarFlag()Paul Eggleton2
2010-12-14bitbake: allow excluding dependencies of variablesPaul Eggleton1
2010-12-09bitbake: Overhaul environment handlingRichard Purdie4
2010-12-09bitbake/cooker: fix idle command processing in serversJoshua Lock1
2010-12-07bitbake/goggle: add a ProgressBar for parse progressJoshua Lock1
2010-12-07bitbake/goggle: automatically show most recently added messageJoshua Lock1
2010-12-07bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7Joshua Lock1
2010-12-07bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock1
2010-12-07bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock2
2010-12-07bitbake/goggle: interaction tweaksJoshua Lock1
2010-12-07bitbake/crumbs: fix the event name determinationJoshua Lock1
2010-12-07bitbake/crumbs: do the test for ignored messages soonerJoshua Lock1
2010-12-07bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock1
2010-12-07siggen.py: fix the wrong usage on BB_TASKHASH_WHITELISTKevin Tian1
2010-12-07bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie1
2010-12-07bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie1
2010-12-06siggen.py: set 'runtaskdeps' correctlyKevin Tian1
2010-12-05bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie1
2010-12-05bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie1
2010-11-28bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an...Richard Purdie1
2010-11-28bitbake: Simplfy pre and post cooker hooksRichard Purdie3
2010-11-28bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie1
2010-11-15siggen.py: fix comparison around runtaskdepsKevin Tian1
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie3