summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
...
* Pre-explode rundeps/runrecs in CacheDataChris Larson2011-01-041-4/+6
* bb.cache: only log if the respective action was takenBernhard Reutner-Fischer2011-01-041-5/+8
* Make 'cache is clean' message debugChris Larson2011-01-041-1/+1
* Fix another little bug with undefined var from cacheChris Larson2011-01-041-1/+1
* bb.cache: fix bug from last commit with loading from cacheChris Larson2011-01-041-1/+1
* Reduce bb.cache memory usage a bitChris Larson2011-01-041-2/+3
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-27/+26
* bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie2010-10-051-0/+3
* bitbake: Implement signaturesRichard Purdie2010-09-031-1/+7
* bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...Richard Purdie2010-07-251-0/+14
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-161-5/+7
* Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson2010-07-021-1/+1
* cache: do not chdir unnecessarilyBernhard Reutner-Fischer2010-07-021-4/+12
* cache: use a set() for __dependsBernhard Reutner-Fischer2010-07-021-6/+4
* cache: use max() to determine newest_mtimeBernhard Reutner-Fischer2010-07-021-3/+4
* cache: use os.path ops instead of statBernhard Reutner-Fischer2010-07-021-8/+2
* cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer2010-07-021-1/+1
* Don't try to expand non-string valuesChris Larson2010-07-021-4/+4
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-4/+4
* Import fixupsChris Larson2010-07-021-4/+3
* Formatting cleanupsChris Larson2010-07-021-14/+14
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-1/+1
* Made '-b' work with BBCLASSEXTENDEnrico Scholz2010-07-021-0/+1
* Pass the config metadata into the Cache constructor rather than the cookerChris Larson2010-07-021-4/+4
* cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie2010-03-251-1/+1
* Implement BBVERSIONSChris Larson2010-03-251-5/+5
* bitbake: [cache] copy instead of deepcopy in syncHolger Freyther2010-02-151-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-45/+44
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-1/+1
* bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic valueRichard Purdie2009-09-241-1/+3
* bitbake cache: Add code to catch a nasty cache corruption issue to aid in tra...Richard Purdie2009-09-031-0/+3
* bitbake: Update to work without warnings with python 2.6Richard Purdie2009-05-121-2/+1
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie2009-01-031-8/+62
* bitbake/cache.py: Simplify logicRichard Purdie2009-01-031-11/+9
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-12-061-1/+5
* bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changesRichard Purdie2008-10-011-1/+1
* bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c...Richard Purdie2008-09-301-1/+10
* bitbake: Fix a bug where changed files weren't getting spotted and an invalid...Richard Purdie2008-03-281-2/+2
* bitbake: Update with changes from bitbake 1.8 branchRichard Purdie2008-03-141-38/+40
* bitbake: Bump cache versionRichard Purdie2008-03-031-1/+1
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-18/+45
* bitbake: Update to latest bitbake-1.8 branchRichard Purdie2007-09-021-1/+4
* bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie2007-04-011-3/+7
* bitbake: Sync with upstream. Richard Purdie2007-01-081-19/+17
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-161-41/+166
* Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie2006-05-091-0/+306