aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2012-10-12bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton
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
2011-11-21bitbake/runqueue.py: Fix incorrect task number reference in debug messageRichard Purdie
2011-11-15lib/bb/runqueue: avoid marking runtime dependencies as coveredPaul Eggleton
2011-11-10Add FAKEROOTNOENV variableRichard Purdie
2011-09-09runqueue.py: Ensure fakeroot variables are reflected in the datastoreRichard Purdie
2011-09-09runqueue: Ensure task environment is correctRichard Purdie
2011-08-15Fixup remaining bb.msg.domain usersRichard Purdie
2011-06-28bitbake: Add task specific stamp file supportRobert Yang
2011-06-24runqueue.py: Add umask task controlMark Hatle
2011-06-15make exception handling syntax consistentScott Garman
2011-06-08bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie
2011-06-08runqueue.py: Wrap parsing with exception trappingRichard Purdie
2011-06-08bitbake/cooker.py: Misc sync with upstreamRichard Purdie
2011-05-31bitbake/runqueue.py: Move BB_WORKERCONTEXT to a place where anonymous python ...Richard Purdie
2011-05-27bitbake/runqueue.py: Ensure existing setscene stamp files are taken into accountRichard Purdie
2011-05-05bitbake/runqueue.py: Remove old log file handling remnantsRichard Purdie
2011-03-31bitbake/runqueue.py: Ensure fakeroot env variables make it to the child processRichard Purdie
2011-03-31runqueue: simplify fakeroot environment handlingChris Larson
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-29bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-03-29Revert "bitbake/gcc: Enable a shared common source tree"Richard Purdie
2011-03-28bitbake/gcc: Enable a shared common source treeRichard Purdie
2011-03-15bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton
2011-02-28bitbake/cache/runqueue.py: Move workload for recipe parsing to the child processRichard Purdie
2011-02-21bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...Richard Purdie