summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: fetch/checkstatus(): do not print the URI twice in FetchError exceptionAlexander Kanavin2024-01-101-1/+1
* bitbake: bitbake: tests/event: Add test_lineno_in_eventhandlerRobert Yang2024-01-101-0/+24
* bitbake: bitbake: event: Inject empty lines to make code match lineno in file...Robert Yang2024-01-101-2/+3
* bitbake: bitbake: Version bump for find_siginfo chanagesRichard Purdie2024-01-051-1/+1
* bitbake: bitbake/runqueue: prioritize local stamps over sstate signatures in ...Alexander Kanavin2024-01-051-0/+3
* bitbake: siggen: Ensure version of siggen is verifiedRichard Purdie2024-01-053-0/+12
* bitbake: bitbake-diffsigs/runqueue: adapt to reworked find_siginfo()Alexander Kanavin2024-01-051-5/+5
* bitbake: bitbake: Post release version bump to 2.7.0Richard Purdie2024-01-051-1/+1
* bitbake: bitbake/runqueue: add debugging for find_siginfo() callsAlexander Kanavin2024-01-051-0/+4
* bitbake: bitbake/codeparser.py: address ast module deprecations in py 3.12Alexander Kanavin2024-01-021-10/+10
* bitbake: lib/bb: Add workaround for libgcc issues with python 3.8 and 3.9Richard Purdie2023-12-301-0/+7
* bitbake: runqueue: Remove tie between rqexe and starts_workerRichard Purdie2023-12-171-15/+8
* bitbake: utils: Fix mkdir with PosixPathRichard Purdie2023-12-171-1/+1
* bitbake: toaster: Added new feature to import eventlogs from command line int...Marlon Rodriguez Garcia2023-12-122-1/+87
* bitbake: utils: Do not create directories with ${ in the namePavel Zhukov2023-12-081-1/+2
* bitbake: bitbake: Move to version 2.6.1 to mark runqueue changesRichard Purdie2023-12-061-1/+1
* bitbake: bb/toaster: Fix assertEquals deprecation warningsRichard Purdie2023-12-061-1/+1
* bitbake: runqueue: Improve inter setscene task dependency handlingRichard Purdie2023-12-061-13/+28
* bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.Charlie Johnston2023-12-021-2/+5
* bitbake: bitbake: tests: Fix duplicate test_underscore_override testRichard Haar2023-12-021-10/+10
* bitbake: cooker: Avoid eventlog variable listing lockupsRichard Purdie2023-11-271-25/+11
* bitbake: ui/ncurses: Add missing function call to avoid tracebackRichard Purdie2023-11-271-0/+3
* bitbake: fetch2/aws: forward env-vars used in gitlab-ci K8sFelix Moessbauer2023-11-231-0/+2
* bitbake: fetch2: git: add missing destsuffix and subpath parameters in docstr...Julien Stephan2023-11-231-0/+8
* bitbake: bitbake: fetch2: git: Update Git-LFS download and testsDesone Burns2023-11-232-28/+47
* bitbake: cache: Simplify virtualfn2realfn()Peter Kjellerstedt2023-11-231-4/+2
* bitbake: cookerdata: Be consistent with what type bb_data representsPeter Kjellerstedt2023-11-231-6/+5
* bitbake: command: Make parseRecipeFile() handle virtual recipes correctlyPeter Kjellerstedt2023-11-231-4/+4
* 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: bitbake: utils: remove spaces on empty linesJulien Stephan2023-11-201-8/+8
* bitbake: runqueue: Refactor StaleSetSceneTasks event out of build_scenequeue_...Richard Purdie2023-11-161-18/+18
* bitbake: runqueue: Move 'cantskip' into sqdataRichard Purdie2023-11-161-7/+7
* bitbake: asyncrpc: Add option to set log level when running as a processJoshua Watt2023-11-142-2/+5
* 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