summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
AgeCommit message (Expand)Author
2020-08-26bitbake: fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-06-19bitbake: cache: Bump cache versionJoshua Watt
2020-06-15bitbake: bitbake: cache: Fix error message with bad multiconfigJoshua Watt
2020-06-10bitbake: bitbake: cache: Fix error when cache is rebuiltJoshua Watt
2020-06-10bitbake: bitbake: cache: Cache size optimizationJoshua Watt
2020-06-10bitbake: bitbake: cache: Improve loggingJoshua Watt
2020-06-10bitbake: bitbake: cache: Use multiconfig aware cachesJoshua Watt
2020-06-10bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt
2020-04-24bitbake: cache: Fix performance problem with large numbers of source filesRichard Purdie
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2020-01-02bitbake: cache: Lower debug level for wold build messagesRichard Purdie
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