mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 22:46:42 +00:00
bitbake: cooker: Assign a name to the sync thread to aid debugging
(Bitbake rev: ffdb3d3fa690c35e9a96fc451a5811f5131276f3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
aaa286e48a
commit
38c05fb822
@ -2147,7 +2147,7 @@ class CookerParser(object):
|
||||
for c in self.bb_caches.values():
|
||||
c.sync()
|
||||
|
||||
sync = threading.Thread(target=sync_caches)
|
||||
sync = threading.Thread(target=sync_caches, name="SyncThread")
|
||||
self.syncthread = sync
|
||||
sync.start()
|
||||
bb.codeparser.parser_cache_savemerge()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user