]> code.ossystems Code Review - openembedded-core.git/commit
wic: throw exception if required API is not implemented
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 15 Feb 2017 17:50:45 +0000 (19:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:31 +0000 (10:42 +0000)
commit87031c933047a37ddc26be3d04ea17b6e60ea10a
treeeddfdc187e18ea382dc411397802d16ee61d0b1d
parent808451f154867caef73e00af04f56f051b7d5f6b
wic: throw exception if required API is not implemented

Throw WicError if do_create method of imager plugin is
not implemented.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/pluginbase.py