]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe/utils: remove the ThreadedPool
authorJose Quaresma <quaresma.jose@gmail.com>
Sat, 16 Apr 2022 22:28:46 +0000 (23:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jul 2022 16:51:31 +0000 (17:51 +0100)
commitaa8fd5e7c2a1125895accfd55ce9320819a10959
tree46514d472622f1609a6ba619054754b3be1a26ed
parenteb6a6820928472ef194b963b606454e731f9486f
oe/utils: remove the ThreadedPool

The ThreadedPool in OE-core is mainly because python2
doesn't have threaded pools but python2 is dead for
some time now and python3 have a ThreadPoolExecutor.

The only local in OE-core where this ThreadedPool
is in use is on the sstate.bbclass that is ported
to the python3 ThreadPoolExecutor.

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/utils.py