summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/cache.py
AgeCommit message (Expand)AuthorFiles
2011-02-10cache: fix docstring usageChris Larson1
2011-01-20bitbake: fix parameter order for flaglist()Dongxiao Xu1
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu1
2011-01-10cache: don't expand variables for skipped recipesChris Larson1
2011-01-07bitbake/cache.py: Expansion of variables in skipped recipes should not be att...Richard Purdie1
2011-01-04cache: defer marking fn as cleanBernhard Reutner-Fischer1
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie1
2011-01-04Show the user progress when loading the cacheBob Foerster1
2011-01-04cache: change to more incremental formatChris Larson1
2011-01-04cache: ensure 'pn' is included in the pkgvarsChris Larson1
2011-01-04cooker: stop loading the cache for -bChris Larson1
2011-01-04cache: don't add info to cache if cache is disabledChris Larson1
2011-01-04Simplify cache syncingChris Larson1
2011-01-04Implement parallel parsing supportChris Larson1
2011-01-04cache: don't write out the cache unnecessarilyChris Larson1
2011-01-04cache: create and use a RecipeInfo classChris Larson1
2011-01-04cache: make loadDataFull a classmethodChris Larson1
2011-01-04cache: Add debug msg for a nonexistant dep fileChris Larson1
2011-01-04cache: use new style classesChris Larson1
2011-01-04cache: pyflakes/pep8/pylint cleanupChris Larson1
2011-01-04cache: use set for clean, checkedChris Larson1
2011-01-04cache: make use of defaultdictChris Larson1
2011-01-04Pre-explode rundeps/runrecs in CacheDataChris Larson1
2011-01-04bb.cache: only log if the respective action was takenBernhard Reutner-Fischer1
2011-01-04Make 'cache is clean' message debugChris Larson1
2011-01-04Fix another little bug with undefined var from cacheChris Larson1
2011-01-04bb.cache: fix bug from last commit with loading from cacheChris Larson1
2011-01-04Reduce bb.cache memory usage a bitChris Larson1
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson1
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie1
2010-09-03bitbake: Implement signaturesRichard Purdie1
2010-07-25bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...Richard Purdie1
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie1
2010-07-02Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson1
2010-07-02cache: do not chdir unnecessarilyBernhard Reutner-Fischer1
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer1
2010-07-02cache: use max() to determine newest_mtimeBernhard Reutner-Fischer1
2010-07-02cache: use os.path ops instead of statBernhard Reutner-Fischer1
2010-07-02cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer1
2010-07-02Don't try to expand non-string valuesChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson1
2010-07-02Import fixupsChris Larson1
2010-07-02Formatting cleanupsChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson1
2010-07-02Made '-b' work with BBCLASSEXTENDEnrico Scholz1
2010-07-02Pass the config metadata into the Cache constructor rather than the cookerChris Larson1
2010-03-25cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie1
2010-03-25Implement BBVERSIONSChris Larson1
2010-02-15bitbake: [cache] copy instead of deepcopy in syncHolger Freyther1
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie1