index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
runqueue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...
Richard Purdie
2011-02-21
1
-2
/
+0
*
runqueue: simplify RunQueueStats.copy
Chris Larson
2011-02-21
1
-4
/
+1
*
runqueue: pass a copy of the RunQueueStats to events
Chris Larson
2011-02-21
1
-1
/
+9
*
bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep call
Richard Purdie
2011-02-18
1
-7
/
+0
*
bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restored
Richard Purdie
2011-02-16
1
-0
/
+2
*
bitbake/runqueue: When we successfully fork off a task and there are more pro...
Richard Purdie
2011-02-15
1
-0
/
+2
*
bitbake/runqueue: When we have successfully collected a pid value return True...
Richard Purdie
2011-02-15
1
-0
/
+1
*
bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...
Richard Purdie
2011-02-15
1
-0
/
+6
*
bitbake/runqueue.py: Avoid starvation of events to the server
Richard Purdie
2011-01-28
1
-1
/
+1
*
bitbake: Introduce stamp-extra-info task flag into stamp filenames
Dongxiao Xu
2011-01-18
1
-6
/
+6
*
runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...
Richard Purdie
2011-01-10
1
-14
/
+10
*
bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...
Richard Purdie
2011-01-10
1
-17
/
+14
*
bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...
Richard Purdie
2011-01-10
1
-5
/
+6
*
runqueue.py: Drop unneeded import and improve quieterrors handling as per ups...
Richard Purdie
2011-01-10
1
-3
/
+5
*
bitbake: Update event queue handling to match upstream bitbake
Richard Purdie
2011-01-10
1
-4
/
+3
*
bitbake/runqueue.py: Sync with changes in upstream bitbake
Richard Purdie
2011-01-10
1
-90
/
+80
*
bitbake/runqueue.py: Remove duplicate TaskStarted event fire()
Richard Purdie
2011-01-07
1
-2
/
+0
*
bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignored
Richard Purdie
2011-01-06
1
-1
/
+1
*
bitbake build/siggen/runqueue: Fix stampfile parameters
Richard Purdie
2011-01-06
1
-6
/
+6
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-11
/
+14
*
runqueue: fix typo in documentation of calculate_task_weights
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
runqueue: use fewer newlines in error path
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
logger usage cleanup
Chris Larson
2011-01-04
1
-1
/
+1
*
Use os.devnull, not /dev/null
Chris Larson
2011-01-04
1
-1
/
+1
*
bitbake: Transfer noexec runqueue messages to the UI
Richard Purdie
2011-01-04
1
-10
/
+7
*
Move the runq task start/failed messages to the UI
Chris Larson
2011-01-04
1
-11
/
+4
*
cooker: stop loading the cache for -b
Chris Larson
2011-01-04
1
-2
/
+2
*
Prefer xrange over range for small performance gain.
Bob Foerster
2011-01-04
1
-27
/
+27
*
Fix exit code display for task failure
Chris Larson
2011-01-04
1
-2
/
+4
*
FIXUP: runqueue bb.debug refs
Richard Purdie
2011-01-04
1
-2
/
+2
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-46
/
+44
*
Use logging in the knotty ui, and pass the log record across directly
Chris Larson
2011-01-04
1
-1
/
+9
*
Split out 'find next buildable task' into a separate generator function
Chris Larson
2011-01-04
1
-7
/
+13
*
Let the RunQueueScheduler control the number of active tasks
Chris Larson
2011-01-04
1
-12
/
+8
*
Add the ability to use runqueue schedulers from the metadata
Chris Larson
2011-01-04
1
-7
/
+23
*
Fix IndexError encountered when a 'depends' flag references a nonexistant task
Chris Larson
2011-01-04
1
-1
/
+3
*
When shutting down, send SIGTERM, not SIGINT
Chris Larson
2010-12-31
1
-2
/
+2
*
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
[next]