mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
wic: Remove unused conf support
Also fix up users such as imager functions. (From OE-Core rev: eb77b9c11bd9b8dc90aacfbd5b5bc5568a233525) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
554feeebe0
commit
d74e7d3fa6
@@ -91,9 +91,9 @@ class DirectPlugin(ImagerPlugin):
|
||||
creatoropts)
|
||||
|
||||
try:
|
||||
creator.mount(None, creatoropts["cachedir"])
|
||||
creator.mount()
|
||||
creator.install()
|
||||
creator.configure(creatoropts["repomd"])
|
||||
creator.configure()
|
||||
creator.print_outimage_info()
|
||||
|
||||
except errors.CreatorError:
|
||||
|
||||
Reference in New Issue
Block a user