summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2013-11-20runqueue: Fix hole in setsceneverify skipped task logicRichard Purdie
2013-09-18bitbake: runqueue: add task hash to Queue eventsAlexandru DAMIAN
2013-09-18bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN
2013-09-18bitbake: cooker,runqueue: send the task dependency treeAlexandru DAMIAN
2013-09-16runqueue: add runQueueTaskSkipped eventAlexandru DAMIAN
2013-09-10bitbake: runqueue: add sceneQueueTaskCompleted eventAlexandru DAMIAN
2013-09-09runqueue.py: check whether multiple versions of the same PN are due to be builtRobert Yang
2013-09-06bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt
2013-09-04bitbake-worker: ensure BUILDNAME is available during executionPaul Eggleton
2013-09-02runqueue: Fix scenequeue to pass file descriptors, not a floatRichard Purdie
2013-09-01server/process, server/xmlrpc, runqueue: Use select.select() on fds, not time...Richard Purdie
2013-08-16runqueue: report close matches for an invalid task namePaul Eggleton