summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: taskdata: Add gettask_id_fromfnid helper functionRichard Purdie2012-06-281-8/+4
* bitbake: taskdata.py: Add support for rdepends task flagRichard Purdie2012-06-251-1/+13
* bitbake: utils.py: Add function to set nonblocking operation on a file descri...Richard Purdie2012-06-251-1/+1
* bitbake: bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton2012-06-211-2/+18
* bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton2012-06-211-6/+6
* bitbake/runqueue: Drop check_stamp_fn, it's obsolete and should not be usedRichard Purdie2012-05-111-11/+0
* bitbake/runqueue: Drop check_stamps function, it is obsolete and unusedRichard Purdie2012-05-111-94/+0
* bitbake/runqueue: Fix 'full' stamp checking to be more efficient and cache re...Richard Purdie2012-05-111-6/+16
* runqueue: drop unnecessary keys() in runqueue_process_waitpidChristopher Larson2012-05-111-1/+1
* runqueue: handle task exit due to signal/stopChristopher Larson2012-05-111-11/+22