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: Improve handling of failing setscene tasks with hard depen...
Richard Purdie
2013-06-14
1
-3
/
+7
*
bitbake: prserv: Adapt autostart to bitbake-worker
Richard Purdie
2013-06-14
1
-0
/
+1
*
bitbake: runqueue: Spawn a separate worker for fakeroot tasks
Richard Purdie
2013-06-14
1
-17
/
+58
*
bitbake: runqueue: Abstract the start and teardown worker functions
Richard Purdie
2013-06-14
1
-17
/
+31
*
bitbake: runqueue: Move the bitbake-worker execution to a higher level
Richard Purdie
2013-06-14
1
-59
/
+55
*
bitbake: runqueue: Split runqueue to use bitbake-worker
Richard Purdie
2013-06-14
1
-178
/
+106
*
bitbake: cooker: Split data from configuration
Richard Purdie
2013-06-07
1
-6
/
+6
*
bitbake: runqueue.py: Ensure export flag is set for fakeroot environment vari...
Richard Purdie
2013-05-22
1
-0
/
+1
*
bitbake: cooker: Separate out collections handling code into its own class
Richard Purdie
2013-05-12
1
-2
/
+2
*
bitbake: runqueue: Use taskData.fn_index[depdata] instead of uninitialized dep
Martin Jansa
2013-03-19
1
-2
/
+2
*
bitbake: build.py: Dump out performance data of individual tasks
Richard Purdie
2013-01-28
1
-1
/
+2
*
bitbake: runqueue: Allow partial setscene task coverage
Richard Purdie
2012-11-20
1
-11
/
+72
*
bitbake: runqueue: Add --no-setscene to skip all setscene tasks
Jason Wessel
2012-09-24
1
-6
/
+7
*
bitbake: lib/bb/runqueue.py: fix exceptions with -k and failed targets
Paul Eggleton
2012-09-24
1
-1
/
+3
*
bitbake: runqueue.py: Clean up runqueue exception catching in the normal task...
Richard Purdie
2012-08-02
1
-0
/
+3
*
bitbake: runqueue.py: Wipe out the stamp cache between setscene and main task...
Richard Purdie
2012-07-26
1
-0
/
+2
*
bitbake: runqueue.py: Allow the setsceneverify function to have a list of tas...
Richard Purdie
2012-07-26
1
-3
/
+24
*
bitbake: runqueue.py: Ensure one setscene function doesn't mask out another w...
Richard Purdie
2012-07-26
1
-2
/
+5
*
bitbake: runqueue.py: Optimise the hashvalidate call to only process tasks we...
Richard Purdie
2012-07-26
1
-0
/
+6
*
bitbake: runqueue.py: Gracefully exit if an exception occurs in the runqueue ...
Richard Purdie
2012-07-26
1
-1
/
+9
*
bitbake: runqueue.py: Fix a stamp comparision bug
Richard Purdie
2012-07-26
1
-6
/
+9
*
bitbake: runqueue.py: Improve error output to be more useful when non-existen...
Richard Purdie
2012-07-17
1
-1
/
+1
*
bitbake: runqueue.py: Fix recursive task pruning to only prune self referenci...
Richard Purdie
2012-07-04
1
-2
/
+4
*
bitbake: runqueue.py: Allow recrdeptasks that have self references
Richard Purdie
2012-07-04
1
-2
/
+7
*
bitbake: runqueue.py: Handle multiple rdeptask entries
Richard Purdie
2012-06-28
1
-2
/
+2
*
bitbake: runqueue: Reimplement recrdepends so it works more correctly
Richard Purdie
2012-06-28
1
-58
/
+42
*
bitbake: runqueue.py: Convert depends variable to use sets
Richard Purdie
2012-06-28
1
-12
/
+8
*
bitbake: taskdata: Add gettask_id_fromfnid helper function
Richard Purdie
2012-06-28
1
-8
/
+4
*
bitbake: taskdata.py: Add support for rdepends task flag
Richard Purdie
2012-06-25
1
-1
/
+13
*
bitbake: utils.py: Add function to set nonblocking operation on a file descri...
Richard Purdie
2012-06-25
1
-1
/
+1
*
bitbake: bitbake: add -C option to invalidate a task and rebuild the target
Paul Eggleton
2012-06-21
1
-2
/
+18
*
bitbake: bitbake: ensure -f causes dependent tasks to be re-run
Paul Eggleton
2012-06-21
1
-6
/
+6
*
bitbake/runqueue: Drop check_stamp_fn, it's obsolete and should not be used
Richard Purdie
2012-05-11
1
-11
/
+0
*
bitbake/runqueue: Drop check_stamps function, it is obsolete and unused
Richard Purdie
2012-05-11
1
-94
/
+0
*
bitbake/runqueue: Fix 'full' stamp checking to be more efficient and cache re...
Richard Purdie
2012-05-11
1
-6
/
+16
*
runqueue: drop unnecessary keys() in runqueue_process_waitpid
Christopher Larson
2012-05-11
1
-1
/
+1
*
runqueue: handle task exit due to signal/stop
Christopher Larson
2012-05-11
1
-11
/
+22
*
runqueue: wait and deal with those <defunct> sub-processes as soon as they ar...
Shane Wang
2012-03-30
1
-0
/
+1
*
Typo: "nonexistant" -> "non-existent"
Robert P. J. Day
2012-03-20
1
-2
/
+2
*
runqueue.py: When checking whether stamps are valid for setscene, recurse
Richard Purdie
2012-03-16
1
-3
/
+4
*
meta/classes: Convert to use appendVar and appendVarFlags
Richard Purdie
2012-03-05
1
-4
/
+4
*
bitbake/runqueue: fix python error on scenequeue task failure
Paul Eggleton
2012-03-01
1
-2
/
+1
*
runqueue.py: initialize rqexe at RunQueue's init function
Dongxiao Xu
2012-03-01
1
-0
/
+5
*
bitbake: fix setscene task start/failure handling
Paul Eggleton
2012-02-28
1
-5
/
+13
*
bitbake/runqueue: make dry-run do everything except execute
Paul Eggleton
2012-02-28
1
-7
/
+2
*
V5 Disk space monitoring
Robert Yang
2012-02-26
1
-0
/
+7
*
bitbake/runqueue: Ensure finish_now() sets the runqueue state consistently
Richard Purdie
2012-02-26
1
-0
/
+7
*
Hob: A new implemetation (v2)
Dongxiao Xu
2012-02-24
1
-5
/
+7
*
runqueue: fire sceneQueueTaskStarted event when a setscene queue starts
Dongxiao Xu
2012-02-24
1
-2
/
+14
*
bitbake: show appropriate warnings for universe target
Paul Eggleton
2012-02-22
1
-3
/
+7
[next]