aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2016-08-18bitbake: bitbake: Initial multi-config supportRichard Purdie
2016-08-18bitbake: runqueue: Abstract worker functionality to an object/arrayRichard Purdie
2016-08-17bitbake: runqueue: fix two minor issues with the initialising tasks progressPaul Eggleton
2016-07-19bitbake: runqueue: improve exception loggingEd Bartosh
2016-07-08bitbake: runqueue: report progress for "Preparing RunQueue" stepPaul Eggleton
2016-07-08bitbake: runqueue: add ability to enforce that tasks are setscenedPaul Eggleton
2016-06-16bitbake: runqueue: Use tid instead of taskid in find_chains()George McCollister
2016-06-15bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie
2016-06-15bitbake: runqueue: Change buildable/running lists to setsRichard Purdie
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-14bitbake: runqueue.py: always emit bb.event.DepTreeGeneratedPatrick Ohly
2016-05-13bitbake: runqueue: Improve timestamp comparisonsRichard Purdie
2016-05-11bitbake: runqueue: Fix missing fakeworker under dry runRichard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-04-12bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie
2016-02-18bitbake: bb/runqueue: save task file dependency cache onto diskMarkus Lehtonen
2016-01-30bitbake: bitbake: Set process names to be meaninfulRichard Purdie
2016-01-19bitbake: Revert "runqueue.py: Ensure one setscene function doesn't mask out a...Richard Purdie
2016-01-11bitbake: runqueue: Fix setscene task dependenciesRichard Purdie
2016-01-11bitbake: taskdata: refactor get_providermapEd Bartosh
2016-01-11bitbake: main/runqueue: Add --setscene-only option to bitbakeRichard Purdie
2015-12-18bitbake: runqueue: Add support for <task>- syntaxRichard Purdie
2015-10-01bitbake: runqueue: Add handling of virtual/xxx provider mappingsRichard Purdie
2015-09-04bitbake: cooker/runqueue: Allow bitbake commands starting with do_Alex Franco
2015-08-10bitbake: runqueue.py: Add provides to taskdepdataMariano Lopez
2015-06-23bitbake: runqueue: Sanity check BB_NUMBER_THREADSRichard Purdie
2015-06-23bitbake: runqueue: Handle BBHandledException correctlyRichard Purdie
2015-06-23bitbake: runqueue: Improve handling of fakeworker failing to startRichard Purdie
2015-05-15bitbake: runqueue: Handle cases where siginfo is now a parameter to the hashv...Richard Purdie
2015-04-08bitbake: runqueue: pass finalized metadata to scenequeue callbacksChristopher Larson
2014-12-09bitbake: runqueue: Fix 100% cpu use after keyboard interruptRichard Purdie
2014-11-06bitbake: bitbake: Make printed 'runqueue' be consistently capitalizedGary Thomas
2014-09-11bitbake: siggen/runqueue/bitbake-worker: Improve siggen data transfer interfaceRichard Purdie
2014-08-28bitbake: bitbake-worker: Extra profiling data dumpRichard Purdie
2014-08-28bitbake: runqueue: Fix setscene tasks not runningRichard Purdie
2014-08-19bitbake: runqueue.py: Fix typoes/grammar in comments.Robert P. J. Day
2014-08-19bitbake: runqueue.py: Correct several misspellings of "notifing".Robert P. J. Day
2014-08-03bitbake: runqueue: Add sceneQueueComplete eventRichard Purdie
2014-07-21bitbake: command/runqueue: Fix shutdown logicRichard Purdie
2014-04-23bitbake: runqueue: Do not write out stamp files in dry_run modeRichard Purdie
2014-04-23bitbake: runqueue: Fix task weighting algorithmRichard Purdie
2014-04-23bitbake: runqueue: Fix handling of zero priority taskRichard Purdie
2014-04-01bitbake: runqueue: Address issues with incomplete sstate setsRichard Purdie
2014-04-01bitbake: runqueue: Fix sstate task dependency problemsRichard Purdie
2014-03-27bitbake: runqueue/siggen: Pass in commandline options to dump_sigs()Richard Purdie
2014-03-27bitbake: bitbake: Force -S option to take a parameterRichard Purdie
2014-03-25bitbake: runqueue: Fix sceneQueueEvent to use the correct hashesRichard Purdie
2014-03-19bitbake: runqueue: Remove use of waitpid on worker processesRichard Purdie
2014-03-19bitbake: runqueue: Revert child signal handler for nowRichard Purdie
2014-03-19bitbake: runqueue: Don't catch all child return codesRichard Purdie