summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: bitbake: runqueue: add sceneQueueTaskCompleted eventAlexandru DAMIAN2013-09-101-0/+6
* bitbake: runqueue.py: check whether multiple versions of the same PN are due ...Robert Yang2013-09-091-1/+8
* bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt2013-09-061-0/+2
* bitbake: bitbake-worker: ensure BUILDNAME is available during executionPaul Eggleton2013-09-041-0/+1
* bitbake: runqueue: Fix scenequeue to pass file descriptors, not a floatRichard Purdie2013-09-021-1/+1
* bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie2013-09-011-2/+10
* bitbake: runqueue: report close matches for an invalid task namePaul Eggleton2013-08-161-1/+7
* bitbake: bitbake: runqueue: add warning if invalidating invalid taskPetter Mabäcker2013-07-291-0/+3
* bitbake: runqueue/build: Add recideptask flagRichard Purdie2013-06-201-0/+11
* bitbake: runqueue: Improve handling of failing setscene tasks with hard depen...Richard Purdie2013-06-141-3/+7
* bitbake: prserv: Adapt autostart to bitbake-workerRichard Purdie2013-06-141-0/+1
* bitbake: runqueue: Spawn a separate worker for fakeroot tasksRichard Purdie2013-06-141-17/+58
* bitbake: runqueue: Abstract the start and teardown worker functionsRichard Purdie2013-06-141-17/+31
* bitbake: runqueue: Move the bitbake-worker execution to a higher levelRichard Purdie2013-06-141-59/+55
* bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie2013-06-141-178/+106
* bitbake: cooker: Split data from configurationRichard Purdie2013-06-071-6/+6
* bitbake: runqueue.py: Ensure export flag is set for fakeroot environment vari...Richard Purdie2013-05-221-0/+1
* bitbake: cooker: Separate out collections handling code into its own classRichard Purdie2013-05-121-2/+2
* bitbake: runqueue: Use taskData.fn_index[depdata] instead of uninitialized depMartin Jansa2013-03-191-2/+2
* bitbake: build.py: Dump out performance data of individual tasksRichard Purdie2013-01-281-1/+2
* bitbake: runqueue: Allow partial setscene task coverageRichard Purdie2012-11-201-11/+72
* bitbake: runqueue: Add --no-setscene to skip all setscene tasksJason Wessel2012-09-241-6/+7
* bitbake: lib/bb/runqueue.py: fix exceptions with -k and failed targetsPaul Eggleton2012-09-241-1/+3
* bitbake: runqueue.py: Clean up runqueue exception catching in the normal task...Richard Purdie2012-08-021-0/+3
* bitbake: runqueue.py: Wipe out the stamp cache between setscene and main task...Richard Purdie2012-07-261-0/+2
* bitbake: runqueue.py: Allow the setsceneverify function to have a list of tas...Richard Purdie2012-07-261-3/+24
* bitbake: runqueue.py: Ensure one setscene function doesn't mask out another w...Richard Purdie2012-07-261-2/+5
* bitbake: runqueue.py: Optimise the hashvalidate call to only process tasks we...Richard Purdie2012-07-261-0/+6
* bitbake: runqueue.py: Gracefully exit if an exception occurs in the runqueue ...Richard Purdie2012-07-261-1/+9
* bitbake: runqueue.py: Fix a stamp comparision bugRichard Purdie2012-07-261-6/+9
* bitbake: runqueue.py: Improve error output to be more useful when non-existen...Richard Purdie2012-07-171-1/+1
* bitbake: runqueue.py: Fix recursive task pruning to only prune self referenci...Richard Purdie2012-07-041-2/+4
* bitbake: runqueue.py: Allow recrdeptasks that have self referencesRichard Purdie2012-07-041-2/+7
* bitbake: runqueue.py: Handle multiple rdeptask entriesRichard Purdie2012-06-281-2/+2
* bitbake: runqueue: Reimplement recrdepends so it works more correctlyRichard Purdie2012-06-281-58/+42
* bitbake: runqueue.py: Convert depends variable to use setsRichard Purdie2012-06-281-12/+8