summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils: Split profile reports into separate filesRichard Purdie22 hours1-3/+3
* bitbake: main: Add an option to specify what to profileRichard Purdie2 days1-1/+1
* bitbake: cooker/process/utils: Create profiling common function to remove cod...Richard Purdie2 days1-15/+1
* bitbake: cooker: Use shared counter for processing parser jobsJoshua Watt10 days1-12/+18
* bitbake: cooker: Add better parse debugRichard Purdie12 days1-1/+1
* bitbake: cooker: Try and avoid parsing hangsRichard Purdie12 days1-9/+15
* bitbake: cooker: Add debug for parsing being completeRichard Purdie2025-03-111-0/+1
* bitbake: lib/bb/cooker.py: produce an error when BB_HASHSERVE_UPSTREAM cannot...Alexander Kanavin2025-03-061-2/+8
* bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mcChris Laplante2024-12-171-5/+6
* bitbake: cooker: use enum for cooker state to improve readabilityChris Laplante2024-12-061-30/+28
* bitbake: Remove custom exception backtrace formattingJoshua Watt2024-11-281-8/+24
* bitbake: cooker: Drop support for BB_DANGLINGAPPENDS_WARNONLYRichard Purdie2024-11-211-7/+1
* bitbake: cooker: Sort pn-buildlistRobert Yang2024-11-051-4/+5
* bitbake: cookerdata: Separate out data_hash and hook to tinfoilRichard Purdie2024-08-131-3/+7
* bitbake: bitbake: Drop older python version compatibility codeRichard Purdie2024-05-311-5/+4
* bitbake: cooker: Improve handling errors during parsing when profilingRichard Purdie2024-05-311-4/+5
* bitbake: runqueue: Process unihashes in parallel at initRichard Purdie2024-05-281-1/+0
* bitbake: cooker: Ensure generateTaskDepTreeData fails for NoProviderRichard Purdie2024-05-171-3/+3
* bitbake: cooker: Handle ImportError for websocketsjoshua Watt2024-05-081-1/+2
* bitbake: cooker: Use hash client to ping upstream serverjoshua Watt2024-05-021-4/+3
* 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