summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake-worker: allow '=' in environment variable valuesdavid d zuhn2024-03-221-1/+1
* bitbake: runqueue: Add support for BB_LOADFACTOR_MAXRichard Purdie2024-02-231-0/+16
* bitbake: runqueue: Improve setcene performance when encoutering many 'hard' d...Richard Purdie2024-02-131-1/+11
* bitbake: runqueue: Optimise taskname lookups in next_buildable_taskRichard Purdie2024-02-131-3/+3
* bitbake: runqueue: Improve performance for executing tasksRichard Purdie2024-02-131-10/+21
* bitbake: runqueue: Fix runall all bugRichard Purdie2024-01-121-18/+24
* bitbake: bitbake/runqueue: rework 'bitbake -S printdiff' logicAlexander Kanavin2024-01-101-15/+26
* 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-051-0/+1
* bitbake: bitbake-diffsigs/runqueue: adapt to reworked find_siginfo()Alexander Kanavin2024-01-051-5/+5
* bitbake: bitbake/runqueue: add debugging for find_siginfo() callsAlexander Kanavin2024-01-051-0/+4
* bitbake: runqueue: Remove tie between rqexe and starts_workerRichard Purdie2023-12-171-15/+8
* bitbake: runqueue: Improve inter setscene task dependency handlingRichard Purdie2023-12-061-13/+28
* 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: 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: 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: bitbake/lib: spawn server/worker using the current Python interpreterRoss Burton2023-09-261-2/+4
* bitbake: bitbake-worker/runqueue: Avoid unnecessary bytes object copiesEtienne Cordonnier2023-09-221-2/+2
* bitbake: runqueue: show number of currently running bitbake threads when pres...Martin Jansa2023-09-051-1/+1
* bitbake: runqueue: show more pressure dataMartin Jansa2023-08-241-8/+10
* bitbake: runqueue.py: fix PSI check logicChen Qi2023-08-111-4/+5
* bitbake: runqueue: convert deferral messages from bb.note to bb.debugDenys Dmytriyenko2023-07-191-3/+3
* bitbake: runqueue: Add pressure change loggingRichard Purdie2023-07-191-0/+4
* bitbake: runqueue: Fix deferred task/multiconfig race issueRichard Purdie2023-06-281-4/+12
* bitbake: runqueue: Fix handling of virtual files in layername calculationRichard Purdie2023-06-201-2/+4
* bitbake: runqueue: Pass hashfn in taskdep dataJoshua Watt2023-06-011-2/+4
* bitbake: cooker: Add FILE_LAYERNAME variable containing the layername for a r...Richard Purdie2023-05-251-0/+2
* bitbake: runqueue: fix PSI check calculationChen Qi2023-04-131-4/+9
* bitbake: event/cooker/runqueue: Add ability to interrupt longer running codeRichard Purdie2023-02-231-0/+15
* bitbake: runqueue: Drop SystemExit usageRichard Purdie2023-02-191-2/+1
* bitbake: event: builtins fix for 'd' deletionRichard Purdie2022-12-291-1/+1
* bitbake: build/siggen: Rework stamps functionsRichard Purdie2022-12-171-12/+13
* bitbake: bitbake: siggen/runqueue: Switch to using RECIPE_SIGGEN_INFO feature...Richard Purdie2022-12-171-13/+13
* bitbake: siggen: Directly store datacaches referenceRichard Purdie2022-12-171-0/+2
* bitbake: build/siggen/runqueue: Drop do_setscene referencesRichard Purdie2022-12-111-1/+1
* bitbake: siggen: Drop non-multiconfig aware siggen supportRichard Purdie2022-12-111-5/+3
* bitbake: runqueue: Improve error message for missing multiconfigRichard Purdie2022-11-291-0/+2
* bitbake: runqueue: Fix race issues around hash equivalence and sstate reuseRichard Purdie2022-11-221-16/+20
* bitbake: runqueue: Add further debug for sstate reuse issuesRichard Purdie2022-11-221-0/+4
* bitbake: worker/runqueue: Reduce initial data transfer in workerdataRichard Purdie2022-11-201-16/+36
* bitbake: cache/cookerdata: Move recipe parsing functions from cache to databu...Richard Purdie2022-11-201-2/+1
* bitbake: runqueue: fix a typoOliver Lang2022-10-251-1/+1
* bitbake: runqueue: Change pressure file warning to a noteRichard Purdie2022-08-241-1/+1
* bitbake: runqueue: add memory pressure regulationAryaman Gupta2022-08-121-5/+22
* bitbake: runqueue: Drop deadlock breaking force failRichard Purdie2022-08-081-3/+0
* bitbake: runqueue: Improve deadlock warning messagesRichard Purdie2022-08-081-4/+6