]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 23 Apr 2021 15:12:10 +0000 (23:12 +0800)
commit63f3c44f51cf36d3ac550ebb2292eb8e08d1b8d4
treeda77aea0e4c1a9e0d9ac4c7dbde51fc63bc5f846
parentbd08e4d179979937604c196b4047f59c5499a960
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>
(cherry picked from commit a3e0eec5a4785a0c4859455eb10b43aa832e606d)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
scripts/runqemu