summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cache: prevent division-by-zero in load_cahefile()Markus Lehtonen2017-04-111-0/+4
* bitbake: codeparser: improve handling of contains_any() and filter()Paul Eggleton2017-04-051-1/+1
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-4/+4
* bitbake: cache: allow parsing a recipe with a custom config datastorePaul Eggleton2016-09-021-34/+39
* bitbake: bitbake: Initial multi-config supportRichard Purdie2016-08-181-11/+42
* bitbake: cache: Build datastores from databuilder objectRichard Purdie2016-08-181-19/+27
* bitbake: cache: Split Cache() into a NoCache() parent objectRichard Purdie2016-08-181-52/+57
* bitbake: cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie2016-08-181-2/+3
* bitbake: cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie2016-08-181-30/+25
* bitbake: cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie2016-08-181-1/+5
* bitbake: cache: Don't interleave pickle cache file writingRichard Purdie2016-07-261-17/+10
* bitbake: cache: Add better cache loading sanity checksRichard Purdie2016-07-261-0/+7
* bitbake: cache: Drop/simplify pointless type checkingRichard Purdie2016-07-261-67/+60
* bitbake: cache: Improve versions fields handlingRichard Purdie2016-07-261-23/+20
* bitbake: cache: Correctly handle missing extra cachesRichard Purdie2016-07-261-0/+3
* bitbake: cache: Move the parsing message to a more logical placeRichard Purdie2016-07-261-1/+1
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-12/+6
* bitbake: cache: Increase cache version after task checksum calculation changesRichard Purdie2016-05-191-1/+1
* bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie2016-05-131-1/+1
* 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