summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: build/runqueue: Add noextra stamp file parameter to fix multiconfig ...Richard Purdie2016-09-021-2/+2
* bitbake: bitbake: Initial multi-config supportRichard Purdie2016-08-181-210/+264
* bitbake: runqueue: Abstract worker functionality to an object/arrayRichard Purdie2016-08-181-56/+66
* bitbake: runqueue: fix two minor issues with the initialising tasks progressPaul Eggleton2016-08-171-2/+3
* bitbake: runqueue: improve exception loggingEd Bartosh2016-07-191-2/+2
* bitbake: runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton2016-07-081-3/+67
* bitbake: runqueue: add ability to enforce that tasks are setscenedPaul Eggleton2016-07-081-1/+80
* bitbake: runqueue: Use tid instead of taskid in find_chains()George McCollister2016-06-161-1/+1
* bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie2016-06-151-500/+458
* bitbake: runqueue: Change buildable/running lists to setsRichard Purdie2016-06-151-36/+27
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-61/+56
* bitbake: runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly2016-05-141-4/+4
* bitbake: runqueue: Improve timestamp comparisonsRichard Purdie2016-05-131-1/+5
* bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie2016-05-111-1/+1
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie2016-04-121-2/+70
* bitbake: bb/runqueue: save task file dependency cache onto diskMarkus Lehtonen2016-02-181-0/+1
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+1
* bitbake: Revert "runqueue.py: Ensure one setscene function doesn't mask out a...Richard Purdie2016-01-191-5/+2
* bitbake: runqueue: Fix setscene task dependenciesRichard Purdie2016-01-111-0/+1
* bitbake: taskdata: refactor get_providermapEd Bartosh2016-01-111-1/+1
* bitbake: main/runqueue: Add --setscene-only option to bitbakeRichard Purdie2016-01-111-3/+6
* bitbake: runqueue: Add support for <task>- syntaxRichard Purdie2015-12-181-8/+18
* bitbake: runqueue: Add handling of virtual/xxx provider mappingsRichard Purdie2015-10-011-0/+9
* bitbake: cooker/runqueue: Allow bitbake commands starting with do_Alex Franco2015-09-041-1/+3
* bitbake: runqueue.py: Add provides to taskdepdataMariano Lopez2015-08-101-1/+2
* bitbake: runqueue: Sanity check BB_NUMBER_THREADSRichard Purdie2015-06-231-0/+3