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?
-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to