summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-11-11bb.pysh: fix writing pyshtables all over the placeChris Larson
2010-11-11Move the pysh package into the bb packageChris Larson
2010-11-08Allow mercurial fetcher to follow tipPeter Chubb
2010-11-04Fix GraphViz .dot output for rdepends and rrecsChris Larson
2010-10-27Make 'cache is clean' message debugChris Larson
2010-10-21bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD
2010-10-21Resurrect display of failed filesChris Larson
2010-10-06fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock
2010-10-05Access metadata vars as locals in python snippetsChris Larson
2010-10-05Fix __getitem__ for DataSmartChris Larson
2010-09-28fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj
2010-09-28Fix syntax issue and don't include 'd' in ui_queueChris Larson
2010-09-28Queue up events before the UI is spawnedChris Larson
2010-09-24Fix another little bug with undefined var from cacheChris Larson
2010-09-24bb.cache: fix bug from last commit with loading from cacheChris Larson
2010-09-23Reduce bb.cache memory usage a bitChris Larson
2010-09-12Fix FuncFailed constructionChris Larson
2010-09-10Restore FuncFailed argument compatibilityChris Larson
2010-09-10Only reference logfiles that existChris Larson
2010-09-10Fix bitbake -k issue introduced by build exception cleanupChris Larson
2010-09-10Move display of FuncFailed exception info into the runqueueChris Larson
2010-09-10Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson
2010-09-10Fix exit code display for task failureChris Larson
2010-09-09Simplify build exception handlingChris Larson
2010-09-09Turn Event into a new style classChris Larson
2010-09-09Work around issue with pickling of traceback objectsChris Larson
2010-09-08Apply fix for issue where the loggers were constructed with the wrong classChris Larson
2010-09-07Fix providerlog NameErrorChris Larson
2010-09-03Drop 'fn' arguments to bb.msg functionsChris Larson
2010-09-03Add pending deprecation warnings to the bb.msg functionsChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-08-18Allow %20 in a file name in the SRC_URIC Michael Sundius
2010-08-11Merge branch 'sched'Chris Larson
2010-08-11Merge branch 'data'Chris Larson
2010-08-11Split out 'find next buildable task' into a separate generator functionChris Larson
2010-08-11Let the RunQueueScheduler control the number of active tasksChris Larson
2010-08-11Add the ability to use runqueue schedulers from the metadataChris Larson
2010-08-06Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson
2010-08-05Make realfile optional for better_exec, using the existing fn in the code objectChris Larson
2010-08-04When shutting down, send SIGTERM, not SIGINTChris Larson
2010-08-04cooker.py: Fix case of -b option with a full filepathRichard Purdie
2010-08-03*: Fix typo in documentationBernhard Reutner-Fischer
2010-08-03Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-08-03fetch: Only mark srcrev recipes as uncached when outside of SRCREV caching modeRichard Purdie
2010-08-03cache: If one virtual of a recipe is uncached, remove all versions from the c...Richard Purdie
2010-08-02Add pysh, ply, and codegen to lib/ to prepare for future workChris Larson
2010-07-26utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer
2010-07-26*: cosmetic whitespace removalBernhard Reutner-Fischer