summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie2016-04-121-2/+70
* bitbake: bb/runqueue: save task file dependency cache onto diskMarkus Lehtonen2016-02-181-0/+1
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+1
* bitbake: Revert "runqueue.py: Ensure one setscene function doesn't mask out a...Richard Purdie2016-01-191-5/+2
* bitbake: runqueue: Fix setscene task dependenciesRichard Purdie2016-01-111-0/+1
* bitbake: taskdata: refactor get_providermapEd Bartosh2016-01-111-1/+1
* bitbake: main/runqueue: Add --setscene-only option to bitbakeRichard Purdie2016-01-111-3/+6
* bitbake: runqueue: Add support for <task>- syntaxRichard Purdie2015-12-181-8/+18
* bitbake: runqueue: Add handling of virtual/xxx provider mappingsRichard Purdie2015-10-011-0/+9
* bitbake: cooker/runqueue: Allow bitbake commands starting with do_Alex Franco2015-09-041-1/+3
* bitbake: runqueue.py: Add provides to taskdepdataMariano Lopez2015-08-101-1/+2
* bitbake: runqueue: Sanity check BB_NUMBER_THREADSRichard Purdie2015-06-231-0/+3
* bitbake: runqueue: Handle BBHandledException correctlyRichard Purdie2015-06-231-0/+7
* bitbake: runqueue: Improve handling of fakeworker failing to startRichard Purdie2015-06-231-1/+6
* bitbake: runqueue: Handle cases where siginfo is now a parameter to the hashv...Richard Purdie2015-05-151-2/+7
* bitbake: runqueue: pass finalized metadata to scenequeue callbacksChristopher Larson2015-04-081-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