aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
AgeCommit message (Expand)Author
2011-01-04cache: make use of defaultdictChris Larson
2011-01-04Pre-explode rundeps/runrecs in CacheDataChris Larson
2011-01-04bb.cache: only log if the respective action was takenBernhard Reutner-Fischer
2011-01-04Make 'cache is clean' message debugChris Larson
2011-01-04Fix another little bug with undefined var from cacheChris Larson
2011-01-04bb.cache: fix bug from last commit with loading from cacheChris Larson
2011-01-04Reduce bb.cache memory usage a bitChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-07-25bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...Richard Purdie
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-02Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson
2010-07-02cache: do not chdir unnecessarilyBernhard Reutner-Fischer
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer
2010-07-02cache: use max() to determine newest_mtimeBernhard Reutner-Fischer
2010-07-02cache: use os.path ops instead of statBernhard Reutner-Fischer
2010-07-02cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson
2010-07-02Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-07-02Pass the config metadata into the Cache constructor rather than the cookerChris Larson
2010-03-25cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie
2010-03-25Implement BBVERSIONSChris Larson
2010-02-15bitbake: [cache] copy instead of deepcopy in syncHolger Freyther
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie
2009-09-24bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic valueRichard Purdie
2009-09-03bitbake cache: Add code to catch a nasty cache corruption issue to aid in tra...Richard Purdie
2009-05-12bitbake: Update to work without warnings with python 2.6Richard Purdie
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie
2009-01-03bitbake/cache.py: Simplify logicRichard Purdie
2008-12-06bitbake/bitbake-dev: Sync with upstreamRichard Purdie
2008-10-01bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changesRichard Purdie
2008-09-30bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c...Richard Purdie
2008-03-28bitbake: Fix a bug where changed files weren't getting spotted and an invalid...Richard Purdie
2008-03-14bitbake: Update with changes from bitbake 1.8 branchRichard Purdie
2008-03-03bitbake: Bump cache versionRichard Purdie
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie
2007-09-02bitbake: Update to latest bitbake-1.8 branchRichard Purdie
2007-04-01bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie
2007-01-08bitbake: Sync with upstream. Richard Purdie
2006-11-16bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie
2006-05-09Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie