summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2014-04-21runqueue: Fix task weighting algorithmRichard Purdie
2014-04-21runqueue: Fix handling of zero priority taskRichard Purdie
2014-04-01runqueue: Address issues with incomplete sstate setsRichard Purdie
2014-04-01runqueue: Fix sstate task dependency problemsRichard Purdie
2014-03-26runqueue/siggen: Pass in commandline options to dump_sigs()Richard Purdie
2014-03-26bitbake: Force -S option to take a parameterRichard Purdie
2014-03-25runqueue: Fix sceneQueueEvent to use the correct hashesRichard Purdie
2014-03-19runqueue: Remove use of waitpid on worker processesRichard Purdie
2014-03-19runqueue: Revert child signal handler for nowRichard Purdie
2014-03-19runqueue: Don't catch all child return codesRichard Purdie
2014-03-18runqueue: Really fix sigchld handlingRichard Purdie
2014-03-18runqueue: Ensure handler does not recurseRichard Purdie
2014-03-18runqueue: More carefully handle the sigchld handlerRichard Purdie
2014-03-17runqueue: Don't error if we never setup workersRichard Purdie
2014-03-12runqueue: Improve sigchld handlerRichard Purdie
2014-03-09runqueue: Use SIGCHLD instead of polling waitpidRichard Purdie
2014-03-09providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie
2014-03-09runqueue.py: Gracefully handle a missing worker processRichard Purdie
2014-03-09runqueue.py: Handle worker disappearing gracefullyRichard Purdie
2014-03-06runqueue: Fix typoRichard Purdie
2014-02-24runqueue: Catch ValueError from pickle.loadsMartin Jansa
2014-02-15runqueue: Fix silly variable overlapRichard Purdie
2014-02-13runqueue: Ensure we do run 'masked' setscene tasks if specified as targetsRichard Purdie
2014-02-11runqueue: Fix setscene hard dependency problemsRichard Purdie