summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2017-01-11runqueue: Only start fakeroot workers when neededRichard Purdie
2017-01-11runqueue: Ensure setscene tasks with overlapping stamps don't parallel executeRichard Purdie
2017-01-11runqueue: Fix setscene issues with multiconfigRichard Purdie
2017-01-11runqueue: Ensure pseudo executes from the correct place (use the right datast...Richard Purdie
2016-10-11runqueue.py: Remove redundant whitelist checksRandy Witt
2016-10-07runqueue: Optimise task id string manipulationsRichard Purdie
2016-10-07bb.runqueue: fix unexpected process death logicChristopher Larson
2016-09-28runqueue: Ensure worker failure is accounted for in task statisticsRichard Purdie
2016-09-20runqueue: Handle missing sstate dependencies betterRichard Purdie
2016-09-02build/runqueue: Add noextra stamp file parameter to fix multiconfig buildsRichard Purdie
2016-08-17bitbake: Initial multi-config supportRichard Purdie
2016-08-17runqueue: Abstract worker functionality to an object/arrayRichard Purdie
2016-08-17runqueue: fix two minor issues with the initialising tasks progressPaul Eggleton
2016-07-19runqueue: improve exception loggingEd Bartosh
2016-07-05runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton
2016-07-05runqueue: add ability to enforce that tasks are setscenedPaul Eggleton
2016-06-16runqueue: Use tid instead of taskid in find_chains()George McCollister
2016-06-14taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie
2016-06-14runqueue: Change buildable/running lists to setsRichard Purdie
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-13runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly
2016-05-12runqueue: Improve timestamp comparisonsRichard Purdie
2016-05-09runqueue: Fix missing fakeworker under dry runRichard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-04-12runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie
2016-02-18bb/runqueue: save task file dependency cache onto diskMarkus Lehtonen
2016-01-29bitbake: Set process names to be meaninfulRichard Purdie
2016-01-19Revert "runqueue.py: Ensure one setscene function doesn't mask out another wh...Richard Purdie
2016-01-11runqueue: Fix setscene task dependenciesRichard Purdie
2016-01-08taskdata: refactor get_providermapEd Bartosh
2016-01-08main/runqueue: Add --setscene-only option to bitbakeRichard Purdie
2015-12-15runqueue: Add support for <task>- syntaxRichard Purdie
2015-09-30runqueue: Add handling of virtual/xxx provider mappingsRichard Purdie
2015-09-03cooker/runqueue: Allow bitbake commands starting with do_Alex Franco
2015-08-06runqueue.py: Add provides to taskdepdataMariano Lopez
2015-06-19runqueue: Sanity check BB_NUMBER_THREADSRichard Purdie
2015-06-19runqueue: Handle BBHandledException correctlyRichard Purdie
2015-06-19runqueue: Improve handling of fakeworker failing to startRichard Purdie
2015-05-14runqueue: Handle cases where siginfo is now a parameter to the hashvadlidate ...Richard Purdie
2015-04-06runqueue: pass finalized metadata to scenequeue callbacksChristopher Larson
2014-12-09runqueue: Fix 100% cpu use after keyboard interruptRichard Purdie
2014-11-06bitbake: Make printed 'runqueue' be consistently capitalizedGary Thomas
2014-09-11siggen/runqueue/bitbake-worker: Improve siggen data transfer interfaceRichard Purdie
2014-08-27bitbake-worker: Extra profiling data dumpRichard Purdie
2014-08-27runqueue: Fix setscene tasks not runningRichard Purdie
2014-08-19runqueue.py: Fix typoes/grammar in comments.Robert P. J. Day
2014-08-19runqueue.py: Correct several misspellings of "notifing".Robert P. J. Day
2014-08-02runqueue: Add sceneQueueComplete eventRichard Purdie
2014-07-21command/runqueue: Fix shutdown logicRichard Purdie
2014-04-21runqueue: Do not write out stamp files in dry_run modeRichard Purdie