summaryrefslogtreecommitdiffstats
path: root/lib/bb/__init__.py
AgeCommit message (Expand)Author
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
2007-03-04Update versionsRichard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-13Bump to version 1.7.4Richard Purdie
2006-11-01BitBake: Tag 1.6.2 and 1.7.2 of BitBakeHolger Hans Peter Freyther
2006-10-21bump 1.7 versionsRichard Purdie
2006-08-20bitbake/lib/bb/taskdata.py:Richard Purdie
2006-08-15bitbake: Trunk is now at version 1.7.0Holger Hans Peter Freyther
2006-08-15bitbake: Assign release number 1.6.0 to the trunk and update the ChangeLogHolger Hans Peter Freyther
2006-07-08bitbake/lib/bb/__init__.py:Richard Purdie
2006-07-08bitbake/lib/bb/providers.py:Richard Purdie
2006-04-19bitbake versions:Holger Hans Peter Freyther
2006-04-19bitbake/Holger Hans Peter Freyther
2006-04-16bitbake/bin/bitbake:Holger Hans Peter Freyther