mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
goggle: exit quietly on ^C
(Bitbake rev: bdd10e9b357417774f30cc52e89e3fa83bbbbfc0) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6f4fbfe272
commit
77513ee5f0
@@ -105,6 +105,8 @@ def main (server, eventHandler):
|
|||||||
# ignore interrupted io
|
# ignore interrupted io
|
||||||
if ioerror.args[0] == 4:
|
if ioerror.args[0] == 4:
|
||||||
pass
|
pass
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
pass
|
||||||
finally:
|
finally:
|
||||||
server.runCommand(["stateStop"])
|
server.runCommand(["stateStop"])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user