summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2014-01-31runqueue: Fix race against tasks sharing stamp filesRichard Purdie
2014-01-27runqueue: Simplify pointless len() usageRichard Purdie
2014-01-21runqueue: Only attempt to print closest matching task if there is a matchRichard Purdie
2013-12-20runqueue: Further extend bitbake -S output to view signature differencesRichard Purdie
2013-12-19runqueue: Fix data being written into siginfo/sigdata filesRichard Purdie
2013-12-18runqueue: Add output for -S option for listing the changepoints compared with...Richard Purdie
2013-11-26bitbake: Share BB_TASKDEPDATA with tasksRichard Purdie
2013-11-26runqueue: Optimise next_buildable_task()Richard Purdie
2013-11-22runqueue/bitbake-worker: Fix dry run fakeroot issuesRichard Purdie