| Commit message (Expand) | Author | Age | Files | Lines |
* | runqueue.py: set BB_TASKHASH approriately after moving to fork() | Kevin Tian | 2010-12-21 | 1 | -1/+2 |
* | bitbake/runqueue.py: Somehow the python environment mapping is failing so do ... | Richard Purdie | 2010-12-21 | 1 | -2/+8 |
* | bitbake Revert bitbake exec() and go back to fork() for performace wins (firs... | Richard Purdie | 2010-12-17 | 1 | -54/+89 |
* | bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene... | Richard Purdie | 2010-12-17 | 1 | -1/+3 |
* | bitbake/runqueue: Clean up message log levels | Richard Purdie | 2010-12-17 | 1 | -5/+5 |
* | bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas... | Richard Purdie | 2010-12-16 | 1 | -4/+7 |
* | runqueue.py: use correct task ID when checking validity of setscene tasks | Kevin Tian | 2010-12-14 | 1 | -5/+11 |
* | bitbake: Overhaul environment handling | Richard Purdie | 2010-12-09 | 1 | -0/+1 |
* | bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an... | Richard Purdie | 2010-11-28 | 1 | -2/+9 |
* | bitbake/runqueue.py: Fix stamp handling for noexec tasks | Richard Purdie | 2010-11-28 | 1 | -1/+1 |
* | bitbake.runqueue.py: Fix no exec task handling to correct counter housekeeping | Richard Purdie | 2010-11-07 | 1 | -2/+4 |
* | bitbake: Add support for 'noexec' tasks | Richard Purdie | 2010-11-06 | 1 | -0/+12 |
* | bitbake/siggen: Allow siggen code to control final stampfile format | Richard Purdie | 2010-11-06 | 1 | -3/+6 |
* | pseudo/fakeroot: Move the pseudo directory creation into bitbake | Richard Purdie | 2010-10-22 | 1 | -0/+4 |
* | bitbake-runtask: Ensure logging settings take effect in the worker process (a... | Richard Purdie | 2010-10-14 | 1 | -0/+1 |
* | bitbake/runqueue: make the runtask program configurable | Joshua Lock | 2010-10-12 | 1 | -1/+2 |
* | bitbake-runtask: Ensure logging options are inherited from the parent | Richard Purdie | 2010-10-11 | 1 | -0/+3 |
* | bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with... | Richard Purdie | 2010-10-07 | 1 | -1/+1 |
* | bitbake/sstate: Implement a lookup function to speed up setscene processing | Richard Purdie | 2010-10-05 | 1 | -1/+25 |
* | bitbake: Pass task hash information to subprocesses | Richard Purdie | 2010-09-28 | 1 | -1/+22 |
* | bitbake/runqueue: Remove now unneeded indentation | Richard Purdie | 2010-09-13 | 1 | -45/+44 |
* | bitbake/runqueue.py: Optimise delay values to avoid unneeded delays | Richard Purdie | 2010-09-13 | 1 | -9/+9 |
* | bitbake: save the initial PATH for use when starting a subprocess | Joshua Lock | 2010-09-08 | 1 | -0/+1 |
* | bitbake: Implement signatures | Richard Purdie | 2010-09-03 | 1 | -1/+37 |
* | bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau... | Richard Purdie | 2010-08-25 | 1 | -3/+16 |
* | bitbake: Correctly route events from the worker to the server | Richard Purdie | 2010-08-20 | 1 | -1/+1 |
* | bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da... | Richard Purdie | 2010-08-19 | 1 | -3/+3 |
* | bitbake/runqueue.py: Fix runqueue UI issues | Richard Purdie | 2010-08-19 | 1 | -17/+27 |
* | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 2010-08-19 | 1 | -76/+58 |
* | bitbake: Initial scenequeue implementation (needs major fixes) | Richard Purdie | 2010-08-19 | 1 | -24/+262 |
* | bitbake/runqueue.py: Factor task skipping code into a function | Richard Purdie | 2010-08-19 | 1 | -5/+8 |
* | bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,... | Richard Purdie | 2010-08-19 | 1 | -128/+144 |
* | bitbake/cooker.py: Allow idle handlers to pass through a true value | Richard Purdie | 2010-08-19 | 1 | -1/+3 |
* | bitbake/runqueue.py: Drop duplicated class | Richard Purdie | 2010-08-19 | 1 | -6/+0 |
* | bitbake: Split Runqueue into two classes, a data processor and the execution ... | Richard Purdie | 2010-08-18 | 1 | -105/+116 |
* | *: cosmetic whitespace removal | Bernhard Reutner-Fischer | 2010-08-03 | 1 | -1/+1 |
* | Let the runqueue find the user selected scheduler dynamically | Chris Larson | 2010-08-03 | 1 | -5/+15 |
* | bitbake: Add support for .bbappend files (see mailing lists for detais) | Richard Purdie | 2010-07-16 | 1 | -1/+1 |
* | bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc... | Richard Purdie | 2010-07-16 | 1 | -5/+5 |
* | bitbake: runqueue: Allow taskname to be passed to check_stamp_task() | Richard Purdie | 2010-07-16 | 1 | -4/+5 |
* | bitbake: runqueue: Make child process error scary so user is less likely to i... | Richard Purdie | 2010-07-16 | 1 | -1/+1 |
* | bitbake: runqueue: Fix number of running tasks accounting (include failed tasks) | Richard Purdie | 2010-07-16 | 1 | -1/+1 |
* | bitbake: runqueue: Remove unneeded exception catching from fork_off_task() | Richard Purdie | 2010-07-16 | 1 | -3/+0 |
* | bitbake: runqueue: Separate out task forking code into a new function | Richard Purdie | 2010-07-16 | 1 | -56/+61 |
* | bitbake: runqueue: Combine the waitpid result handling code into a function | Richard Purdie | 2010-07-16 | 1 | -28/+21 |
* | bitbake: Remove two layers of unnecessary functions from task execution | Richard Purdie | 2010-07-16 | 1 | -2/+12 |
* | Apply some 2to3 refactorings | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Show a traceback when a task fails due to an exception | Chris Larson | 2010-07-02 | 1 | -3/+4 |
* | Don't tell the user we're sending SIGINT to the remaining 0 tasks | Chris Larson | 2010-07-02 | 1 | -6/+7 |
* | Apply some 2to3 transforms that don't cause issues in 2.6 | Chris Larson | 2010-07-02 | 1 | -6/+5 |