summaryrefslogtreecommitdiffstats
path: root/lib/bb/__init__.py
AgeCommit message (Expand)Author
2012-07-19Update version to 1.15.31.15.3Richard Purdie
2012-05-01Update version to 1.15.2 (correspdoning to Yocto 1.2 release)1.15.2Richard 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.11.15.1Richard Purdie
2012-01-10bitbake: Add BBHandledException exception classRichard Purdie
2011-11-03Increment version post releaseRichard Purdie
2011-11-03Release 1.14.01.14.01.14Richard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-07-25Update version to 1.13.31.13.3Richard Purdie
2011-06-28Update version to 1.13.21.13.2Richard Purdie
2011-06-09Update version to 1.13.11.13.1Richard Purdie
2011-02-18Increment version for development versionRichard Purdie
2011-02-18Release 1.12.01.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
2010-04-06Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson
2010-03-24Why is bb/__init__.py importing bb?Chris Larson
2010-03-24bb.utils: remove old portage remnantsChris Larson
2010-02-19Kill unused projectdir in bb package.Chris Larson
2010-02-19Move most utility functions from bb into bb.utils.Chris Larson
2010-02-19Move compat imports in the bb package to avoid circular dep issues.Chris Larson
2010-02-19Move encodeurl, decodeurl into bb.fetch.Chris Larson
2010-02-19Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson
2010-01-21Fix bb.plain and bb.warn function, initial patch from Petri Lehtinen <petri.l...Richard Purdie
2009-05-11[bb] Fix the tests by setting a debug level at startHolger Hans Peter Freyther
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2007-10-30bb/__init__.py: Add bb.copyfile function similar to bb.movefile (and improve ...Richard Purdie
2007-08-19__init__.py: Fix a bug in decodeurl where http://some.where.com/somefile.tgz ...Richard Purdie
2007-08-18__init__.py: Add command moduleRichard Purdie
2007-08-17bb/__init.py: Sort digraph output to make builds more reproducibleRichard Purdie
2007-08-15msg.py: Fix plain message typeRichard Purdie
2007-08-13msg.py: Add plain message type, remove legacy logging codeRichard Purdie
2007-08-12bb/__init__.py: Improve which functionRichard Purdie