summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Add extra debugging when locked sigs mismatches occurRichard Purdie2020-01-111-0/+2
* bitbake: runqueue/siggen: Allow handling of equivalent hashesRichard Purdie2020-01-111-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
* bitbake: runqueue: Improve sstate rehashing outputRichard Purdie2019-11-251-12/+16
* bitbake: runqueue: Fix hash equivalence duplicate tasks runningRichard Purdie2019-11-251-4/+10
* bitbake: runqueue: Small performance optimisationRichard Purdie2019-09-301-0/+2
* bitbake: runqueue: Save unihashes more frequentlyRichard Purdie2019-09-301-0/+1
* bitbake: siggen/runqueue: Fix signature mismatch issuesRichard Purdie2019-09-301-1/+2
* bitbake: runqueue: Change task migration behaviour for rerunning setscene tasksRichard Purdie2019-09-301-0/+4
* bitbake: runqueue: Fix task migration problemsRichard Purdie2019-09-301-44/+55
* bitbake: runqueue: validate_hashes(): currentcount should be a numberRobert Yang2019-09-191-3/+3
* bitbake: bitbake: Rework hash equivalenceJoshua Watt2019-09-181-2/+2
* bitbake: runqueue/siggen: Optimise hash equiv queriesRichard Purdie2019-09-161-0/+1
* bitbake: bitbake: respect force flag in runall and runonlyJoshua Watt2019-08-281-14/+18
* bitbake: runqueue: Optimise build_taskdepdata slightlyRichard Purdie2019-08-211-6/+6
* bitbake: runqueue: Further optimise holdoff tasksRichard Purdie2019-08-211-24/+25
* bitbake: runqueue: Optimise holdoff task handlingRichard Purdie2019-08-211-2/+10
* bitbake: runqueue: Small but critical fixRichard Purdie2019-08-211-0/+1
* bitbake: runqueue: Ensure target_tids is filteredRichard Purdie2019-08-161-0/+1
* bitbake: runqueue: Ensure data is handled correctlyRichard Purdie2019-08-151-0/+2
* bitbake: runqueue: Fix data corruption problemRichard Purdie2019-08-151-0/+3
* bitbake: runqueue: Ensure we clear the stamp cacheRichard Purdie2019-08-141-0/+3
* bitbake: runqueue: Add missing setscene task corner caseRichard Purdie2019-08-141-0/+2
* bitbake: runqueue: Add further debug informationRichard Purdie2019-08-141-0/+11
* bitbake: runqueue: Drop debug statement causing performance issuesRichard Purdie2019-08-141-2/+0
* bitbake: runqueue: Fix event timing raceRichard Purdie2019-08-141-69/+72
* bitbake: runqueue: Recompute holdoff tasks from scratchRichard Purdie2019-08-141-1/+1
* bitbake: runqueue: Improve scenequeue debuggingRichard Purdie2019-08-141-19/+42
* bitbake: runqueue: Fix next_buildable_task performance problemRichard Purdie2019-08-141-5/+7
* bitbake: runqueue: Wait for covered tasks to complete before trying setsceneRichard Purdie2019-08-141-0/+4
* bitbake: runqueue: Improve setscene task handling logicRichard Purdie2019-08-141-75/+34
* bitbake: runqueue: Fix corruption issueRichard Purdie2019-08-141-1/+1
* bitbake: siggen: Clean up task reference formatsRichard Purdie2019-08-061-11/+8
* bitbake: runqueue: Clean up BB_HASHCHECK_FUNCTION APIRichard Purdie2019-08-061-41/+13
* bitbake: cooker/hashserv: Allow autostarting of a local hash server using BB_...Richard Purdie2019-08-061-0/+1
* bitbake: runqueue: Improve determinismRichard Purdie2019-08-061-13/+13
* bitbake: runqueue: Enable dynamic task adjustment to hash equivalencyRichard Purdie2019-08-061-10/+155
* bitbake: siggen: Add new unitaskhashes data variable which is cachedRichard Purdie2019-08-061-0/+1
* bitbake: runqueue: Improve scenequeue processing logicRichard Purdie2019-08-061-9/+3
* bitbake: runqueue: Fix non setscene tasks targets being lostRichard Purdie2019-07-181-1/+9
* bitbake: runqueue: Optimise multiconfig with overlapping setsceneRichard Purdie2019-07-161-8/+52
* bitbake: runqueue: Abstract hash verification functionRichard Purdie2019-07-161-40/+42
* bitbake: runqueue: Whitespace fixRichard Purdie2019-07-161-19/+19
* bitbake: runqueue: Simplify some convoluted logicRichard Purdie2019-07-161-6/+1
* bitbake: runqueue: Complete the merge of scenequeue and normal task executionRichard Purdie2019-07-151-117/+109
* bitbake: runqueue: Alter setscenewhitelist handlingRichard Purdie2019-07-151-49/+30
* bitbake: runqueue: Merge the queues and execute setscene and normal tasks in ...Richard Purdie2019-07-151-54/+115
* bitbake: runqueue: Clarify scenequeue_covered vs. tasks_coveredRichard Purdie2019-07-151-8/+12
* bitbake: runqueue: Further scheduler buildable tasks cleanupRichard Purdie2019-07-151-8/+1