summaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
AgeCommit message (Expand)Author
2017-07-18cache.py: fix whitespacePaul Eggleton
2017-06-28cache: don't insert PN into PACKAGESRoss Burton
2017-04-10cache: prevent division-by-zero in load_cahefile()Markus Lehtonen
2017-04-05codeparser: improve handling of contains_any() and filter()Paul Eggleton
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-09-02cache: allow parsing a recipe with a custom config datastorePaul Eggleton
2016-08-17bitbake: Initial multi-config supportRichard Purdie
2016-08-17cache: Build datastores from databuilder objectRichard Purdie
2016-08-17cache: Split Cache() into a NoCache() parent objectRichard Purdie
2016-08-17cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie
2016-08-17cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie
2016-08-17cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie
2016-07-22cache: Don't interleave pickle cache file writingRichard Purdie
2016-07-22cache: Add better cache loading sanity checksRichard Purdie
2016-07-22cache: Drop/simplify pointless type checkingRichard Purdie
2016-07-22cache: Improve versions fields handlingRichard Purdie
2016-07-22cache: Correctly handle missing extra cachesRichard Purdie
2016-07-22cache: Move the parsing message to a more logical placeRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-18cache: Increase cache version after task checksum calculation changesRichard Purdie
2016-05-12contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie
2016-03-23cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen
2016-02-18MultiProcessCache: make cache filename configurableMarkus Lehtonen
2016-02-18bb/cache: drop some unused argumentsMarkus Lehtonen
2016-01-22taskdata: add the ability to access world targets listPaul Eggleton
2016-01-22cache.py: check existence before add to cachedata.rprovidersRobert Yang
2016-01-11bitbake: clean up stamp-base related codesChen Qi
2015-11-16cache: Don't try to expand __inherit_dataRichard Purdie
2015-09-16cache: Handle spaces and colons in directory names for file-checksumsRichard Purdie
2015-05-25cache: Clean up getVar usage to modern syntax/styleRichard Purdie
2015-01-13cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie
2015-01-08cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie
2014-08-24lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-07-25codeparser cache improvementsRichard Purdie
2014-07-25cache: Optimise invalid cache file handlingRichard Purdie
2014-07-25cache: Don't reload the cache file since we already have this data in memoryRichard Purdie
2014-06-11cache.py: print debug info when EXCLUDE_FROM_WORLDRobert Yang
2014-05-30event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-04-10cache: don't trigger reparse on recipes with wildcards in SRC_URIPaul Eggleton
2013-09-18data_smart: Fix variable reference issuesRichard Purdie
2013-06-12runqueue: Split runqueue to use bitbake-workerRichard Purdie
2013-06-12fetch2: Fix AUTOINC handlingRichard Purdie
2013-06-07lib/bb/cache.py: invalidate cache when file checksum entry no longer existsPaul Eggleton
2013-05-31lib/bb/cache.py: Change debugging note to a debug messageMark Hatle
2013-05-09lib: Clean up various file access syntaxRichard Purdie
2013-01-30cache.py: Drop support for BROKEN variableRichard Purdie
2013-01-25cache.py: remove the duplicated self.file_dependsRobert Yang
2012-11-19parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie
2012-09-20build/siggen: Add support for stamp 'clean' masksRichard Purdie