summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: fix multiconfig task dependency filteringKyle Russell2019-12-121-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-251-3/+9
* bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie2018-12-061-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
* bitbake: runqueue: Add the taskhash to BB_TASKDEPDATARichard Purdie2016-12-081-1/+2
* bitbake: runqueue.py: monitor disk space at regular time intervalsPatrick Ohly2016-12-071-5/+19
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-16/+16
* bitbake: runqueue.py: Remove redundant whitelist checksRandy Witt2016-10-111-1/+4
* bitbake: runqueue: Optimise task id string manipulationsRichard Purdie2016-10-091-46/+33
* bitbake: bb.runqueue: fix unexpected process death logicChristopher Larson2016-10-091-10/+5
* bitbake: runqueue: Ensure worker failure is accounted for in task statisticsRichard Purdie2016-09-301-0/+1
* bitbake: runqueue: Handle missing sstate dependencies betterRichard Purdie2016-09-211-5/+4