summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: Avoid eventlog variable listing lockupsRichard Purdie2023-11-271-25/+11
* bitbake: cooker: Avoid sideeffects for autorev from getAllKeysWithFlagsRichard Purdie2023-11-231-0/+7
* bitbake: cooker: Add support for BB_DEFAULT_EVENTLOGRichard Purdie2023-11-231-8/+17
* bitbake: asyncrpc: Add option to set log level when running as a processJoshua Watt2023-11-141-1/+1
* bitbake: Fix find_bbfiles string endswith callBELHADJ SALEM Talel2023-10-231-1/+1
* bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan2023-09-281-0/+31
* bitbake: cooker: Drop unneeded flush callsRichard Purdie2023-09-201-3/+0
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-181-139/+40
* bitbake: cooker: Fix error messageJoshua Watt2023-08-161-1/+1
* bitbake: cooker: Log when parsing starts in server logRichard Purdie2023-06-301-0/+1
* bitbake: cooker: Add FILE_LAYERNAME variable containing the layername for a r...Richard Purdie2023-05-251-14/+18
* bitbake: cooker: Fix/improve collections handlingRichard Purdie2023-05-251-5/+5
* bitbake: cooker: Log config and parse cache status changesRichard Purdie2023-05-021-12/+27
* bitbake: cooker: do not abort on single ctrl-cEnrico Scholz2023-04-201-1/+1
* bitbake: event: add bb.event.ParseErrorMingli Yu2023-04-131-2/+3
* bitbake: cooker: Fix memory resident cache invalidation issueRichard Purdie2023-02-241-6/+10
* bitbake: event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie2023-02-231-0/+4
* bitbake: cooker: Ensure lock is held with changing notifierRichard Purdie2023-02-201-16/+18
* bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie2023-01-261-1/+1
* bitbake: cooker: Fix parsing race around cache handlingRichard Purdie2023-01-241-8/+8
* bitbake: cooker: Fix siggen recipe cache race issueRichard Purdie2023-01-241-2/+1
* bitbake: cooker: Fix exit handling issuesRichard Purdie2023-01-111-6/+4
* bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie2023-01-111-4/+8
* bitbake: cooker/command: Drop async command handler indirection via cookerRichard Purdie2023-01-111-9/+0
* bitbake: cooker: Clean up inotify idle handlerRichard Purdie2023-01-061-6/+0
* bitbake: cooker: Rework the parsing results submissionRichard Purdie2023-01-061-11/+15
* bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie2023-01-051-2/+2
* bitbake: server/process: Run idle commands in a separate idle threadRichard Purdie2022-12-311-8/+21
* bitbake: server/process: Improve idle loop exit codeRichard Purdie2022-12-311-8/+5
* bitbake: cooker: Ensure commands clean up any parser processesRichard Purdie2022-12-311-0/+3
* bitbake: cooker/cookerdata: Rework the way the datastores are resetRichard Purdie2022-12-311-6/+3
* bitbake: event: Add enable/disable heartbeat codeRichard Purdie2022-12-311-0/+4
* bitbake: cooker: Ensure cache is cleared for partial resetsRichard Purdie2022-12-291-0/+3
* bitbake: cache/siggen: Fix cache issues with signature handlingRichard Purdie2022-12-291-0/+1
* bitbake: cache: Allow compression of the data in SiggenRecipeInfoRichard Purdie2022-12-211-0/+1
* bitbake: build/siggen: Rework stamps functionsRichard Purdie2022-12-171-1/+1
* bitbake: siggen: Add dummy dataCaches from task context/datastoreRichard Purdie2022-12-171-0/+2
* bitbake: cooker: Start sync thread a little earlierJoshua Watt2022-12-081-6/+7
* bitbake: cooker: Use event to terminate parser threadsJoshua Watt2022-12-081-12/+3
* bitbake: siggen/cache: Optionally allow adding siggen hash data to the bitbak...Richard Purdie2022-12-081-5/+5
* bitbake: cache: Drop broken/unused codeRichard Purdie2022-11-201-2/+2
* bitbake: cache/cookerdata: Move recipe parsing functions from cache to databu...Richard Purdie2022-11-201-2/+1
* bitbake: cooker: fix a typoOliver Lang2022-10-251-1/+1
* bitbake: bitbake: Fix a few more logger debug() callsJoshua Watt2022-09-211-12/+12
* bitbake: BBHandler/cooker: Implement recipe and global classesRichard Purdie2022-08-121-0/+1
* bitbake: cooker: Drop sre_constants usageRichard Purdie2022-06-111-3/+2
* bitbake: cooker: Drop unused loopRichard Purdie2022-04-211-13/+12
* bitbake: cooker: Reset and rebuild inotify watchesRichard Purdie2022-04-031-25/+29
* bitbake: cooker: Avoid error if siggen wasn't setupRichard Purdie2022-04-011-1/+2
* bitbake: cooker: Ensure any existing hashserv connection is closedRichard Purdie2022-04-011-0/+2