summaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
AgeCommit message (Expand)Author
2012-09-20build/siggen: Add support for stamp 'clean' masksRichard Purdie
2012-05-23bitbake: implement checksums for local files in SRC_URIPaul Eggleton
2012-05-23bitbake: refactor out codeparser cache into a separate classPaul Eggleton
2012-02-23bitbake: change for adding progress bar in Hob2.Shane Wang
2012-02-23cache: Use configuration's hash value to validate cacheDongxiao Xu
2012-02-02bitbake: Add description into the cache and clean up cache duplicationShane Wang
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10Add FAKEROOTNOENV variableRichard Purdie
2011-08-10bb/cache: rename confusing variableJoshua Lock
2011-07-27bitbake: show more information for NoProvider errorsPaul Eggleton
2011-07-25bitbake/cache: allow class names with arguments to be specifiedPaul Eggleton
2011-07-19cache: fix remnant broken 'info' reference from recent cache changesChristopher Larson
2011-07-07cache.py: Ensure additional .bbappend files are accounted forRichard Purdie
2011-06-28bitbake: Add task specific stamp file supportRobert Yang
2011-06-10bitbake/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-07cache: Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07cache.py: Refactory Current Cache implementationLiping Ke
2011-06-07cache.py: Sync what amounts to whitespace with bitbake in poky, pending merge...Richard Purdie
2011-06-07universe target: add a new target to collect all recipe targetsSaul Wold
2011-05-06bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-06bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-03-18runqueue.py: Enable PSEUDO (fakeroot) before the forkMark Hatle
2011-03-03bitbake/cache: bump cache version after recent changesJoshua Lock
2011-03-03bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-03-03bitbake/cache: store a list of inherited files in the cacheJoshua Lock
2011-02-21fix parameter order for flaglist()Dongxiao Xu
2011-02-21Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
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