Files
poky/meta/lib/oe
Jose Quaresma 4161dbbbd6 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>
2022-07-15 17:51:34 +01:00
..
2021-08-02 15:44:10 +01:00
2021-10-30 22:31:52 +01:00
2020-12-20 00:03:04 +00:00
2022-06-08 21:55:56 +01:00
2022-03-02 18:44:17 +00:00
2022-07-15 17:51:34 +01:00