summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* 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
* bitbake: cooker/runqueue: Turn universe warnings into verbnotesRichard Purdie2018-09-101-1/+1
* bitbake: runqueue: Move decision if a task can be started to one common placeAndreas Müller2018-08-151-4/+8
* bitbake: runqueue: Allow the hash validate function to have an idea of build ...Richard Purdie2018-08-081-0/+5
* bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-08-011-2/+19
* bitbake: runqueue: Stop on first unsatisfied dependencyJoshua Watt2018-07-091-3/+4
* bitbake: runqueue: Remove unused variableJoshua Watt2018-07-091-2/+0
* bitbake: runqueue: Remove trailing whitespaceJoshua Watt2018-07-091-1/+1
* bitbake: runqueue.py: Fix a virtual class extension stamps issueMing Liu2018-07-021-1/+1
* bitbake: runqueue.py: Initial implementation of per task process limitsMark Hatle2018-06-151-0/+21
* bitbake: runqueue.py: Minor cleanup for RunQueueStats and usersMark Hatle2018-06-151-9/+9
* bitbake: runqueue: Ensure only recursive task dependencies are prunedRichard Purdie2018-03-011-1/+1
* bitbake: main/runqueue: Rework runall task and add runonly optionRichard Purdie2018-02-141-11/+38
* bitbake: runqueue: Rewrite and optimize recrdepends handlingRichard Purdie2018-02-061-51/+83
* bitbake: runqueue: Optimize recrdepends handlingRichard Purdie2018-02-061-10/+13
* bitbake: runqueue: Remove unused variablesRichard Purdie2018-02-061-2/+0
* bitbake: runqueue: Fix recidepends handlingRichard Purdie2018-02-061-41/+51
* bitbake: runqueue: Fix typo builable -> buildableRichard Purdie2017-11-211-2/+2
* bitbake: runqueue: fix BB_SETSCENE_ENFORCE with empty BB_SETSCENE_ENFORCE_WHI...Paul Eggleton2017-09-121-3/+3
* bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and ...Richard Purdie2017-09-021-6/+1
* bitbake: runqueue: Tweak debug message to make it more readable/diffableRichard Purdie2017-07-311-1/+1
* bitbake: lib/bb/event: refactor printing eventsPaul Eggleton2017-07-211-0/+6
* bitbake: bitbake: runqueue: multiconfig fixJuro Bystricky2017-06-141-1/+1
* bitbake: runqueue: Allow recrdeptask not to exist for all recipesRichard Purdie2017-04-101-0/+3
* bitbake: runqueue: minor typo fixAndre McCurdy2017-03-151-1/+1
* bitbake: runqueue: add option to run all tasks in specific build targetMatthew McClintock2017-03-131-0/+17
* bitbake: runqueue: Fix collapsed setscene dependency treeRichard Purdie2017-02-191-1/+4
* bitbake: runqueue.py: revised completion schedulerPatrick Ohly2017-01-201-24/+101
* bitbake: runqueue: Fix traceback when using -bRichard Purdie2017-01-201-0/+2
* bitbake: use multiple processes to dump signatures.Jianxun Zhang2017-01-171-5/+27
* bitbake: runqueue: Only start fakeroot workers when neededRichard Purdie2016-12-221-8/+7
* bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parall...Richard Purdie2016-12-221-1/+5
* bitbake: runqueue: Fix setscene issues with multiconfigRichard Purdie2016-12-221-20/+20
* bitbake: runqueue: Ensure pseudo executes from the correct place (use the rig...Richard Purdie2016-12-221-2/+3
* bitbake: runqueue: dry-run real tasks when BB_SETSCENE_ENFORCE is setPaul Eggleton2016-12-201-6/+7
* bitbake: cooker/command: Drop expanded_dataRichard Purdie2016-12-161-4/+4
* bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton2016-12-141-0/+1
* bitbake: runqueue: Send BB_TASKDEPDATA for setscene tasksRichard Purdie2016-12-081-2/+42