diff options
author | Stacy Gaikovaia <Stacy.Gaikovaia@windriver.com> | 2020-10-23 10:17:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-26 22:12:42 +0000 |
commit | c0f18b8bf56a730032fd06a5796caab70cd52379 (patch) | |
tree | cbcab01bb4a5e4cdaa0f80584bfaa982a8aacb5e /meta | |
parent | 8de1cd3886c6ac2544849e9e36bb7c66303ceb10 (diff) | |
download | poky-c0f18b8bf56a730032fd06a5796caab70cd52379.tar.gz |
bitbake: main: Handle cooker daemon startup error
On startup, bitbake spawns a cooker daemon and waits for
it's acknowledgement signal. If the acknowledgement
doesn't happen in time,the bitbake object will fail to
initialize and exit.
The error that occurs in this case isn't handled by
the existing try - catch block because SystemExit inherits
from a different base Exception class.
This commit adds SystemExit to the list of expected bitbake
server startup errors.
[YOCTO #13993]
(Bitbake rev: fec2b85689bba1d26ad6f376bc11cc29bb27cbe5)
Signed-off-by: Stacy Gaikovaia <stacy.gaikovaia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions