aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2023-11-27cooker: Avoid eventlog variable listing lockupsRichard Purdie
2023-11-23cooker: Avoid sideeffects for autorev from getAllKeysWithFlagsRichard Purdie
2023-11-23cooker: Add support for BB_DEFAULT_EVENTLOGRichard Purdie
2023-11-14asyncrpc: Add option to set log level when running as a processJoshua Watt
2023-10-23Fix find_bbfiles string endswith callBELHADJ SALEM Talel
2023-09-26bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan
2023-09-18cooker: Drop unneeded flush callsRichard Purdie
2023-09-18lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-08-16cooker: Fix error messageJoshua Watt
2023-06-30cooker: Log when parsing starts in server logRichard Purdie
2023-05-25cooker: Add FILE_LAYERNAME variable containing the layername for a recipeRichard Purdie
2023-05-25cooker: Fix/improve collections handlingRichard Purdie
2023-05-02cooker: Log config and parse cache status changesRichard Purdie
2023-04-20cooker: do not abort on single ctrl-cEnrico Scholz
2023-04-13event: add bb.event.ParseErrorMingli Yu
2023-02-24cooker: Fix memory resident cache invalidation issueRichard Purdie
2023-02-23event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie
2023-02-20cooker: Ensure lock is held with changing notifierRichard Purdie
2023-01-26cache/codeparser: Switch to a new BB_CACHEDIR variable for cache locationRichard Purdie
2023-01-24cooker: Fix parsing race around cache handlingRichard Purdie
2023-01-24cooker: Fix siggen recipe cache race issueRichard Purdie
2023-01-11cooker: Fix exit handling issuesRichard Purdie
2023-01-11process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie
2023-01-11cooker/command: Drop async command handler indirection via cookerRichard Purdie
2023-01-06cooker: Clean up inotify idle handlerRichard Purdie
2023-01-06cooker: Rework the parsing results submissionRichard Purdie
2023-01-05lib/bb: Update thread/process locks to use a timeoutRichard Purdie
2022-12-30server/process: Run idle commands in a separate idle threadRichard Purdie
2022-12-30server/process: Improve idle loop exit codeRichard Purdie
2022-12-30cooker: Ensure commands clean up any parser processesRichard Purdie
2022-12-30cooker/cookerdata: Rework the way the datastores are resetRichard Purdie
2022-12-30event: Add enable/disable heartbeat codeRichard Purdie
2022-12-29cooker: Ensure cache is cleared for partial resetsRichard Purdie
2022-12-29cache/siggen: Fix cache issues with signature handlingRichard Purdie
2022-12-20cache: Allow compression of the data in SiggenRecipeInfoRichard Purdie
2022-12-16build/siggen: Rework stamps functionsRichard Purdie
2022-12-16siggen: Add dummy dataCaches from task context/datastoreRichard Purdie
2022-12-08cooker: Start sync thread a little earlierJoshua Watt
2022-12-08cooker: Use event to terminate parser threadsJoshua Watt
2022-12-08siggen/cache: Optionally allow adding siggen hash data to the bitbake cacheRichard Purdie
2022-11-16cache: Drop broken/unused codeRichard Purdie
2022-11-16cache/cookerdata: Move recipe parsing functions from cache to databuilderRichard Purdie
2022-10-25cooker: fix a typoOliver Lang
2022-09-21bitbake: Fix a few more logger debug() callsJoshua Watt
2022-08-12BBHandler/cooker: Implement recipe and global classesRichard Purdie
2022-06-11cooker: Drop sre_constants usageRichard Purdie
2022-04-21cooker: Drop unused loopRichard Purdie
2022-04-03cooker: Reset and rebuild inotify watchesRichard Purdie
2022-04-01cooker: Avoid error if siggen wasn't setupRichard Purdie
2022-04-01cooker: Ensure any existing hashserv connection is closedRichard Purdie