summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: cache: Lower debug level for wold build messagesRichard Purdie2020-01-021-3/+3
* bitbake: siggen: Clean up task reference formatsRichard Purdie2019-08-061-1/+1
* bitbake: cache: Add SimpleCache classRichard Purdie2019-08-061-0/+53
* bitbake: cache: Create a symlink for current cachefileRobert Yang2019-07-191-0/+9
* bitbake: cache: Set packages for skipped recipesRobert Yang2019-07-151-7/+6
* bitbake: cache: Remove duplicated lines for provides and rprovidesRobert Yang2019-07-151-4/+2
* bitbake: multiconfig: Switch from 'multiconfig' -> 'mc'Richard Purdie2019-06-101-6/+6
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: cache: Cleanup deprecated function usageRichard Purdie2018-12-071-1/+1
* bitbake: codeparser: Track oe.utils.conditional usageMartin Jansa2018-07-301-1/+1
* bitbake: bitbake: cache: improve debug messageRobert Yang2018-02-141-1/+4
* bitbake: cache.py: fix whitespacePaul Eggleton2017-07-181-14/+13
* bitbake: cache: don't insert PN into PACKAGESRoss Burton2017-06-281-2/+2
* 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