summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: fix deprecated threading.Thread.setDaemonTim Orling2023-01-244-4/+4
* bitbake: data_smart: Small optimisation to _findVar()Richard Purdie2023-01-241-7/+9
* bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisa...Richard Purdie2023-01-242-12/+17
* bitbake: cooker: Fix parsing race around cache handlingRichard Purdie2023-01-241-8/+8
* bitbake: cache: Only write files if we have dataRichard Purdie2023-01-241-3/+11
* bitbake: cooker: Fix siggen recipe cache race issueRichard Purdie2023-01-241-2/+1
* bitbake: server/process: Fix lockfile contents check bugRichard Purdie2023-01-241-1/+1
* bitbake: fetch2/tests: Add parameter to recipe_uriPavel Zhukov2023-01-201-1/+1
* bitbake: fetch2/tests: Add test for MercurialPavel Zhukov2023-01-181-0/+44
* bitbake: fetch2: kill parameters in uri_find_decodedPavel Zhukov2023-01-181-0/+1
* bitbake: server/process: Improve lockfile handling at exitRichard Purdie2023-01-141-4/+5
* bitbake: persist_data: Handle sqlite error when cachefile path is too longYoann Congal2023-01-131-1/+20
* bitbake: server/process: Move heartbeat to idle threadRichard Purdie2023-01-111-22/+22
* bitbake: main: Move --buildfile help at the end of "Execution" groupYoann Congal2023-01-111-4/+3
* bitbake: cooker: Fix exit handling issuesRichard Purdie2023-01-111-6/+4
* bitbake: knotty: Improve shutdown handlingRichard Purdie2023-01-111-5/+10
* bitbake: tinfoil: Don't wait for events indefinitelyRichard Purdie2023-01-111-1/+7
* bitbake: process/cooker/command: Fix currentAsyncCommand locking/racesRichard Purdie2023-01-113-24/+44
* bitbake: cooker/command: Drop async command handler indirection via cookerRichard Purdie2023-01-112-11/+2
* bitbake: Group and reorder options in bitbake helpYoann Congal2023-01-091-100/+122
* bitbake: cooker: Clean up inotify idle handlerRichard Purdie2023-01-062-8/+3
* 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-056-36/+40
* bitbake: command: Ensure that failure cases call finishAsyncComandRichard Purdie2023-01-021-2/+2
* bitbake: cookerdata: Fix previous commit to use a string, not a generatorRichard Purdie2023-01-021-1/+1
* bitbake: cookerdata: Fix cache/reparsing issueRichard Purdie2023-01-011-2/+2
* bitbake: knotty: Ping the server/cooker periodicallyRichard Purdie2022-12-311-1/+11
* bitbake: server/process: Run idle commands in a separate idle threadRichard Purdie2022-12-314-50/+97
* bitbake: server/process: Add locking around idle functions accessesRichard Purdie2022-12-311-5/+14
* bitbake: event: Always use threadlockRichard Purdie2022-12-312-55/+35
* bitbake: server/process: Improve idle loop exit codeRichard Purdie2022-12-313-17/+20
* bitbake: cooker: Ensure commands clean up any parser processesRichard Purdie2022-12-311-0/+3
* bitbake: command: Tweak finishAsyncCommand ordering to avoid racesRichard Purdie2022-12-311-1/+1
* bitbake: server/process: Improve exception and idle function loggingRichard Purdie2022-12-311-0/+4
* bitbake: cooker/cookerdata: Rework the way the datastores are resetRichard Purdie2022-12-312-18/+22
* bitbake: event: Add enable/disable heartbeat codeRichard Purdie2022-12-313-2/+15
* bitbake: knotty: Avoid looping with tracebacksRichard Purdie2022-12-311-3/+1
* bitbake: cache: Drop reciever side counting for SiggenRecipeInfoRichard Purdie2022-12-301-7/+8
* bitbake: tinfoil: Ensure CommandExit is handledRichard Purdie2022-12-291-1/+1
* bitbake: cooker: Ensure cache is cleared for partial resetsRichard Purdie2022-12-291-0/+3
* bitbake: event: builtins fix for 'd' deletionRichard Purdie2022-12-294-26/+17
* bitbake: cache/siggen: Fix cache issues with signature handlingRichard Purdie2022-12-292-1/+3
* bitbake: server/process: Add bitbake.sock race handlingRichard Purdie2022-12-211-1/+11
* bitbake: siggen: Minor code improvementRichard Purdie2022-12-211-3/+3
* bitbake: cache: Allow compression of the data in SiggenRecipeInfoRichard Purdie2022-12-212-0/+76
* bitbake: command: Add ping commandRichard Purdie2022-12-211-0/+6
* bitbake: README: add required python version for bitbakeFrank de Brabander2022-12-211-0/+2
* bitbake: bitbake-user-manual: remove "OEBasic" signature generatorMichael Opdenacker2022-12-211-9/+8
* bitbake: bitbake-user-manual: double colon fixMichael Opdenacker2022-12-211-2/+1
* bitbake: fetch2/git: Clarify the meaning of namespaceMarek Vasut2022-12-212-3/+4