summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
AgeCommit message (Expand)Author
2019-08-06bitbake: siggen: Clean up task reference formatsRichard Purdie
2019-08-06bitbake: cache: Add SimpleCache classRichard Purdie
2019-07-19bitbake: cache: Create a symlink for current cachefileRobert Yang
2019-07-15bitbake: cache: Set packages for skipped recipesRobert Yang
2019-07-15bitbake: cache: Remove duplicated lines for provides and rprovidesRobert Yang
2019-06-10bitbake: multiconfig: Switch from 'multiconfig' -> 'mc'Richard Purdie
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-12-07bitbake: cache: Cleanup deprecated function usageRichard Purdie
2018-07-30bitbake: codeparser: Track oe.utils.conditional usageMartin Jansa
2018-02-14bitbake: bitbake: cache: improve debug messageRobert Yang
2017-07-18bitbake: cache.py: fix whitespacePaul Eggleton
2017-06-28bitbake: cache: don't insert PN into PACKAGESRoss Burton
2017-04-11bitbake: cache: prevent division-by-zero in load_cahefile()Markus Lehtonen
2017-04-05bitbake: codeparser: improve handling of contains_any() and filter()Paul Eggleton
2016-11-30bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-09-02bitbake: cache: allow parsing a recipe with a custom config datastorePaul Eggleton
2016-08-18bitbake: bitbake: Initial multi-config supportRichard Purdie
2016-08-18bitbake: cache: Build datastores from databuilder objectRichard Purdie
2016-08-18bitbake: cache: Split Cache() into a NoCache() parent objectRichard Purdie
2016-08-18bitbake: cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie
2016-08-18bitbake: cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie
2016-08-18bitbake: cache/ast: Move __VARIANTS handling to parse cache functionRichard Purdie
2016-07-26bitbake: cache: Don't interleave pickle cache file writingRichard Purdie
2016-07-26bitbake: cache: Add better cache loading sanity checksRichard Purdie
2016-07-26bitbake: cache: Drop/simplify pointless type checkingRichard Purdie
2016-07-26bitbake: cache: Improve versions fields handlingRichard Purdie
2016-07-26bitbake: cache: Correctly handle missing extra cachesRichard Purdie
2016-07-26bitbake: cache: Move the parsing message to a more logical placeRichard Purdie
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-19bitbake: cache: Increase cache version after task checksum calculation changesRichard Purdie
2016-05-13bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntaxRichard Purdie
2016-03-23bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen
2016-02-18bitbake: MultiProcessCache: make cache filename configurableMarkus Lehtonen
2016-02-18bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen
2016-01-22bitbake: taskdata: add the ability to access world targets listPaul Eggleton
2016-01-22bitbake: cache.py: check existence before add to cachedata.rprovidersRobert Yang
2016-01-11bitbake: bitbake: clean up stamp-base related codesChen Qi
2015-11-16bitbake: cache: Don't try to expand __inherit_dataRichard Purdie
2015-09-18bitbake: cache: Handle spaces and colons in directory names for file-checksumsRichard Purdie
2015-05-26bitbake: cache: Clean up getVar usage to modern syntax/styleRichard Purdie
2015-01-14bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie
2015-01-08bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie
2014-08-25bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-07-26bitbake: codeparser cache improvementsRichard Purdie
2014-07-26bitbake: cache: Optimise invalid cache file handlingRichard Purdie
2014-07-26bitbake: cache: Don't reload the cache file since we already have this data i...Richard Purdie
2014-06-12bitbake: cache.py: print debug info when EXCLUDE_FROM_WORLDRobert Yang