diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2022-04-16 23:28:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-15 17:51:34 +0100 |
commit | 4161dbbbd6c446501b6ec750f5dbc7fb0296eac0 (patch) | |
tree | 8a7410719e6efa50e96e72125e4fa41118874b78 /scripts/lib/scriptpath.py | |
parent | 6421d3330c10868faf01084d4fdd1f3f9874f3bd (diff) | |
download | poky-4161dbbbd6c446501b6ec750f5dbc7fb0296eac0.tar.gz |
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.
(From OE-Core rev: aa8fd5e7c2a1125895accfd55ce9320819a10959)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions