summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2013-07-29bitbake: runqueue: add warning if invalidating invalid taskPetter Mabäcker
2013-06-19runqueue/build: Add recideptask flagRichard Purdie
2013-06-14runqueue: Improve handling of failing setscene tasks with hard dependenciesRichard Purdie
2013-06-12prserv: Adapt autostart to bitbake-workerRichard Purdie
2013-06-12runqueue: Spawn a separate worker for fakeroot tasksRichard Purdie
2013-06-12runqueue: Abstract the start and teardown worker functionsRichard Purdie
2013-06-12runqueue: Move the bitbake-worker execution to a higher levelRichard Purdie
2013-06-12runqueue: Split runqueue to use bitbake-workerRichard Purdie
2013-06-07cooker: Split data from configurationRichard Purdie
2013-05-22runqueue.py: Ensure export flag is set for fakeroot environment variablesRichard Purdie
2013-05-12cooker: Separate out collections handling code into its own classRichard Purdie
2013-03-19runqueue: Use taskData.fn_index[depdata] instead of uninitialized depMartin Jansa
2013-01-28build.py: Dump out performance data of individual tasksRichard Purdie
2012-11-19runqueue: Allow partial setscene task coverageRichard Purdie
2012-09-24runqueue: Add --no-setscene to skip all setscene tasksJason Wessel
2012-09-24lib/bb/runqueue.py: fix exceptions with -k and failed targetsPaul Eggleton
2012-08-02runqueue.py: Clean up runqueue exception catching in the normal task failure ...Richard Purdie
2012-07-26runqueue.py: Wipe out the stamp cache between setscene and main task executionRichard Purdie
2012-07-26runqueue.py: Allow the setsceneverify function to have a list of tasks that a...Richard Purdie
2012-07-26runqueue.py: Ensure one setscene function doesn't mask out another which need...Richard Purdie
2012-07-26runqueue.py: Optimise the hashvalidate call to only process tasks we may actu...Richard Purdie
2012-07-26runqueue.py: Gracefully exit if an exception occurs in the runqueue execution...Richard Purdie
2012-07-26runqueue.py: Fix a stamp comparision bugRichard Purdie
2012-07-17runqueue.py: Improve error output to be more useful when non-existent tasks a...Richard Purdie
2012-07-04runqueue.py: Fix recursive task pruning to only prune self referencing tasksRichard Purdie
2012-07-04runqueue.py: Allow recrdeptasks that have self referencesRichard Purdie
2012-06-28runqueue.py: Handle multiple rdeptask entriesRichard Purdie
2012-06-28runqueue: Reimplement recrdepends so it works more correctlyRichard Purdie
2012-06-28runqueue.py: Convert depends variable to use setsRichard Purdie
2012-06-28taskdata: Add gettask_id_fromfnid helper functionRichard Purdie
2012-06-25taskdata.py: Add support for rdepends task flagRichard Purdie
2012-06-25utils.py: Add function to set nonblocking operation on a file descriptorRichard Purdie
2012-06-21bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton
2012-06-21bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton
2012-05-11bitbake/runqueue: Drop check_stamp_fn, it's obsolete and should not be usedRichard Purdie
2012-05-11bitbake/runqueue: Drop check_stamps function, it is obsolete and unusedRichard Purdie
2012-05-11bitbake/runqueue: Fix 'full' stamp checking to be more efficient and cache re...Richard Purdie
2012-05-11runqueue: drop unnecessary keys() in runqueue_process_waitpidChristopher Larson
2012-05-11runqueue: handle task exit due to signal/stopChristopher Larson