summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: implement checksums for local files in SRC_URIPaul Eggleton2012-05-231-3/+10
* bitbake: refactor out codeparser cache into a separate classPaul Eggleton2012-05-231-2/+114
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-231-1/+1
* cache: Use configuration's hash value to validate cacheDongxiao Xu2012-02-231-20/+12
* bitbake: Add description into the cache and clean up cache duplicationShane Wang2012-02-021-9/+0
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-3/+2
* Add FAKEROOTNOENV variableRichard Purdie2011-11-101-0/+3
* bb/cache: rename confusing variableJoshua Lock2011-08-111-3/+3
* bitbake: show more information for NoProvider errorsPaul Eggleton2011-07-271-1/+2
* bitbake/cache: allow class names with arguments to be specifiedPaul Eggleton2011-07-251-2/+3
* cache: fix remnant broken 'info' reference from recent cache changesChristopher Larson2011-07-211-1/+1
* cache.py: Ensure additional .bbappend files are accounted forRichard Purdie2011-07-071-5/+12
* bitbake: Add task specific stamp file supportRobert Yang2011-06-281-0/+3
* bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie2011-06-131-1/+0
* cache.py: fix bitbake -s commandScott Garman2011-06-091-1/+1
* track skipped packagesPaul Eggleton2011-06-091-3/+6
* cache: Implement multiple extra cache fields request supportLiping Ke2011-06-071-58/+119
* Introduce new param caches_array into Cache impl.Liping Ke2011-06-071-5/+10
* cache.py: Refactory Current Cache implementationLiping Ke2011-06-071-193/+165
* bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie2011-05-051-3/+8
* bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie2011-05-051-0/+1
* universe target: add a new target to collect all recipe targetsSaul Wold2011-05-031-0/+6
* Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie2011-03-291-4/+0
* bitbake/gcc: Enable a shared common source treeRichard Purdie2011-03-281-0/+4
* bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie2011-02-281-1/+9
* bitbake/cache: bump cache version after recent changesJoshua Lock2011-02-241-1/+1
* bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock2011-02-241-0/+12
* bitbake/cache: store a list of inherited files in the cacheJoshua Lock2011-02-241-0/+5
* cache: fix docstring usageChris Larson2011-02-101-7/+2
* bitbake: fix parameter order for flaglist()Dongxiao Xu2011-01-201-2/+2
* bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu2011-01-181-1/+10
* cache: don't expand variables for skipped recipesChris Larson2011-01-101-10/+13
* bitbake/cache.py: Expansion of variables in skipped recipes should not be att...Richard Purdie2011-01-071-1/+10
* cache: defer marking fn as cleanBernhard Reutner-Fischer2011-01-041-4/+1
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-4/+5
* Show the user progress when loading the cacheBob Foerster2011-01-041-0/+17
* cache: change to more incremental formatChris Larson2011-01-041-22/+33
* cache: ensure 'pn' is included in the pkgvarsChris Larson2011-01-041-12/+12
* cooker: stop loading the cache for -bChris Larson2011-01-041-1/+1
* cache: don't add info to cache if cache is disabledChris Larson2011-01-041-0/+3
* Simplify cache syncingChris Larson2011-01-041-22/+13
* Implement parallel parsing supportChris Larson2011-01-041-39/+59
* cache: don't write out the cache unnecessarilyChris Larson2011-01-041-1/+5
* cache: create and use a RecipeInfo classChris Larson2011-01-041-173/+196
* cache: make loadDataFull a classmethodChris Larson2011-01-041-4/+5
* cache: Add debug msg for a nonexistant dep fileChris Larson2011-01-041-0/+2
* cache: use new style classesChris Larson2011-01-041-6/+3
* cache: pyflakes/pep8/pylint cleanupChris Larson2011-01-041-29/+40
* cache: use set for clean, checkedChris Larson2011-01-041-11/+9
* cache: make use of defaultdictChris Larson2011-01-041-34/+10