summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2014-03-18bitbake: runqueue: Really fix sigchld handlingRichard Purdie
2014-03-18bitbake: runqueue: Ensure handler does not recurseRichard Purdie
2014-03-18bitbake: runqueue: More carefully handle the sigchld handlerRichard Purdie
2014-03-17bitbake: runqueue: Don't error if we never setup workersRichard Purdie
2014-03-12bitbake: runqueue: Improve sigchld handlerRichard Purdie
2014-03-10bitbake: runqueue: Use SIGCHLD instead of polling waitpidRichard Purdie
2014-03-10bitbake: providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie
2014-03-10bitbake: runqueue.py: Gracefully handle a missing worker processRichard Purdie
2014-03-10bitbake: runqueue.py: Handle worker disappearing gracefullyRichard Purdie
2014-03-06bitbake: runqueue: Fix typoRichard Purdie
2014-02-24bitbake: runqueue: Catch ValueError from pickle.loadsMartin Jansa
2014-02-15bitbake: runqueue: Fix silly variable overlapRichard Purdie
2014-02-13bitbake: runqueue: Ensure we do run 'masked' setscene tasks if specified as t...Richard Purdie
2014-02-11bitbake: runqueue: Fix setscene hard dependency problemsRichard Purdie
2014-01-31bitbake: runqueue: Fix race against tasks sharing stamp filesRichard Purdie
2014-01-28bitbake: runqueue: Simplify pointless len() usageRichard Purdie
2014-01-27bitbake: runqueue: Only attempt to print closest matching task if there is a ...Richard Purdie
2013-12-20bitbake: runqueue: Further extend bitbake -S output to view signature differe...Richard Purdie
2013-12-20bitbake: runqueue: Fix data being written into siginfo/sigdata filesRichard Purdie
2013-12-18bitbake: runqueue: Add output for -S option for listing the changepoints comp...Richard Purdie
2013-11-26bitbake: bitbake: Share BB_TASKDEPDATA with tasksRichard Purdie
2013-11-26bitbake: runqueue: Optimise next_buildable_task()Richard Purdie