]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 23:18:17 +0000 (23:18 +0000)
commit59b72c0b260001b98eca87f3e6c0dfccef38182c
treedf11d049e83d9526a2888819fced9f27577a7f93
parent455ce228df18eb67ba08b7433eea334df6994391
wic: throw exception if required API is not implemented

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

(From OE-Core rev: 87031c933047a37ddc26be3d04ea17b6e60ea10a)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/pluginbase.py