summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen2016-03-231-1/+1
* bitbake: MultiProcessCache: make cache filename configurableMarkus Lehtonen2016-02-181-2/+3
* bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen2016-02-181-2/+2
* bitbake: taskdata: add the ability to access world targets listPaul Eggleton2016-01-221-1/+4
* bitbake: cache.py: check existence before add to cachedata.rprovidersRobert Yang2016-01-221-1/+2
* bitbake: bitbake: clean up stamp-base related codesChen Qi2016-01-111-6/+0
* bitbake: cache: Don't try to expand __inherit_dataRichard Purdie2015-11-161-3/+3
* bitbake: cache: Handle spaces and colons in directory names for file-checksumsRichard Purdie2015-09-181-1/+14
* bitbake: cache: Clean up getVar usage to modern syntax/styleRichard Purdie2015-05-261-6/+6
* bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie2015-01-141-1/+4
* bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie2015-01-081-3/+6
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-2/+2
* bitbake: codeparser cache improvementsRichard Purdie2014-07-261-12/+0
* bitbake: cache: Optimise invalid cache file handlingRichard Purdie2014-07-261-1/+3
* bitbake: cache: Don't reload the cache file since we already have this data i...Richard Purdie2014-07-261-9/+1
* bitbake: cache.py: print debug info when EXCLUDE_FROM_WORLDRobert Yang2014-06-121-1/+3
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-1/+1
* bitbake: cache: don't trigger reparse on recipes with wildcards in SRC_URIPaul Eggleton2014-04-101-1/+1
* bitbake: data_smart: Fix variable reference issuesRichard Purdie2013-09-181-1/+1
* bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie2013-06-141-1/+5
* bitbake: fetch2: Fix AUTOINC handlingRichard Purdie2013-06-141-1/+1
* bitbake: lib/bb/cache.py: invalidate cache when file checksum entry no longer...Paul Eggleton2013-06-071-0/+9
* bitbake: lib/bb/cache.py: Change debugging note to a debug messageMark Hatle2013-05-311-1/+1
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-091-10/+15
* bitbake: cache.py: Drop support for BROKEN variableRichard Purdie2013-01-301-2/+1
* bitbake: cache.py: remove the duplicated self.file_dependsRobert Yang2013-01-251-1/+0
* bitbake: parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie2012-11-201-2/+2
* bitbake: build/siggen: Add support for stamp 'clean' masksRichard Purdie2012-09-201-1/+7
* 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