Home
last modified time | relevance | path

Searched refs:plugin_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py54 for plugin_type in PLUGIN_TYPES:
55 result += '\n\n%s PLUGINS\n\n' % plugin_type.upper()
56 for name, plugin in PluginMgr.get_plugins(plugin_type).items():
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dplugin.py38 def plugin_type(self): member in IndexPlugin