summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: runqueue: Improve deadlock warning messagesRichard Purdie2022-08-081-4/+6
* bitbake: runqueue: Ensure deferred tasks are sorted by multiconfigRichard Purdie2022-08-081-5/+8
* bitbake: runqueue: add cpu/io pressure regulationAryaman Gupta2022-07-281-0/+65
* bitbake: runqueue: Fix unihash cache mismatch issuesRichard Purdie2022-06-021-0/+3
* bitbake: runqueue: Fix sig file location when using multiconfigRichard Purdie2022-04-301-1/+1
* bitbake: runqueue: Drop pointless variable assignmentRichard Purdie2022-04-211-1/+0
* bitbake: lib/bb: Replace "abort" usage in task handlingScott Murray2022-02-211-6/+6
* bitbake: bitbake: Rename allowed multiple provider variableScott Murray2022-02-211-2/+2
* bitbake: bitbake: Rename setscene enforce filtering variableScott Murray2022-02-211-17/+17
* bitbake: runqueue: Drop BB_STAMP_POLICY/BB_STAMP_WHITELISTRichard Purdie2022-01-121-22/+1
* bitbake: runqueue: Fix runall option handlingRichard Purdie2021-11-081-0/+1
* bitbake: runqueue: Fix runall option task deletion ordering issueRichard Purdie2021-11-051-19/+16
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-031-18/+19
* bitbake: lib/bb: Clean up use of len()Richard Purdie2021-11-031-33/+33
* bitbake: runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie2021-09-171-3/+18
* bitbake: runqueue: Clean up task stats handlingRichard Purdie2021-09-111-15/+7
* bitbake: runqueue: Fix issues with multiconfig deferred task deadlock messagesRichard Purdie2021-09-081-0/+6
* bitbake: runqueue: Avoid deadlock avoidance task graph corruptionRichard Purdie2021-09-081-1/+2
* bitbake: runqueue: Improve multiconfig deferred task issuesRichard Purdie2021-08-051-26/+32
* bitbake: runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie2021-05-011-4/+10
* bitbake: runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie2021-05-011-4/+4
* bitbake: runqueue: Fix deferred task issuesRichard Purdie2021-04-181-0/+4
* bitbake: runqueue: Further fixes for confused setscene tasksRichard Purdie2021-04-061-13/+26
* bitbake: runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie2021-03-231-0/+14
* bitbake: runqueue: Print pseudo.log if fakeroot task failedTomasz Dziendzielski2021-03-111-9/+37
* bitbake: runqueue: Add setscene task overlap sanity checkRichard Purdie2021-03-091-0/+4
* bitbake: runqueue: Fix task execution corruption issueRichard Purdie2021-03-091-0/+3
* bitbake: bitbake-worker/runqueue: Add support for BB_DEFAULT_UMASKRichard Purdie2021-02-161-0/+1
* bitbake: event: Prevent bitbake from executing event handler for wrong multic...Tomasz Dziendzielski2021-02-161-2/+2
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-32/+32
* bitbake: lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig ...Tomasz Dziendzielski2021-02-061-3/+3
* bitbake: runqueue: Don't use sys.argvRichard Purdie2020-08-251-5/+4
* bitbake: build/msg: Cleanup verbose option handlingRichard Purdie2020-08-251-2/+2
* bitbake: runqueue: Avoid unpickle errors in rare casesRichard Purdie2020-06-281-2/+7
* bitbake: bitbake: siggen: Pass all data caches to hash functionsJoshua Watt2020-06-121-3/+5
* bitbake: bitbake: command: Move split_mc_pn to runqueueJoshua Watt2020-06-101-0/+6
* bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt2020-06-101-5/+6
* bitbake: runqueue: Lower setscene complete logging levelJoshua Watt2020-03-131-1/+1
* bitbake: runqueue/siggen: Lower hash equivalence loggingJoshua Watt2020-03-131-3/+3
* bitbake: runqueue/siggen: Log hash equivalence with a different loggerJoshua Watt2020-03-131-5/+6
* bitbake: lib/bb/msg: Use log level instead of debug countJoshua Watt2020-03-131-1/+1
* bitbake: runqueue: teach runonly/runall to accept "do_task" as well as "task"Chris Laplante2020-03-071-2/+6
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-3/+1
* bitbake: runqueue: Use a set for the setscene tasks listRichard Purdie2020-01-131-2/+2
* bitbake: runqueue: Fix task dependency corner case in sanity testRichard Purdie2020-01-021-1/+4
* bitbake: runqueue: Ensure task dependencies are run correctlyRichard Purdie2020-01-021-0/+6
* bitbake: runqueue: Fix equiv hash handling build failuresRichard Purdie2020-01-021-1/+2
* bitbake: runqueue: Only call into the migrations function if migrations activeRichard Purdie2019-12-161-1/+2
* bitbake: runqueue: Optimise task filteringRichard Purdie2019-12-161-3/+2
* bitbake: runqueue: Optimise out pointless loop iterationRichard Purdie2019-12-161-9/+3