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: Add setscene task overlap sanity check
Richard Purdie
2021-03-24
1
-0
/
+4
*
bitbake: runqueue: Fix task execution corruption issue
Richard Purdie
2021-03-24
1
-0
/
+3
*
bitbake: runqueue: Don't use sys.argv
Richard Purdie
2020-08-25
1
-5
/
+4
*
bitbake: build/msg: Cleanup verbose option handling
Richard Purdie
2020-08-25
1
-2
/
+2
*
bitbake: runqueue: Avoid unpickle errors in rare cases
Richard Purdie
2020-06-28
1
-2
/
+7
*
bitbake: bitbake: siggen: Pass all data caches to hash functions
Joshua Watt
2020-06-12
1
-3
/
+5
*
bitbake: bitbake: command: Move split_mc_pn to runqueue
Joshua Watt
2020-06-10
1
-0
/
+6
*
bitbake: bitbake: cooker: Split file collections per multiconfig
Joshua Watt
2020-06-10
1
-5
/
+6
*
bitbake: runqueue: Lower setscene complete logging level
Joshua Watt
2020-03-13
1
-1
/
+1
*
bitbake: runqueue/siggen: Lower hash equivalence logging
Joshua Watt
2020-03-13
1
-3
/
+3
*
bitbake: runqueue/siggen: Log hash equivalence with a different logger
Joshua Watt
2020-03-13
1
-5
/
+6
*
bitbake: lib/bb/msg: Use log level instead of debug count
Joshua Watt
2020-03-13
1
-1
/
+1
*
bitbake: runqueue: teach runonly/runall to accept "do_task" as well as "task"
Chris Laplante
2020-03-07
1
-2
/
+6
*
bitbake: lib: remove unused imports
Frazer Clews
2020-01-19
1
-3
/
+1
*
bitbake: runqueue: Use a set for the setscene tasks list
Richard Purdie
2020-01-13
1
-2
/
+2
*
bitbake: runqueue: Fix task dependency corner case in sanity test
Richard Purdie
2020-01-02
1
-1
/
+4
*
bitbake: runqueue: Ensure task dependencies are run correctly
Richard Purdie
2020-01-02
1
-0
/
+6
*
bitbake: runqueue: Fix equiv hash handling build failures
Richard Purdie
2020-01-02
1
-1
/
+2
*
bitbake: runqueue: Only call into the migrations function if migrations active
Richard Purdie
2019-12-16
1
-1
/
+2
*
bitbake: runqueue: Optimise task filtering
Richard Purdie
2019-12-16
1
-3
/
+2
*
bitbake: runqueue: Optimise out pointless loop iteration
Richard Purdie
2019-12-16
1
-9
/
+3
*
bitbake: runqueue: Optimise task migration code slightly
Richard Purdie
2019-12-16
1
-8
/
+9
*
bitbake: runqueue: Fix sstate task iteration performance
Richard Purdie
2019-12-16
1
-1
/
+5
*
bitbake: siggen: Split get_tashhash for performance
Richard Purdie
2019-12-16
1
-0
/
+1
*
bitbake: runqueue: Fix task mismatch failures from incorrect logic
Richard Purdie
2019-12-16
1
-1
/
+1
*
bitbake: runqueue: Rework process_possible_migrations() to improve performance
Richard Purdie
2019-12-16
1
-47
/
+56
*
bitbake: runqueue: Batch scenequeue updates
Joshua Watt
2019-12-12
1
-4
/
+7
*
bitbake: runqueue: Add extra debugging when locked sigs mismatches occur
Richard Purdie
2019-12-04
1
-0
/
+2
*
bitbake: runqueue/siggen: Allow handling of equivalent hashes
Richard Purdie
2019-12-04
1
-12
/
+19
*
bitbake: runqueue.py: not show warning for deferred multiconfig task
Kai Kang
2019-11-29
1
-1
/
+1
*
bitbake: runqueue: Ensure failed harddependencies in scenequeue are accounted...
Richard Purdie
2019-11-25
1
-1
/
+8
*
bitbake: runqueue: Fix hash equivalence duplicate tasks running
Richard Purdie
2019-11-22
1
-4
/
+10
*
bitbake: runqueue: Improve sstate rehashing output
Richard Purdie
2019-11-07
1
-12
/
+16
*
bitbake: runqueue: Small performance optimisation
Richard Purdie
2019-09-30
1
-0
/
+2
*
bitbake: runqueue: Save unihashes more frequently
Richard Purdie
2019-09-30
1
-0
/
+1
*
bitbake: siggen/runqueue: Fix signature mismatch issues
Richard Purdie
2019-09-30
1
-1
/
+2
*
bitbake: runqueue: Change task migration behaviour for rerunning setscene tasks
Richard Purdie
2019-09-30
1
-0
/
+4
*
bitbake: runqueue: Fix task migration problems
Richard Purdie
2019-09-30
1
-44
/
+55
*
bitbake: runqueue: validate_hashes(): currentcount should be a number
Robert Yang
2019-09-19
1
-3
/
+3
*
bitbake: bitbake: Rework hash equivalence
Joshua Watt
2019-09-18
1
-2
/
+2
*
bitbake: runqueue/siggen: Optimise hash equiv queries
Richard Purdie
2019-09-16
1
-0
/
+1
*
bitbake: bitbake: respect force flag in runall and runonly
Joshua Watt
2019-08-28
1
-14
/
+18
*
bitbake: runqueue: Optimise build_taskdepdata slightly
Richard Purdie
2019-08-21
1
-6
/
+6
*
bitbake: runqueue: Further optimise holdoff tasks
Richard Purdie
2019-08-21
1
-24
/
+25
*
bitbake: runqueue: Optimise holdoff task handling
Richard Purdie
2019-08-21
1
-2
/
+10
*
bitbake: runqueue: Small but critical fix
Richard Purdie
2019-08-21
1
-0
/
+1
*
bitbake: runqueue: Ensure target_tids is filtered
Richard Purdie
2019-08-16
1
-0
/
+1
*
bitbake: runqueue: Ensure data is handled correctly
Richard Purdie
2019-08-15
1
-0
/
+2
*
bitbake: runqueue: Fix data corruption problem
Richard Purdie
2019-08-15
1
-0
/
+3
*
bitbake: runqueue: Ensure we clear the stamp cache
Richard Purdie
2019-08-14
1
-0
/
+3
[next]