summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: asyncrpc: client: Add disconnect APIJoshua Watt2023-11-091-1/+7
* bitbake: asyncrpc: client: Prevent double closing of loopJoshua Watt2023-11-091-4/+6
* bitbake: asyncrpc: Add InvokeErrorJoshua Watt2023-11-094-4/+22
* bitbake: hashserv: Add SQLalchemy backendJoshua Watt2023-11-091-2/+9
* bitbake: asyncrpc: Prefix log messages with client infoJoshua Watt2023-11-091-3/+18
* bitbake: asyncrpc: Add context manager APIJoshua Watt2023-11-091-0/+13
* bitbake: hashserv: Add websocket connection implementationJoshua Watt2023-11-093-2/+106
* bitbake: asyncrpc: Abstract socketsJoshua Watt2023-11-095-228/+298
* bitbake: runqueue: Fix errors when using -S printdiffRichard Purdie2023-11-091-2/+2
* bitbake: runqueue: Fix runall option for setscene tasksRichard Purdie2023-11-091-0/+1
* bitbake: bitbake-worker: add header with length of messageEtienne Cordonnier2023-11-061-12/+22
* bitbake: fetch2/git: fix lfs fetch with destsuffix paramRagesh Nair2023-10-231-2/+2
* bitbake: codeparser: add missing 'import os'Chris Laplante2023-10-231-0/+1
* bitbake: runqueue: set has 'add', not 'append' methodChris Laplante2023-10-231-1/+1
* bitbake: runqueue.py: clarify that 'closest' signature means 'most recent' (a...Alexander Kanavin2023-10-231-1/+1
* bitbake: Fix find_bbfiles string endswith callBELHADJ SALEM Talel2023-10-231-1/+1
* bitbake: tests/fetch.py: Add tests to cover multiple branch/name parametersPavel Zhukov2023-10-231-6/+69
* bitbake: codeparser: replace deprecated ast.Str and 's'Chris Laplante2023-10-171-2/+2
* bitbake: fetch2: Add API for upstream source tracingAlberto Pianon2023-10-157-0/+91
* bitbake: selftest/fetch: Ensure top level directory timestamp doesn't break testRichard Purdie2023-10-061-5/+7
* bitbake: bitbake: cooker: add a new function to retrieve task signaturesJulien Stephan2023-09-283-0/+45
* bitbake: fetch2: Adds vscode devcontainer supportMatthias Schnelte2023-09-261-0/+1
* bitbake: bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton2023-09-262-3/+5
* bitbake: tinfoil: Do not fail when logging is disabled and full config is usedPeter Kjellerstedt2023-09-261-1/+1
* bitbake: codeparser: Update debug variable referenceRichard Purdie2023-09-221-1/+1
* bitbake: bitbake-worker/runqueue: Avoid unnecessary bytes object copiesEtienne Cordonnier2023-09-221-2/+2
* bitbake: data: Add missing dependency handling of remove operatorInsu Park2023-09-202-0/+27
* bitbake: cooker: Drop unneeded flush callsRichard Purdie2023-09-201-3/+0
* bitbake: server/process: Disable the flush() call in server loggingRichard Purdie2023-09-181-1/+2
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-185-148/+59
* bitbake: fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt2023-09-141-9/+6
* bitbake: utils: Add path_is_descendant()Joshua Watt2023-09-141-0/+23
* bitbake: bitbake: Update to 2.6.0 release series/versionRichard Purdie2023-09-101-1/+1
* bitbake: server/process: Add more timing debugRichard Purdie2023-09-051-4/+9
* bitbake: runqueue: show number of currently running bitbake threads when pres...Martin Jansa2023-09-051-1/+1
* bitbake: fetch2: git: Remove useless try..else clauseJoshua Watt2023-09-021-4/+4
* bitbake: command: Avoid time intensive distractions for pingRichard Purdie2023-09-021-2/+5
* bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna2023-08-301-1/+12
* bitbake: fetch2: git: Check if clone directory is a git repoJoshua Watt2023-08-301-1/+29
* bitbake: gitsm: tolerate git-lfs in submodulesRandolph Sapp2023-08-301-4/+7
* bitbake: Fix disk space monitoring on cephfsSamantha Jalabert2023-08-251-3/+4
* bitbake: lib/bb: Add xattr and acl librariesJoshua Watt2023-08-242-0/+341
* bitbake: runqueue: show more pressure dataMartin Jansa2023-08-241-8/+10
* bitbake: fetch2: Add new srcrev fetcher APIRichard Purdie2023-08-241-5/+24
* bitbake: siggen.py: Improve taskhash reproducibilityPaulo Neves2023-08-241-2/+8
* bitbake: cooker: Fix error messageJoshua Watt2023-08-161-1/+1
* bitbake: siggen: Update debugRichard Purdie2023-08-131-4/+5
* bitbake: siggen: Fix indentationRichard Purdie2023-08-131-1/+1
* bitbake: runqueue.py: fix PSI check logicChen Qi2023-08-111-4/+5
* bitbake: fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić2023-08-112-1/+101