summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)AuthorFiles
2011-01-10runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...Richard Purdie1
2011-01-10bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...Richard Purdie1
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie1
2011-01-10runqueue.py: Drop unneeded import and improve quieterrors handling as per ups...Richard Purdie1
2011-01-10bitbake: Update event queue handling to match upstream bitbakeRichard Purdie1
2011-01-10bitbake/runqueue.py: Sync with changes in upstream bitbakeRichard Purdie1
2011-01-07bitbake/runqueue.py: Remove duplicate TaskStarted event fire()Richard Purdie1
2011-01-06bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie1
2011-01-06bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie1
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie1
2011-01-04runqueue: fix typo in documentation of calculate_task_weightsBernhard Reutner-Fischer1
2011-01-04runqueue: use fewer newlines in error pathBernhard Reutner-Fischer1
2011-01-04logger usage cleanupChris Larson1
2011-01-04Use os.devnull, not /dev/nullChris Larson1
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie1
2011-01-04Move the runq task start/failed messages to the UIChris Larson1
2011-01-04cooker: stop loading the cache for -bChris Larson1
2011-01-04Prefer xrange over range for small performance gain.Bob Foerster1
2011-01-04Fix exit code display for task failureChris Larson1
2011-01-04FIXUP: runqueue bb.debug refsRichard Purdie1
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson1
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson1
2011-01-04Split out 'find next buildable task' into a separate generator functionChris Larson1
2011-01-04Let the RunQueueScheduler control the number of active tasksChris Larson1
2011-01-04Add the ability to use runqueue schedulers from the metadataChris Larson1
2011-01-04Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson1
2010-12-31When shutting down, send SIGTERM, not SIGINTChris Larson1
2010-12-21runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian1
2010-12-21bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie1
2010-12-17bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie1
2010-12-17bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie1
2010-12-17bitbake/runqueue: Clean up message log levelsRichard Purdie1
2010-12-16bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie1
2010-12-14runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian1
2010-12-09bitbake: Overhaul environment handlingRichard Purdie1
2010-11-28bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an...Richard Purdie1
2010-11-28bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie1
2010-11-07bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie1
2010-11-06bitbake: Add support for 'noexec' tasksRichard Purdie1
2010-11-06bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie1
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie1
2010-10-14bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie1
2010-10-12bitbake/runqueue: make the runtask program configurableJoshua Lock1
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie1
2010-10-07bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...Richard Purdie1
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie1
2010-09-28bitbake: Pass task hash information to subprocessesRichard Purdie1
2010-09-13bitbake/runqueue: Remove now unneeded indentationRichard Purdie1
2010-09-13bitbake/runqueue.py: Optimise delay values to avoid unneeded delaysRichard Purdie1
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock1