summaryrefslogtreecommitdiffstats
path: root/lib/bb/__init__.py
AgeCommit message (Expand)Author
2014-05-31bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie
2014-05-01bitbake: Bump version to 1.23.1Richard Purdie
2014-04-10bitbake: Update to version 1.23.0 for masterRichard Purdie
2014-04-10bitbake: Update to version 1.22.0Richard Purdie
2013-12-20Update to version 1.21.1 for masterRichard Purdie
2013-10-14bitbake: bitbake: bb: Drop deprecated functionsRichard Purdie
2013-10-14bitbake: Update post 1.20 to development versionRichard Purdie
2013-09-24bitbake: Update to version 1.20.0Richard Purdie
2013-09-17Revert "bb.fatal: Raise a BBHandledException instead of exiting"Richard Purdie
2013-09-17bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie
2013-06-12bitbake: Update version to 1.19.1Richard Purdie
2013-06-12bitbake: Bump minimum python version to 2.7.3Richard Purdie
2013-04-10Update to version 1.19.0 for masterRichard Purdie
2013-04-10Update to version 1.18.0Richard Purdie
2013-02-06Update version to 1.17.0Richard Purdie
2012-12-14bin/bitbake, bb/__init__: Move BBDEBUG handling to bin/bitbakeRichard Purdie
2012-11-26Update version to 1.17.0Richard Purdie
2012-10-02Update version to 1.16.0Richard Purdie
2012-07-19Update version to 1.15.3Richard Purdie
2012-05-01Update version to 1.15.2 (correspdoning to Yocto 1.2 release)Richard Purdie
2012-03-03bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie
2012-01-20Bump the version to 1.15.1Richard Purdie
2012-01-10bitbake: Add BBHandledException exception classRichard Purdie
2011-11-03Increment version post releaseRichard Purdie
2011-11-03Release 1.14.0Richard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-07-25Update version to 1.13.3Richard Purdie
2011-06-28Update version to 1.13.2Richard Purdie
2011-06-09Update version to 1.13.1Richard Purdie
2011-02-18Increment version for development versionRichard Purdie
2011-02-18Release 1.12.0Richard Purdie
2011-02-11Enable some DeprecationWarningsChris Larson
2011-02-10__init__.py: Fix debug log level handling to correct debug outputRichard Purdie
2011-02-08Shift traceback pre-formatting into LogHandlerChris Larson
2011-01-10Inject taskpid into log records via our log handlerChris Larson
2011-01-10Switch to fetch2 fetcher code based on the environment variable BBFETCH2Richard Purdie
2011-01-10bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec...Richard Purdie
2010-12-29bb.debug: handle caller not passing a debug levelChris 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-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-06-10Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson
2010-04-15Move the python version check into the python packageChris Larson
2010-04-15Bump version to 1.11.0Chris Larson
2010-04-09Deprecate the usage of certain objects via certain modulesChris Larson
2010-04-09Drop __all__ usageChris Larson
2010-04-09Drop some unused classesChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Drop doctest, as we aren't utilizing itChris Larson