summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Add message to explain the problem if diffsigs multiple ta...Richard Purdie2015-09-011-0/+2
* bitbake: runqueue: pass finalized metadata to scenequeue callbacksChristopher Larson2015-05-151-4/+4
* bitbake: runqueue: Fix 100% cpu use after keyboard interruptRichard Purdie2014-12-091-5/+4
* bitbake: bitbake: Make printed 'runqueue' be consistently capitalizedGary Thomas2014-11-061-1/+1
* bitbake: siggen/runqueue/bitbake-worker: Improve siggen data transfer interfaceRichard Purdie2014-09-111-3/+1
* bitbake: bitbake-worker: Extra profiling data dumpRichard Purdie2014-08-281-2/+5
* bitbake: runqueue: Fix setscene tasks not runningRichard Purdie2014-08-281-0/+4
* bitbake: runqueue.py: Fix typoes/grammar in comments.Robert P. J. Day2014-08-191-6/+6
* bitbake: runqueue.py: Correct several misspellings of "notifing".Robert P. J. Day2014-08-191-7/+7
* bitbake: runqueue: Add sceneQueueComplete eventRichard Purdie2014-08-031-0/+12
* bitbake: command/runqueue: Fix shutdown logicRichard Purdie2014-07-211-1/+2
* bitbake: runqueue: Do not write out stamp files in dry_run modeRichard Purdie2014-04-231-1/+2
* bitbake: runqueue: Fix task weighting algorithmRichard Purdie2014-04-231-2/+2
* bitbake: runqueue: Fix handling of zero priority taskRichard Purdie2014-04-231-1/+1
* bitbake: runqueue: Address issues with incomplete sstate setsRichard Purdie2014-04-011-1/+5
* bitbake: runqueue: Fix sstate task dependency problemsRichard Purdie2014-04-011-0/+4
* bitbake: runqueue/siggen: Pass in commandline options to dump_sigs()Richard Purdie2014-03-271-3/+3
* bitbake: bitbake: Force -S option to take a parameterRichard Purdie2014-03-271-3/+6
* bitbake: runqueue: Fix sceneQueueEvent to use the correct hashesRichard Purdie2014-03-251-1/+1
* bitbake: runqueue: Remove use of waitpid on worker processesRichard Purdie2014-03-191-16/+12
* bitbake: runqueue: Revert child signal handler for nowRichard Purdie2014-03-191-28/+17
* bitbake: runqueue: Don't catch all child return codesRichard Purdie2014-03-191-3/+4
* bitbake: runqueue: Really fix sigchld handlingRichard Purdie2014-03-181-14/+14
* bitbake: runqueue: Ensure handler does not recurseRichard Purdie2014-03-181-1/+1
* bitbake: runqueue: More carefully handle the sigchld handlerRichard Purdie2014-03-181-2/+4
* bitbake: runqueue: Don't error if we never setup workersRichard Purdie2014-03-171-1/+2
* bitbake: runqueue: Improve sigchld handlerRichard Purdie2014-03-121-5/+10
* bitbake: runqueue: Use SIGCHLD instead of polling waitpidRichard Purdie2014-03-101-14/+19
* bitbake: providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie2014-03-101-1/+1
* bitbake: runqueue.py: Gracefully handle a missing worker processRichard Purdie2014-03-101-7/+14
* bitbake: runqueue.py: Handle worker disappearing gracefullyRichard Purdie2014-03-101-5/+22
* bitbake: runqueue: Fix typoRichard Purdie2014-03-061-1/+1
* bitbake: runqueue: Catch ValueError from pickle.loadsMartin Jansa2014-02-241-2/+8
* bitbake: runqueue: Fix silly variable overlapRichard Purdie2014-02-151-3/+3
* bitbake: runqueue: Ensure we do run 'masked' setscene tasks if specified as t...Richard Purdie2014-02-131-4/+12
* bitbake: runqueue: Fix setscene hard dependency problemsRichard Purdie2014-02-111-5/+18
* bitbake: runqueue: Fix race against tasks sharing stamp filesRichard Purdie2014-01-311-1/+4
* bitbake: runqueue: Simplify pointless len() usageRichard Purdie2014-01-281-1/+1
* bitbake: runqueue: Only attempt to print closest matching task if there is a ...Richard Purdie2014-01-271-6/+5
* bitbake: runqueue: Further extend bitbake -S output to view signature differe...Richard Purdie2013-12-201-2/+45
* bitbake: runqueue: Fix data being written into siginfo/sigdata filesRichard Purdie2013-12-201-15/+2
* bitbake: runqueue: Add output for -S option for listing the changepoints comp...Richard Purdie2013-12-181-0/+77
* bitbake: bitbake: Share BB_TASKDEPDATA with tasksRichard Purdie2013-11-261-4/+26
* bitbake: runqueue: Optimise next_buildable_task()Richard Purdie2013-11-261-17/+48
* bitbake: runqueue/bitbake-worker: Fix dry run fakeroot issuesRichard Purdie2013-11-241-1/+1
* bitbake: runqueue: Fix hole in setsceneverify skipped task logicRichard Purdie2013-11-201-2/+19
* bitbake: bitbake: runqueue: add task hash to Queue eventsAlexandru DAMIAN2013-09-221-0/+5
* bitbake: bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN2013-09-221-0/+10
* bitbake: bitbake: cooker,runqueue: send the task dependency treeAlexandru DAMIAN2013-09-221-0/+5
* bitbake: runqueue: add runQueueTaskSkipped eventAlexandru DAMIAN2013-09-171-3/+12