summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2011-01-04bb.pysh: fix writing pyshtables all over the placeChris Larson1
2011-01-04Move the pysh package into the bb packageChris Larson10
2011-01-04Allow mercurial fetcher to follow tipPeter Chubb1
2011-01-04Fix GraphViz .dot output for rdepends and rrecsChris Larson1
2011-01-04Make 'cache is clean' message debugChris Larson1
2011-01-04bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD1
2011-01-04Resurrect display of failed filesChris Larson1
2011-01-04Access metadata vars as locals in python snippetsChris Larson1
2011-01-04Fix __getitem__ for DataSmartChris Larson1
2011-01-04fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj5
2011-01-04Fix syntax issue and don't include 'd' in ui_queueChris Larson2
2011-01-04Queue up events before the UI is spawnedChris Larson4
2011-01-04Fix another little bug with undefined var from cacheChris Larson1
2011-01-04bb.cache: fix bug from last commit with loading from cacheChris Larson1
2011-01-04Reduce bb.cache memory usage a bitChris Larson1
2011-01-04Fix FuncFailed constructionChris Larson1
2011-01-04Restore FuncFailed argument compatibilityChris Larson1
2011-01-04Only reference logfiles that existChris Larson1
2011-01-04Fix bitbake -k issue introduced by build exception cleanupChris Larson1
2011-01-04Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson1
2011-01-04Fix exit code display for task failureChris Larson1
2011-01-04FIXUP: runqueue bb.debug refsRichard Purdie1
2011-01-04Simplify build exception handlingChris Larson3
2011-01-04Turn Event into a new style classChris Larson1
2011-01-04Work around issue with pickling of traceback objectsChris Larson1
2011-01-04Don't show uncaught exception message for KeyboardInterruptChris Larson1
2011-01-04Apply fix for issue where the loggers were constructed with the wrong classChris Larson1
2011-01-04Fix providerlog NameErrorChris Larson1
2011-01-04Drop 'fn' arguments to bb.msg functionsChris Larson1
2011-01-04Add pending deprecation warnings to the bb.msg functionsChris Larson1
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson28
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson4
2011-01-04Use the python logging module under the hood for bb.msgChris Larson6
2011-01-04Allow %20 in a file name in the SRC_URIC Michael Sundius1
2011-01-04Ignore python warnings that come from places we don't care aboutChris Larson1
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-04misc: Update the email address to a working one.Holger Hans Peter Freyther1
2011-01-04Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson1
2011-01-04Drop the 'ui failed to start' message, as the ui_init does more in knottyChris 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