aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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
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-05meta/classes: Convert to use appendVar and appendVarFlagsRichard 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-24Hob: A new implemetation (v2)Dongxiao Xu
2012-02-24runqueue: fire sceneQueueTaskStarted event when a setscene queue startsDongxiao Xu
2012-02-22bitbake: show appropriate warnings for universe targetPaul Eggleton
2012-01-27runqueue.py: Add inter setscene task dependency handlingRichard Purdie
2012-01-27runqueue.py: Fix missing setscene dependenciesRichard Purdie
2012-01-27data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie
2012-01-20bitbake/runqueue: always log tasks summaryPaul Eggleton
2012-01-15bitbake/runqueue: avoid "failed" in task summary if nothing didPaul Eggleton
2012-01-05bitbake/runqueue: Improve the setscene loggingRichard Purdie
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-24runqueue.py: Fix debug message to reference the correct taskRichard Purdie
2011-11-23runqueue.py: Ensure we fully process the covered listRichard Purdie
2011-11-23runqueue.py: Ensure setscene tasks don't break dependency orderRichard Purdie
2011-11-22bitbake/runqueue.py: Add BB_SETSCENE_VERIFY_FUNCTION hookRichard Purdie
2011-11-21bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the...Richard Purdie