summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
AgeCommit message (Expand)Author
2011-07-07cache.py: Ensure additional .bbappend files are accounted forRichard Purdie
2011-06-28bitbake: Add task specific stamp file supportRobert Yang
2011-06-13bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-06-09cache.py: fix bitbake -s commandScott Garman
2011-06-09track skipped packagesPaul Eggleton
2011-06-07cache: Implement multiple extra cache fields request supportLiping Ke
2011-06-07Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07cache.py: Refactory Current Cache implementationLiping Ke
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-05bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-05-03universe target: add a new target to collect all recipe targetsSaul Wold
2011-03-29Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie
2011-03-28bitbake/gcc: Enable a shared common source treeRichard Purdie
2011-02-28bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie
2011-02-24bitbake/cache: bump cache version after recent changesJoshua Lock
2011-02-24bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-02-24bitbake/cache: store a list of inherited files in the cacheJoshua Lock
2011-02-10cache: fix docstring usageChris Larson
2011-01-20bitbake: fix parameter order for flaglist()Dongxiao Xu
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-01-10cache: don't expand variables for skipped recipesChris Larson
2011-01-07bitbake/cache.py: Expansion of variables in skipped recipes should not be att...Richard Purdie
2011-01-04cache: defer marking fn as cleanBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04cache: change to more incremental formatChris Larson
2011-01-04cache: ensure 'pn' is included in the pkgvarsChris Larson
2011-01-04cooker: stop loading the cache for -bChris Larson
2011-01-04cache: don't add info to cache if cache is disabledChris Larson
2011-01-04Simplify cache syncingChris Larson
2011-01-04Implement parallel parsing supportChris Larson
2011-01-04cache: don't write out the cache unnecessarilyChris Larson
2011-01-04cache: create and use a RecipeInfo classChris Larson
2011-01-04cache: make loadDataFull a classmethodChris Larson
2011-01-04cache: Add debug msg for a nonexistant dep fileChris Larson
2011-01-04cache: use new style classesChris Larson
2011-01-04cache: pyflakes/pep8/pylint cleanupChris Larson
2011-01-04cache: use set for clean, checkedChris Larson
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