Home
last modified time | relevance | path

Searched refs:SourcePlugin (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dempty.py25 from wic.pluginbase import SourcePlugin
29 class EmptyPartitionPlugin(SourcePlugin):
H A Drawcopy.py13 from wic.pluginbase import SourcePlugin
19 class RawCopyPlugin(SourcePlugin):
H A Dbootimg-biosplusefi.py23 from wic.pluginbase import SourcePlugin
26 class BootimgBiosPlusEFIPlugin(SourcePlugin):
H A Dbootimg-pcbios.py19 from wic.pluginbase import SourcePlugin
25 class BootimgPcbiosPlugin(SourcePlugin):
H A Dbootimg-partition.py23 from wic.pluginbase import SourcePlugin
28 class BootimgPartitionPlugin(SourcePlugin):
H A Drootfs.py23 from wic.pluginbase import SourcePlugin
28 class RootfsPlugin(SourcePlugin):
H A Disoimage-isohybrid.py20 from wic.pluginbase import SourcePlugin
25 class IsoImagePlugin(SourcePlugin):
H A Dbootimg-efi.py23 from wic.pluginbase import SourcePlugin
29 class BootimgEFIPlugin(SourcePlugin):
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py80 class SourcePlugin(metaclass=PluginMeta): class
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwic.rst349 Source plugins are subclasses of the ``SourcePlugin`` class, which is
352 file is a subclass of the ``SourcePlugin`` class, which is found in the
382 class BootimgPcbiosPlugin(SourcePlugin):
407 reason that all source plugins are derived from the ``SourcePlugin``
410 The ``SourcePlugin`` class defined in the ``pluginbase.py`` file defines
412 plugins (subclass of ``SourcePlugin``) that do not implement a
414 ``SourcePlugin`` class. For more information, see the ``SourcePlugin``
418 ``SourcePlugin`` class:
447 more source plugin methods within ``SourcePlugin`` and the corresponding