Files
poky/meta
Richard Purdie 627d9a71df lib/oe/utils: Handle exceptions in multiprocess_exec
Currently exceptions that happen in pool commands are ignored. Any errors
would be printed on the console but everything else is silent.

Switch to use pool.map_async which allows for an error_callback which
we can use to detect exceptions and make sure these errors are handled.

(From OE-Core rev: 7f2f9b3ff011b340b5d23bb7c47b12c357dc9f02)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-09-02 00:52:10 +01:00
..
2017-08-23 12:06:51 +01:00
2017-08-31 23:30:03 +01:00
2017-08-23 08:47:03 +01:00
2014-01-02 12:58:54 +00:00
2016-01-07 13:40:14 +00:00