]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
runqemu: kill qemu if it hangs
authorMikko Rapeli <mikko.rapeli@linaro.org>
Wed, 15 Feb 2023 14:50:41 +0000 (16:50 +0200)
committerSteve Sakoman <steve@sakoman.com>
Sat, 25 Feb 2023 19:25:51 +0000 (09:25 -1000)
commit9047a07bc8a8c440cb30c6bb49710362eae41330
tree669441b538d7889747796ce7c90acfe7b18d5de4
parent3e1a4d572922eadc85ff6ac169722ad7ab118cf4
runqemu: kill qemu if it hangs

qemu doesn't always behave well and can hang too.
kill it with force if it was still alive. Move clean up
commands into cleanup() function.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 079c2935d2f585ce49e1c7daab2155fcf0094c48)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/runqemu