summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Update to version 1.20.0Richard Purdie2013-09-241-1/+1
* bitbake: Revert "bb.fatal: Raise a BBHandledException instead of exiting"Richard Purdie2013-09-171-1/+2
* bitbake: bb.fatal: Raise a BBHandledException instead of exitingRichard Purdie2013-09-171-2/+1
* bitbake: bitbake: Update version to 1.19.1Richard Purdie2013-06-141-1/+1
* bitbake: bitbake: Bump minimum python version to 2.7.3Richard Purdie2013-06-141-2/+2
* bitbake: Update to version 1.19.0 for masterRichard Purdie2013-05-031-1/+1
* bitbake: Update to version 1.18.0Richard Purdie2013-04-101-1/+1
* bitbake: Update version to 1.17.0Richard Purdie2013-02-061-1/+1
* bitbake: bin/bitbake, bb/__init__: Move BBDEBUG handling to bin/bitbakeRichard Purdie2012-12-141-5/+0
* bitbake: Update version to 1.17.0Richard Purdie2012-11-261-1/+1
* bitbake: Update version to 1.16.0Richard Purdie2012-10-021-1/+1
* bitbake: Update version to 1.15.3Richard Purdie2012-07-191-1/+1
* Update version to 1.15.2 (correspdoning to Yocto 1.2 release)Richard Purdie2012-05-011-1/+1
* bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie2012-03-051-3/+2
* Bump the version to 1.15.1Richard Purdie2012-01-231-1/+1
* bitbake: Add BBHandledException exception classRichard Purdie2012-01-101-0/+12
* Increment version post releaseRichard Purdie2011-11-041-1/+1
* Release 1.14.0Richard Purdie2011-11-041-1/+1
* Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang2011-10-111-1/+1
* bitbake/logging: Overhaul internal logging processRichard Purdie2011-08-151-1/+1
* Update version to 1.13.3Richard Purdie2011-07-251-1/+1
* Update version to 1.13.2Richard Purdie2011-06-281-1/+1
* Update version to 1.13.1Richard Purdie2011-06-091-1/+1
* Shift traceback pre-formatting into LogHandlerChris Larson2011-06-081-4/+1
* bitbake/lib/bb/__init__.py: Sync with upstream bitbakeRichard Purdie2011-06-081-4/+8
* bitbake:__init__.py: Fix debug log level handling to correct debug outputRichard Purdie2011-02-071-1/+1
* Inject taskpid into log records via our log handlerChris Larson2011-01-101-8/+0
* bitbake: For poky only, force the use of fetch2 codebaseRichard Purdie2011-01-101-1/+1
* bitbake: Switch to fetch2 fetcher code based on the environment variable BBFE...Richard Purdie2011-01-101-0/+3
* bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec...Richard Purdie2011-01-081-0/+8
* Work around issue with pickling of traceback objectsChris Larson2011-01-041-0/+4
* Apply fix for issue where the loggers were constructed with the wrong classChris Larson2011-01-041-1/+4
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-6/+25
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-0/+10
* Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson2010-07-021-1/+1
* Move the python version check into the python packageChris Larson2010-07-021-0/+4
* Bump version to 1.11.0Chris Larson2010-07-021-1/+1
* Deprecate the usage of certain objects via certain modulesChris Larson2010-07-021-3/+41
* Drop __all__ usageChris Larson2010-07-021-30/+0
* Drop some unused classesChris Larson2010-07-021-1/+0
* Import fixupsChris Larson2010-07-021-1/+2
* Drop doctest, as we aren't utilizing itChris Larson2010-07-021-6/+0
* Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson2010-07-021-1/+1
* Why is bb/__init__.py importing bb?Chris Larson2010-03-251-1/+2
* bb.utils: remove old portage remnantsChris Larson2010-03-251-17/+1
* Kill unused projectdir in bb package.Chris Larson2010-03-221-12/+1
* Move most utility functions from bb into bb.utils.Chris Larson2010-03-221-909/+5
* Move compat imports in the bb package to avoid circular dep issues.Chris Larson2010-03-221-5/+4
* Move encodeurl, decodeurl into bb.fetch.Chris Larson2010-03-221-108/+1
* Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson2010-03-221-5/+3