summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Only start fakeroot workers when neededRichard Purdie2017-01-111-8/+7
* bitbake: runqueue: Ensure setscene tasks with overlapping stamps don't parall...Richard Purdie2017-01-111-1/+5
* bitbake: runqueue: Fix setscene issues with multiconfigRichard Purdie2017-01-111-19/+19
* bitbake: runqueue: Ensure pseudo executes from the correct place (use the rig...Richard Purdie2017-01-111-2/+3
* 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
* bitbake: runqueue: Handle BBHandledException correctlyRichard Purdie2015-06-231-0/+7
* bitbake: runqueue: Improve handling of fakeworker failing to startRichard Purdie2015-06-231-1/+6
* bitbake: runqueue: Handle cases where siginfo is now a parameter to the hashv...Richard Purdie2015-05-151-2/+7
* bitbake: runqueue: pass finalized metadata to scenequeue callbacksChristopher Larson2015-04-081-4/+4
* bitbake: runqueue: Fix 100% cpu use after keyboard interruptRichard Purdie2014-12-091-5/+4
* bitbake: bitbake: Make printed 'runqueue' be consistently capitalizedGary Thomas2014-11-061-1/+1
* bitbake: siggen/runqueue/bitbake-worker: Improve siggen data transfer interfaceRichard Purdie2014-09-111-3/+1
* bitbake: bitbake-worker: Extra profiling data dumpRichard Purdie2014-08-281-2/+5
* bitbake: runqueue: Fix setscene tasks not runningRichard Purdie2014-08-281-0/+4
* bitbake: runqueue.py: Fix typoes/grammar in comments.Robert P. J. Day2014-08-191-6/+6
* bitbake: runqueue.py: Correct several misspellings of "notifing".Robert P. J. Day2014-08-191-7/+7
* bitbake: runqueue: Add sceneQueueComplete eventRichard Purdie2014-08-031-0/+12
* bitbake: command/runqueue: Fix shutdown logicRichard Purdie2014-07-211-1/+2
* bitbake: runqueue: Do not write out stamp files in dry_run modeRichard Purdie2014-04-231-1/+2