]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Ensure we cleanup snapshot files after image run
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Apr 2021 09:54:49 +0000 (10:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Apr 2021 23:08:07 +0000 (00:08 +0100)
commita3e0eec5a4785a0c4859455eb10b43aa832e606d
tree4ebe9aeccc0f0db9a28b8f26eacc9f0c1c45ae6c
parentfc7875ce3c68a253f8b8e5d8855c1814731b5a45
runqemu: Ensure we cleanup snapshot files after image run

We need to cleanup snapshot files if we make a copy of them to ensure
the tmpfs doesn't run out of space. There is already NFS code needing
this so make it a generic code path.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu