Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dempty.py13 from wic.pluginbase import SourcePlugin
17 class EmptyPartitionPlugin(SourcePlugin):
H A Drawcopy.py11 from wic.pluginbase import SourcePlugin
17 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.py21 from wic.pluginbase import SourcePlugin
26 class BootimgPartitionPlugin(SourcePlugin):
H A Drootfs.py23 from wic.pluginbase import SourcePlugin
28 class RootfsPlugin(SourcePlugin):
H A Disoimage-isohybrid.py18 from wic.pluginbase import SourcePlugin
23 class IsoImagePlugin(SourcePlugin):
H A Dbootimg-efi.py23 from wic.pluginbase import SourcePlugin
29 class BootimgEFIPlugin(SourcePlugin):
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpluginbase.py80 class SourcePlugin(metaclass=PluginMeta): class
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst5726 Source plugins are subclasses of the ``SourcePlugin`` class, which is
5729 file is a subclass of the ``SourcePlugin`` class, which is found in the
5759 class BootimgPcbiosPlugin(SourcePlugin):
5784 reason that all source plugins are derived from the ``SourcePlugin``
5787 The ``SourcePlugin`` class defined in the ``pluginbase.py`` file defines
5789 plugins (subclass of ``SourcePlugin``) that do not implement a
5791 ``SourcePlugin`` class. For more information, see the ``SourcePlugin``
5795 ``SourcePlugin`` class:
5824 more source plugin methods within ``SourcePlugin`` and the corresponding