summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cache.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cache: Simplify virtualfn2realfn()Peter Kjellerstedt2023-11-231-4/+2
* bitbake: cooker: Add FILE_LAYERNAME variable containing the layername for a r...Richard Purdie2023-05-251-2/+2
* bitbake: cache: Make EXCLUDE_FROM_WORLD booleanRobert Yang2023-03-301-1/+1
* bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie2023-01-261-4/+3
* bitbake: cache: Only write files if we have dataRichard Purdie2023-01-241-3/+11
* bitbake: cache: Drop reciever side counting for SiggenRecipeInfoRichard Purdie2022-12-301-7/+8
* bitbake: cache/siggen: Fix cache issues with signature handlingRichard Purdie2022-12-291-1/+2
* bitbake: cache: Allow compression of the data in SiggenRecipeInfoRichard Purdie2022-12-211-0/+75
* bitbake: siggen/cache: Optionally allow adding siggen hash data to the bitbak...Richard Purdie2022-12-081-0/+25
* bitbake: cache/siggen: Simplify passing basehash data into the cacheRichard Purdie2022-12-081-2/+2
* bitbake: cache: Drop support for not saving the cache fileRichard Purdie2022-11-201-27/+1
* bitbake: cache: Drop unused functionRichard Purdie2022-11-201-12/+0
* bitbake: cache: Drop broken/unused codeRichard Purdie2022-11-201-37/+17
* bitbake: cache/cookerdata: Move recipe parsing functions from cache to databu...Richard Purdie2022-11-201-66/+5
* bitbake: cache/siggen: Add unihash cache copy functionRichard Purdie2022-06-021-0/+9
* bitbake: cache: correctly handle file names containing colonsRoland Hieber2022-05-081-1/+1
* 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