summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: runqueue: Optimise task migration code slightlyRichard Purdie2019-12-161-8/+9
* bitbake: runqueue: Fix sstate task iteration performanceRichard Purdie2019-12-161-1/+5
* bitbake: siggen: Split get_tashhash for performanceRichard Purdie2019-12-161-0/+1
* bitbake: runqueue: Fix task mismatch failures from incorrect logicRichard Purdie2019-12-161-1/+1
* bitbake: runqueue: Rework process_possible_migrations() to improve performanceRichard Purdie2019-12-161-47/+56
* bitbake: runqueue: Batch scenequeue updatesJoshua Watt2019-12-121-4/+7
* bitbake: runqueue: Add extra debugging when locked sigs mismatches occurRichard Purdie2019-12-041-0/+2
* bitbake: runqueue/siggen: Allow handling of equivalent hashesRichard Purdie2019-12-041-12/+19
* bitbake: runqueue.py: not show warning for deferred multiconfig taskKai Kang2019-11-291-1/+1
* bitbake: runqueue: Ensure failed harddependencies in scenequeue are accounted...Richard Purdie2019-11-251-1/+8