summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cache/ConfHandler: Drop TOPDIR/chdir manipulationsRichard Purdie2021-11-151-25/+4
* bitbake: bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin2021-09-171-1/+2
* bitbake: bitbake: Switch to using new override syntaxRichard Purdie2021-08-021-2/+2
* bitbake: runqueue: Print pseudo.log if fakeroot task failedTomasz Dziendzielski2021-03-111-0/+3
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-26/+26
* bitbake: lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig ...Tomasz Dziendzielski2021-02-061-2/+2
* bitbake: cache: Make CoreRecipeInfo include rprovides_pkg for skipped recipesPeter Kjellerstedt2020-12-211-2/+2
* bitbake: bitbake: cache: Remove bad keys() functionJoshua Watt2020-11-241-4/+0
* bitbake: cache: remove unused variables.Maxime Roussin-BĂ©langer2020-10-301-2/+0
* bitbake: fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie2020-08-261-1/+1
* bitbake: cache: Bump cache versionJoshua Watt2020-06-191-1/+1
* bitbake: bitbake: cache: Fix error message with bad multiconfigJoshua Watt2020-06-151-1/+1
* bitbake: bitbake: cache: Fix error when cache is rebuiltJoshua Watt2020-06-101-3/+3
* bitbake: bitbake: cache: Cache size optimizationJoshua Watt2020-06-101-4/+18
* bitbake: bitbake: cache: Improve loggingJoshua Watt2020-06-101-30/+35
* bitbake: bitbake: cache: Use multiconfig aware cachesJoshua Watt2020-06-101-35/+108
* bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt2020-06-101-1/+1
* bitbake: cache: Fix performance problem with large numbers of source filesRichard Purdie2020-04-241-14/+8
* 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