summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: runqueue: Remove pointless variableRichard Purdie2019-07-151-9/+10
* bitbake: runqueue: Code simplificationRichard Purdie2019-07-151-4/+1
* bitbake: runqueue: Tweak comments and debug codeRichard Purdie2019-07-151-1/+4
* bitbake: runqueue: Simplify scenequeue unskippable calculationRichard Purdie2019-07-151-32/+13
* bitbake: runqueue: Add covered_tasks (or 'collated_deps') to scenequeue dataRichard Purdie2019-07-151-0/+6
* bitbake: event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie2019-07-151-9/+0
* bitbake: runqueue: Fold remains of the scenequeue setup into RunQueueExecuteRichard Purdie2019-07-151-47/+42
* bitbake: runqueue: Simplify _execute_runqueue logicRichard Purdie2019-07-151-22/+24
* bitbake: runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasksRichard Purdie2019-07-151-56/+43
* bitbake: runqueue: Fix counter/task updating glitchRichard Purdie2019-07-151-1/+1
* bitbake: runqueue: Merge scenequeue and real task queue code togetherRichard Purdie2019-07-151-258/+258
* bitbake: runqueue: Merge stats handling together for setscene/real tasksRichard Purdie2019-07-151-19/+20
* bitbake: runqueue: Uniquely namespace the scenequeue functionsRichard Purdie2019-07-151-39/+47
* bitbake: runqueue: Factor out the process_setscene_whitelist checksRichard Purdie2019-07-151-40/+45
* bitbake: runqueue: Remove unused function parameterRichard Purdie2019-07-151-2/+3
* bitbake: runqueue: Move scenequeue data generation to a separate functionRichard Purdie2019-07-151-224/+244
* bitbake: runqueue: Remove now uneeded codeRichard Purdie2019-07-151-25/+1
* bitbake: runqueue: Drop unused BB_SETSCENE_VERIFY_FUNCTION2Richard Purdie2019-07-151-30/+3
* bitbake: runqueue: Tweak buildable variable handling in schedulerRichard Purdie2019-07-151-4/+5
* bitbake: bitbake: Add --skip-setscene optionJoshua Watt2019-07-031-0/+5
* bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang2019-06-281-1/+0
* bitbake: multiconfig: Switch from 'multiconfig' -> 'mc'Richard Purdie2019-06-101-4/+4
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: bitbake-diffsigs: Use 4 spaces as indent for recursecbRobert Yang2019-04-231-1/+1
* bitbake: runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATARichard Purdie2019-02-251-0/+19
* bitbake: runqueue: Fix dependency loop analysis 'hangs'Richard Purdie2019-02-171-3/+9
* bitbake: bitbake: Allow arguments in FAKEROOTCMDJoshua Watt2019-02-151-2/+3
* bitbake: bitbake: runqueue: __find_md5__ -> __find_sha256Robert Yang2019-01-141-2/+2
* bitbake: bitbake: runqueue: Use multiconfig name to fetch unihashJoshua Watt2019-01-111-1/+1
* bitbake: runqueue: Pass unique hash to hash validateJoshua Watt2019-01-031-11/+30
* bitbake: runqueue: Pass unique hash to taskJoshua Watt2019-01-031-4/+6
* bitbake: runqueue: Track task unique hashJoshua Watt2019-01-031-8/+17
* bitbake: bitbake-worker: Pass taskhash as runtask parameterJoshua Watt2018-12-071-9/+6
* bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie2018-12-011-5/+6
* bitbake: runqueue: Ensure setscene tasks that aren't covered get builtRichard Purdie2018-09-101-2/+4