summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)AuthorFiles
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
2010-09-03bitbake: Implement signaturesRichard Purdie1
2010-08-25bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie1
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie1
2010-08-19bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie1
2010-08-19bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie1
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie1
2010-08-19bitbake: Initial scenequeue implementation (needs major fixes)Richard Purdie1
2010-08-19bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie1
2010-08-19bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie1
2010-08-19bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie1
2010-08-19bitbake/runqueue.py: Drop duplicated classRichard Purdie1
2010-08-18bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie1
2010-08-03*: cosmetic whitespace removalBernhard Reutner-Fischer1
2010-08-03Let the runqueue find the user selected scheduler dynamicallyChris Larson1
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie1
2010-07-16bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...Richard Purdie1
2010-07-16bitbake: runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie1
2010-07-16bitbake: runqueue: Make child process error scary so user is less likely to i...Richard Purdie1
2010-07-16bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie1
2010-07-16bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie1
2010-07-16bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie1
2010-07-16bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie1
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie1
2010-07-02Apply some 2to3 refactoringsChris Larson1
2010-07-02Show a traceback when a task fails due to an exceptionChris Larson1
2010-07-02Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson1
2010-07-02Apply the 2to3 print function transformChris Larson1
2010-07-02Import fixupsChris Larson1
2010-07-02Formatting cleanupsChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson1
2010-03-25Fix 7 references to undefined variables, as spotted by pyflakesChris Larson1
2010-03-23bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie1
2010-02-15bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer1
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie1