summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* 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: fetch2/git: Clarify the meaning of namespaceMarek Vasut2022-12-211-1/+2
* bitbake: bitbake: Convert to argparseJoshua Watt2022-12-171-171/+175
* bitbake: process: log odd unlink events with bitbake.sockFrank de Brabander2022-12-171-2/+3
* bitbake: codeparser/data: Add vardepsexclude support to module dependency codeRichard Purdie2022-12-172-0/+7
* bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie2022-12-174-16/+68
* bitbake: siggen: Clarify which fn is meantRichard Purdie2022-12-171-38/+39
* bitbake: build/siggen: Rework stamps functionsRichard Purdie2022-12-174-124/+109
* bitbake: siggen: Add dummy dataCaches from task context/datastoreRichard Purdie2022-12-172-37/+42
* bitbake: bitbake: siggen/runqueue: Switch to using RECIPE_SIGGEN_INFO feature...Richard Purdie2022-12-173-33/+37
* bitbake: siggen: Directly store datacaches referenceRichard Purdie2022-12-172-0/+5
* bitbake: main/process: Add extra sockname debuggingRichard Purdie2022-12-132-4/+6
* bitbake: bitbake: Bump minimum python version requirement to 3.8Richard Purdie2022-12-121-2/+2
* bitbake: build/siggen/runqueue: Drop do_setscene referencesRichard Purdie2022-12-113-5/+5
* bitbake: siggen: Drop non-multiconfig aware siggen supportRichard Purdie2022-12-113-55/+4
* bitbake: fetch2/wget.py: correctly match versioned directoriesAlexander Kanavin2022-12-115-2/+84
* bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository meta...Marek Vasut2022-12-091-2/+6
* bitbake: fetch2/wget: handle username/password in uriKasper Revsbech2022-12-091-1/+2
* bitbake: main/server: Add lockfile debugging upon server retryRichard Purdie2022-12-092-25/+37
* bitbake: main: Add timestamp to server retry messagesRichard Purdie2022-12-091-3/+7
* bitbake: cookerdata: Ensure layers use LAYERSERIES_COMPAT fairlyRichard Purdie2022-12-081-2/+27
* bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...Richard Purdie2022-12-085-8/+43
* bitbake: bin/utils: Ensure locale en_US.UTF-8 is available on the systemFrank de Brabander2022-12-081-0/+16
* 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-083-5/+34
* bitbake: cache/siggen: Simplify passing basehash data into the cacheRichard Purdie2022-12-082-3/+6
* bitbake: data: Tweak code layoutRichard Purdie2022-12-081-25/+25
* bitbake: data_smart: Small cache reuse optimizationRichard Purdie2022-11-291-3/+7
* bitbake: runqueue: Improve error message for missing multiconfigRichard Purdie2022-11-291-0/+2
* bitbake: BBHandler: Remove pointless global variable declarationsRichard Purdie2022-11-291-2/+2
* bitbake: data: Drop obsolete pydoc/path codeRichard Purdie2022-11-291-5/+0
* bitbake: data_smart: Use regex consistently for override matching张忠山2022-11-291-1/+1
* bitbake: utils: Allow to_boolean to support int valuesRichard Purdie2022-11-271-0/+3
* bitbake: data_smart: Add debugging for overrides stability issueRichard Purdie2022-11-271-1/+3