index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
runqueue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: runqueue: Sanity check BB_NUMBER_THREADS
Richard Purdie
2015-06-23
1
-0
/
+3
*
bitbake: runqueue: Handle BBHandledException correctly
Richard Purdie
2015-06-23
1
-0
/
+7
*
bitbake: runqueue: Improve handling of fakeworker failing to start
Richard Purdie
2015-06-23
1
-1
/
+6
*
bitbake: runqueue: Handle cases where siginfo is now a parameter to the hashv...
Richard Purdie
2015-05-15
1
-2
/
+7
*
bitbake: runqueue: pass finalized metadata to scenequeue callbacks
Christopher Larson
2015-04-08
1
-4
/
+4
*
bitbake: runqueue: Fix 100% cpu use after keyboard interrupt
Richard Purdie
2014-12-09
1
-5
/
+4
*
bitbake: bitbake: Make printed 'runqueue' be consistently capitalized
Gary Thomas
2014-11-06
1
-1
/
+1
*
bitbake: siggen/runqueue/bitbake-worker: Improve siggen data transfer interface
Richard Purdie
2014-09-11
1
-3
/
+1
*
bitbake: bitbake-worker: Extra profiling data dump
Richard Purdie
2014-08-28
1
-2
/
+5
*
bitbake: runqueue: Fix setscene tasks not running
Richard Purdie
2014-08-28
1
-0
/
+4
*
bitbake: runqueue.py: Fix typoes/grammar in comments.
Robert P. J. Day
2014-08-19
1
-6
/
+6
*
bitbake: runqueue.py: Correct several misspellings of "notifing".
Robert P. J. Day
2014-08-19
1
-7
/
+7
*
bitbake: runqueue: Add sceneQueueComplete event
Richard Purdie
2014-08-03
1
-0
/
+12
*
bitbake: command/runqueue: Fix shutdown logic
Richard Purdie
2014-07-21
1
-1
/
+2
*
bitbake: runqueue: Do not write out stamp files in dry_run mode
Richard Purdie
2014-04-23
1
-1
/
+2
*
bitbake: runqueue: Fix task weighting algorithm
Richard Purdie
2014-04-23
1
-2
/
+2
*
bitbake: runqueue: Fix handling of zero priority task
Richard Purdie
2014-04-23
1
-1
/
+1
*
bitbake: runqueue: Address issues with incomplete sstate sets
Richard Purdie
2014-04-01
1
-1
/
+5
*
bitbake: runqueue: Fix sstate task dependency problems
Richard Purdie
2014-04-01
1
-0
/
+4
*
bitbake: runqueue/siggen: Pass in commandline options to dump_sigs()
Richard Purdie
2014-03-27
1
-3
/
+3
*
bitbake: bitbake: Force -S option to take a parameter
Richard Purdie
2014-03-27
1
-3
/
+6
*
bitbake: runqueue: Fix sceneQueueEvent to use the correct hashes
Richard Purdie
2014-03-25
1
-1
/
+1
*
bitbake: runqueue: Remove use of waitpid on worker processes
Richard Purdie
2014-03-19
1
-16
/
+12
*
bitbake: runqueue: Revert child signal handler for now
Richard Purdie
2014-03-19
1
-28
/
+17
*
bitbake: runqueue: Don't catch all child return codes
Richard Purdie
2014-03-19
1
-3
/
+4
*
bitbake: runqueue: Really fix sigchld handling
Richard Purdie
2014-03-18
1
-14
/
+14
*
bitbake: runqueue: Ensure handler does not recurse
Richard Purdie
2014-03-18
1
-1
/
+1
*
bitbake: runqueue: More carefully handle the sigchld handler
Richard Purdie
2014-03-18
1
-2
/
+4
*
bitbake: runqueue: Don't error if we never setup workers
Richard Purdie
2014-03-17
1
-1
/
+2
*
bitbake: runqueue: Improve sigchld handler
Richard Purdie
2014-03-12
1
-5
/
+10
*
bitbake: runqueue: Use SIGCHLD instead of polling waitpid
Richard Purdie
2014-03-10
1
-14
/
+19
*
bitbake: providers/runqueue/taskdata: Optimise logger.debug calls
Richard Purdie
2014-03-10
1
-1
/
+1
*
bitbake: runqueue.py: Gracefully handle a missing worker process
Richard Purdie
2014-03-10
1
-7
/
+14
*
bitbake: runqueue.py: Handle worker disappearing gracefully
Richard Purdie
2014-03-10
1
-5
/
+22
*
bitbake: runqueue: Fix typo
Richard Purdie
2014-03-06
1
-1
/
+1
*
bitbake: runqueue: Catch ValueError from pickle.loads
Martin Jansa
2014-02-24
1
-2
/
+8
*
bitbake: runqueue: Fix silly variable overlap
Richard Purdie
2014-02-15
1
-3
/
+3
*
bitbake: runqueue: Ensure we do run 'masked' setscene tasks if specified as t...
Richard Purdie
2014-02-13
1
-4
/
+12
*
bitbake: runqueue: Fix setscene hard dependency problems
Richard Purdie
2014-02-11
1
-5
/
+18
*
bitbake: runqueue: Fix race against tasks sharing stamp files
Richard Purdie
2014-01-31
1
-1
/
+4
*
bitbake: runqueue: Simplify pointless len() usage
Richard Purdie
2014-01-28
1
-1
/
+1
*
bitbake: runqueue: Only attempt to print closest matching task if there is a ...
Richard Purdie
2014-01-27
1
-6
/
+5
*
bitbake: runqueue: Further extend bitbake -S output to view signature differe...
Richard Purdie
2013-12-20
1
-2
/
+45
*
bitbake: runqueue: Fix data being written into siginfo/sigdata files
Richard Purdie
2013-12-20
1
-15
/
+2
*
bitbake: runqueue: Add output for -S option for listing the changepoints comp...
Richard Purdie
2013-12-18
1
-0
/
+77
*
bitbake: bitbake: Share BB_TASKDEPDATA with tasks
Richard Purdie
2013-11-26
1
-4
/
+26
*
bitbake: runqueue: Optimise next_buildable_task()
Richard Purdie
2013-11-26
1
-17
/
+48
*
bitbake: runqueue/bitbake-worker: Fix dry run fakeroot issues
Richard Purdie
2013-11-24
1
-1
/
+1
*
bitbake: runqueue: Fix hole in setsceneverify skipped task logic
Richard Purdie
2013-11-20
1
-2
/
+19
*
bitbake: bitbake: runqueue: add task hash to Queue events
Alexandru DAMIAN
2013-09-22
1
-0
/
+5
[next]