summaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
AgeCommit message (Expand)Author
2011-09-20bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-01-20cache: fix docstring usageChris Larson
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-07cache: don't expand variables for skipped recipesChris Larson
2011-01-04cache: defer marking fn as cleanBernhard Reutner-Fischer
2010-12-29runqueue: implement cache checking from metadataRichard Purdie
2010-12-29Implement task signaturesRichard Purdie
2010-12-16Show the user progress when loading the cacheBob Foerster
2010-11-29cache: change to more incremental formatChris Larson
2010-11-23cache: bump cachever per masterChris Larson
2010-11-23cache: ensure 'pn' is included in the pkgvarsChris Larson
2010-11-21cooker: stop loading the cache for -bChris Larson
2010-11-21cache: don't add info to cache if cache is disabledChris Larson
2010-11-21Simplify cache syncingChris Larson
2010-11-21Implement parallel parsing supportChris Larson
2010-11-21cache: don't write out the cache unnecessarilyChris Larson
2010-11-21cache: create and use a RecipeInfo classChris Larson
2010-11-19cache: make loadDataFull a classmethodChris Larson
2010-11-18cache: Add debug msg for a nonexistant dep fileChris Larson
2010-11-18cache: use new style classesChris Larson
2010-11-18cache: pyflakes/pep8/pylint cleanupChris Larson
2010-11-18cache: use set for clean, checkedChris Larson
2010-11-18cache: make use of defaultdictChris Larson
2010-11-18Pre-explode rundeps/runrecs in CacheDataChris Larson
2010-11-15bb.cache: only log if the respective action was takenBernhard Reutner-Fischer
2010-10-27Make 'cache is clean' message debugChris Larson
2010-09-24Fix another little bug with undefined var from cacheChris Larson
2010-09-24bb.cache: fix bug from last commit with loading from cacheChris Larson
2010-09-23Reduce bb.cache memory usage a bitChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-03Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-08-03cache: If one virtual of a recipe is uncached, remove all versions from the c...Richard Purdie
2010-06-10Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson
2010-06-04cache: do not chdir unnecessarilyBernhard Reutner-Fischer
2010-06-04cache: use a set() for __dependsBernhard Reutner-Fischer
2010-06-04cache: use max() to determine newest_mtimeBernhard Reutner-Fischer
2010-06-04cache: use os.path ops instead of statBernhard Reutner-Fischer
2010-06-04cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer
2010-04-20Don't try to expand non-string valuesChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-04-09Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-04-06Pass 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-23Implement BBVERSIONSChris Larson
2010-02-12[cache] copy instead of deepcopy in syncHolger Freyther
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2009-10-17cache.py: Add check for leakage of SRCREVINACTION variable (from Poky)Richard Purdie