]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Feb 2023 15:18:32 +0000 (15:18 +0000)
commit079c2935d2f585ce49e1c7daab2155fcf0094c48
tree7ee3c08871d09533c69150e6380708431b7cfdfe
parent9c63970fce3a3d6029745252a6ec2bf9b9da862d
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>
scripts/runqemu