[linux-yocto] Custom wic imager plugin

Paul Knopf pauldotknopf at gmail.com
Sun Oct 29 19:03:46 PDT 2017


I am able to create and use custom source plugins for wic, all good.

However, I can't figure out how to use a custom imager plugin. The code has
support for it, but it is hard-coded to use "direct" as the plugin. There
is no way to configure it.

https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/scripts/lib/wic/engine.py?h=pyro#n187

    pname = 'direct'
    plugin_class = PluginMgr.get_plugins('imager').get(pname)
    if not plugin_class:
        raise WicError('Unknown plugin: %s' % pname)

Is this an oversight? Would you guys accept a patch?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20171029/18036edc/attachment.html>


More information about the linux-yocto mailing list