summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Pre-explode rundeps/runrecs in CacheDataChris Larson2011-01-041-4/+6
* bb.cache: only log if the respective action was takenBernhard Reutner-Fischer2011-01-041-5/+8
* Make 'cache is clean' message debugChris Larson2011-01-041-1/+1
* Fix another little bug with undefined var from cacheChris Larson2011-01-041-1/+1
* bb.cache: fix bug from last commit with loading from cacheChris Larson2011-01-041-1/+1
* Reduce bb.cache memory usage a bitChris Larson2011-01-041-2/+3
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-27/+26
* bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie2010-10-051-0/+3
* bitbake: Implement signaturesRichard Purdie2010-09-031-1/+7
* bitbake: cache: If one virtual of a recipe is uncached, remove all versions f...Richard Purdie2010-07-251-0/+14
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-161-5/+7
* Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson2010-07-021-1/+1
* cache: do not chdir unnecessarilyBernhard Reutner-Fischer2010-07-021-4/+12
* cache: use a set() for __dependsBernhard Reutner-Fischer2010-07-021-6/+4
* cache: use max() to determine newest_mtimeBernhard Reutner-Fischer2010-07-021-3/+4
* cache: use os.path ops instead of statBernhard Reutner-Fischer2010-07-021-8/+2
* cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer2010-07-021-1/+1
* Don't try to expand non-string valuesChris Larson2010-07-021-4/+4
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-4/+4
* Import fixupsChris Larson2010-07-021-4/+3
* Formatting cleanupsChris Larson2010-07-021-14/+14
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-1/+1