Skip to content
Commit aa8fd5e7 authored by Jose Quaresma's avatar Jose Quaresma Committed by Richard Purdie
Browse files

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: default avatarJose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent eb6a6820
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment