]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: hashserv: Switch from threads to multiprocessing
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Jul 2019 09:49:39 +0000 (10:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2019 10:21:32 +0000 (11:21 +0100)
commit43d37a6eaf2224c0dda1d1436a0afc2bd34fdddf
tree273e6a02584e2222a4f2b7249018dbd487e818e4
parentd40d7e43856f176c45cf515644b5f211c708e237
bitbake: hashserv: Switch from threads to multiprocessing

There were hard to debug lockups when trying to use threading to start
hashserv as a thread. Switch to multiprocessing which doesn't show the
same locking problems.

(Bitbake rev: be23d887c8e244f1ef961298fbc9214d0fd0968a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py
bitbake/lib/hashserv/__init__.py
bitbake/lib/hashserv/tests.py