summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
2012-03-30runqueue: wait and deal with those <defunct> sub-processes as soon as they ar...Shane Wang
2012-03-20Typo: "nonexistant" -> "non-existent"Robert P. J. Day
2012-03-16runqueue.py: When checking whether stamps are valid for setscene, recurseRichard Purdie
2012-03-03bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-03-01bitbake/runqueue: fix python error on scenequeue task failurePaul Eggleton
2012-03-01runqueue.py: initialize rqexe at RunQueue's init functionDongxiao Xu
2012-02-28bitbake: fix setscene task start/failure handlingPaul Eggleton
2012-02-28bitbake/runqueue: make dry-run do everything except executePaul Eggleton
2012-02-26V5 Disk space monitoringRobert Yang
2012-02-26bitbake/runqueue: Ensure finish_now() sets the runqueue state consistentlyRichard Purdie
2012-02-24runqueue: fire sceneQueueTaskStarted event when a setscene queue startsDongxiao Xu