aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2013-09-22bitbake: bitbake: runqueue: add task hash to Queue eventsAlexandru DAMIAN
2013-09-22bitbake: bitbake: build, runqueue: adds info to the *runQueue* eventsAlexandru DAMIAN
2013-09-22bitbake: bitbake: cooker,runqueue: send the task dependency treeAlexandru DAMIAN
2013-09-17bitbake: runqueue: add runQueueTaskSkipped eventAlexandru DAMIAN
2013-09-10bitbake: bitbake: runqueue: add sceneQueueTaskCompleted eventAlexandru DAMIAN
2013-09-09bitbake: runqueue.py: check whether multiple versions of the same PN are due ...Robert Yang
2013-09-06bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistentPeter Kjellerstedt
2013-09-04bitbake: bitbake-worker: ensure BUILDNAME is available during executionPaul Eggleton
2013-09-02bitbake: runqueue: Fix scenequeue to pass file descriptors, not a floatRichard Purdie
2013-09-01bitbake: server/process, server/xmlrpc, runqueue: Use select.select() on fds,...Richard Purdie
2013-08-16bitbake: runqueue: report close matches for an invalid task namePaul Eggleton
2013-07-29bitbake: bitbake: runqueue: add warning if invalidating invalid taskPetter Mabäcker
2013-06-20bitbake: runqueue/build: Add recideptask flagRichard Purdie
2013-06-14bitbake: runqueue: Improve handling of failing setscene tasks with hard depen...Richard Purdie
2013-06-14bitbake: prserv: Adapt autostart to bitbake-workerRichard Purdie
2013-06-14bitbake: runqueue: Spawn a separate worker for fakeroot tasksRichard Purdie
2013-06-14bitbake: runqueue: Abstract the start and teardown worker functionsRichard Purdie
2013-06-14bitbake: runqueue: Move the bitbake-worker execution to a higher levelRichard Purdie
2013-06-14bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie
2013-06-07bitbake: cooker: Split data from configurationRichard Purdie
2013-05-22bitbake: runqueue.py: Ensure export flag is set for fakeroot environment vari...Richard Purdie
2013-05-12bitbake: cooker: Separate out collections handling code into its own classRichard Purdie
2013-03-19bitbake: runqueue: Use taskData.fn_index[depdata] instead of uninitialized depMartin Jansa
2013-01-28bitbake: build.py: Dump out performance data of individual tasksRichard Purdie
2012-11-20bitbake: runqueue: Allow partial setscene task coverageRichard Purdie
2012-09-24bitbake: runqueue: Add --no-setscene to skip all setscene tasksJason Wessel
2012-09-24bitbake: lib/bb/runqueue.py: fix exceptions with -k and failed targetsPaul Eggleton
2012-08-02bitbake: runqueue.py: Clean up runqueue exception catching in the normal task...Richard Purdie
2012-07-26bitbake: runqueue.py: Wipe out the stamp cache between setscene and main task...Richard Purdie
2012-07-26bitbake: runqueue.py: Allow the setsceneverify function to have a list of tas...Richard Purdie
2012-07-26bitbake: runqueue.py: Ensure one setscene function doesn't mask out another w...Richard Purdie
2012-07-26bitbake: runqueue.py: Optimise the hashvalidate call to only process tasks we...Richard Purdie
2012-07-26bitbake: runqueue.py: Gracefully exit if an exception occurs in the runqueue ...Richard Purdie
2012-07-26bitbake: runqueue.py: Fix a stamp comparision bugRichard Purdie
2012-07-17bitbake: runqueue.py: Improve error output to be more useful when non-existen...Richard Purdie
2012-07-04bitbake: runqueue.py: Fix recursive task pruning to only prune self referenci...Richard Purdie
2012-07-04bitbake: runqueue.py: Allow recrdeptasks that have self referencesRichard Purdie
2012-06-28bitbake: runqueue.py: Handle multiple rdeptask entriesRichard Purdie
2012-06-28bitbake: runqueue: Reimplement recrdepends so it works more correctlyRichard Purdie
2012-06-28bitbake: runqueue.py: Convert depends variable to use setsRichard Purdie
2012-06-28bitbake: taskdata: Add gettask_id_fromfnid helper functionRichard Purdie
2012-06-25bitbake: taskdata.py: Add support for rdepends task flagRichard Purdie
2012-06-25bitbake: utils.py: Add function to set nonblocking operation on a file descri...Richard Purdie
2012-06-21bitbake: bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton
2012-06-21bitbake: bitbake: 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