aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cache.py
AgeCommit message (Expand)Author
2021-03-11runqueue: Print pseudo.log if fakeroot task failedTomasz Dziendzielski
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-01-31lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig targetTomasz Dziendzielski
2020-12-21cache: Make CoreRecipeInfo include rprovides_pkg for skipped recipesPeter Kjellerstedt
2020-11-20bitbake: cache: Remove bad keys() functionJoshua Watt
2020-10-30cache: remove unused variables.Maxime Roussin-BĂ©langer
2020-08-25fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-06-19cache: Bump cache versionJoshua Watt
2020-06-12bitbake: cache: Fix error message with bad multiconfigJoshua Watt
2020-06-08bitbake: cache: Fix error when cache is rebuiltJoshua Watt
2020-06-06bitbake: cache: Cache size optimizationJoshua Watt
2020-06-06bitbake: cache: Improve loggingJoshua Watt
2020-06-06bitbake: cache: Use multiconfig aware cachesJoshua Watt
2020-06-06bitbake: cooker: Split file collections per multiconfigJoshua Watt
2020-04-24cache: Fix performance problem with large numbers of source filesRichard Purdie
2020-01-19lib: remove unused importsFrazer Clews
2020-01-01cache: Lower debug level for wold build messagesRichard Purdie
2019-08-06siggen: Clean up task reference formatsRichard Purdie
2019-08-02cache: Add SimpleCache classRichard Purdie
2019-07-18cache: Create a symlink for current cachefileRobert Yang
2019-07-15cache: Set packages for skipped recipesRobert Yang
2019-07-15cache: Remove duplicated lines for provides and rprovidesRobert Yang
2019-06-10multiconfig: Switch from 'multiconfig' -> 'mc'Richard Purdie
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-12-07cache: Cleanup deprecated function usageRichard Purdie
2018-07-26codeparser: Track oe.utils.conditional usageMartin Jansa
2018-02-09bitbake: cache: improve debug messageRobert Yang
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