Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py16 from wic.pluginbase import PluginMgr, PLUGIN_TYPES
54 for plugin_type in PLUGIN_TYPES:
H A Dpluginbase.py21 PLUGIN_TYPES = ["imager", "source"] variable
35 if ptype not in PLUGIN_TYPES: