summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* runqueue: wait and deal with those <defunct> sub-processes as soon as they ar...Shane Wang2012-03-301-0/+1
* Typo: "nonexistant" -> "non-existent"Robert P. J. Day2012-03-201-2/+2
* runqueue.py: When checking whether stamps are valid for setscene, recurseRichard Purdie2012-03-161-3/+4
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-4/+4
* bitbake/runqueue: fix python error on scenequeue task failurePaul Eggleton2012-03-011-2/+1
* runqueue.py: initialize rqexe at RunQueue's init functionDongxiao Xu2012-03-011-0/+5
* bitbake: fix setscene task start/failure handlingPaul Eggleton2012-02-281-5/+13
* bitbake/runqueue: make dry-run do everything except executePaul Eggleton2012-02-281-7/+2
* V5 Disk space monitoringRobert Yang2012-02-261-0/+7
* bitbake/runqueue: Ensure finish_now() sets the runqueue state consistentlyRichard Purdie2012-02-261-0/+7
* Hob: A new implemetation (v2)Dongxiao Xu2012-02-241-5/+7
* runqueue: fire sceneQueueTaskStarted event when a setscene queue startsDongxiao Xu2012-02-241-2/+14
* bitbake: show appropriate warnings for universe targetPaul Eggleton2012-02-221-3/+7
* runqueue.py: Add inter setscene task dependency handlingRichard Purdie2012-01-271-0/+22
* runqueue.py: Fix missing setscene dependenciesRichard Purdie2012-01-271-3/+5
* data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie2012-01-271-1/+1
* bitbake/runqueue: always log tasks summaryPaul Eggleton2012-01-201-5/+7
* bitbake/runqueue: avoid "failed" in task summary if nothing didPaul Eggleton2012-01-151-1/+5
* bitbake/runqueue: Improve the setscene loggingRichard Purdie2012-01-051-0/+4
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-13/+13
* runqueue.py: Fix debug message to reference the correct taskRichard Purdie2011-11-241-1/+2
* runqueue.py: Ensure we fully process the covered listRichard Purdie2011-11-231-3/+4
* runqueue.py: Ensure setscene tasks don't break dependency orderRichard Purdie2011-11-231-4/+7
* bitbake/runqueue.py: Add BB_SETSCENE_VERIFY_FUNCTION hookRichard Purdie2011-11-221-11/+9
* bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the...Richard Purdie2011-11-211-1/+1
* bitbake/runqueue.py: Fix incorrect task number reference in debug messageRichard Purdie2011-11-211-1/+1
* lib/bb/runqueue: avoid marking runtime dependencies as coveredPaul Eggleton2011-11-151-1/+6