summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/__init__.py
AgeCommit message (Expand)Author
2014-09-23bitbake: bin/bitbake: Update to version 1.24.0Richard Purdie
2014-09-11bitbake: bin/bitbake: Update to version 1.23.2Richard Purdie
2014-08-25bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-06-01bitbake: bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie
2014-05-01bitbake: bitbake: Bump version to 1.23.1Richard Purdie
2014-04-10bitbake: bitbake: Update to version 1.23.0 for masterRichard Purdie
2014-04-10bitbake: bitbake: Update to version 1.22.0Richard Purdie
2013-12-20bitbake: Update to version 1.21.1 for masterRichard Purdie
2013-10-14bitbake: bitbake: bitbake: bb: Drop deprecated functionsRichard Purdie
2013-10-14bitbake: bitbake: Update post 1.20 to development versionRichard Purdie
2013-09-24bitbake: bitbake: Update to version 1.20.0Richard Purdie
2013-09-17bitbake: Revert "bb.fatal: Raise a BBHandledException instead of exiting"Richard Purdie
2013-09-17bitbake: bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie
2013-06-14bitbake: bitbake: Update version to 1.19.1Richard Purdie
2013-06-14bitbake: bitbake: Bump minimum python version to 2.7.3Richard Purdie
2013-05-03bitbake: Update to version 1.19.0 for masterRichard Purdie
2013-04-10bitbake: Update to version 1.18.0Richard Purdie
2013-02-06bitbake: Update version to 1.17.0Richard Purdie
2012-12-14bitbake: bin/bitbake, bb/__init__: Move BBDEBUG handling to bin/bitbakeRichard Purdie
2012-11-26bitbake: Update version to 1.17.0Richard Purdie
2012-10-02bitbake: Update version to 1.16.0Richard Purdie
2012-07-19bitbake: Update version to 1.15.3Richard Purdie
2012-05-01Update version to 1.15.2 (correspdoning to Yocto 1.2 release)Richard Purdie
2012-03-05bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie
2012-01-23Bump the version to 1.15.1Richard Purdie
2012-01-10bitbake: Add BBHandledException exception classRichard Purdie
2011-11-04Increment version post releaseRichard Purdie
2011-11-04Release 1.14.0Richard Purdie
2011-10-11Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang
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-06-08Shift traceback pre-formatting into LogHandlerChris Larson
2011-06-08bitbake/lib/bb/__init__.py: Sync with upstream bitbakeRichard Purdie
2011-02-07bitbake:__init__.py: Fix debug log level handling to correct debug outputRichard Purdie
2011-01-10Inject taskpid into log records via our log handlerChris Larson
2011-01-10bitbake: For poky only, force the use of fetch2 codebaseRichard Purdie
2011-01-10bitbake: Switch to fetch2 fetcher code based on the environment variable BBFE...Richard Purdie
2011-01-08bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec...Richard Purdie
2011-01-04Work around issue with pickling of traceback objectsChris Larson
2011-01-04Apply fix for issue where the loggers were constructed with the wrong classChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2011-01-04Use the python logging module under the hood for bb.msgChris Larson
2010-07-02Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson
2010-07-02Move the python version check into the python packageChris Larson
2010-07-02Bump version to 1.11.0Chris Larson
2010-07-02Deprecate the usage of certain objects via certain modulesChris Larson
2010-07-02Drop __all__ usageChris Larson
2010-07-02Drop some unused classesChris Larson