]> code.ossystems Code Review - openembedded-core.git/commit
wic: Update cleanup/unmount-related code
authorTom Zanussi <tom.zanussi@linux.intel.com>
Fri, 8 Aug 2014 15:50:07 +0000 (10:50 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2014 09:52:18 +0000 (10:52 +0100)
commit1b103bf4a7c7527d4fc57bad1bbd1d5a5bbddb4a
treeb3e7f9fabd3a041f22bdaa16e042452028afff45
parent94e15c18c011b0d7d71276cd4566be2417c2c6be
wic: Update cleanup/unmount-related code

The wic code inherited a basic image-creation flow based on mounting
loop devices, but wic doesn't actually mount or unmount anything, so
get rid of unmount() and consolidate whatever it did do with
cleanup().

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
scripts/lib/mic/imager/baseimager.py
scripts/lib/mic/imager/direct.py