summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
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-27Update 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-22bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the...Richard Purdie
2011-11-22bitbake/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-08build/runqueue: Pass quieterrors flag around to supress errors at task execut...Richard Purdie
2011-06-08runqueue.py: Export further hash information into the task environmentRichard Purdie
2011-06-08bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie
2011-06-08bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie
2011-06-08bitbake/runqueue: show correct task name for setscene task failurePaul Eggleton
2011-06-08bitbake/runqueue: fix clash when setscene & real tasks done in same buildPaul Eggleton
2011-05-27runqueue.py: Set BB_WORKERCONTEXT in task execution contextRichard Purdie
2011-05-27bitbake/runqueue.py: Ensure existing setscene stamp files are taken into accountRichard Purdie
2011-03-18runqueue: simplify fakeroot environment handlingChris Larson
2011-03-18runqueue.py: Enable PSEUDO (fakeroot) before the forkMark Hatle
2011-03-16Fix more incorrect usages of 'is'Chris Larson
2011-02-24build.py: Improve exec_task standalone usageRichard Purdie
2011-02-21Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-02-16runqueue: simplify RunQueueStats.copyChris Larson
2011-02-16runqueue: pass a copy of the RunQueueStats to eventsChris Larson
2011-01-28bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie
2011-01-10runqueue.py: Call bb.cache.Cache.loadDataFull function directly when dumping ...Richard Purdie
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie
2011-01-10bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie
2011-01-10runqueue.py: Fix undefined schedulers variable referenceRichard Purdie
2011-01-10runqueue.py: Add debug to help resolve partial log message failureRichard Purdie
2011-01-10runqueue.py: Add missing result return value in setscene failure pathRichard Purdie
2011-01-10runqueue.py: Fix up some lost range->xrange conversions misplaced as part of ...Richard Purdie
2011-01-10bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2010-12-30Include exported variables in task process envChris Larson
2010-12-29runqueue: start implementing quieterrorsChris Larson
2010-12-29runqueue: resurrect use of file objects for pipein/pipeoutChris Larson
2010-12-29runqueue: clean up message log levelsRichard Purdie