diff options
| author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-06-17 11:53:04 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 11:47:33 +0100 |
| commit | cfe64126c8d9afce907e51093e33c9805fa71b25 (patch) | |
| tree | cda58fb123689d0564c5e4620e95caf1ff95b5ae /scripts/lib/wic/plugins/source/rawcopy.py | |
| parent | 553f3322650235ff267627504bd49c3d04c1f39c (diff) | |
| download | poky-cfe64126c8d9afce907e51093e33c9805fa71b25.tar.gz | |
wic: Add missing docstrings to plugin classes
Docstings from plugin classes are used as part of
output of 'wic help plugins'. Adding them makes help page
more informative.
(From OE-Core rev: d4414b45c81ab539f75a7bb16fc6412c30dfc45f)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/plugins/source/rawcopy.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/rawcopy.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins/source/rawcopy.py index df07851751..071b2d2032 100644 --- a/scripts/lib/wic/plugins/source/rawcopy.py +++ b/scripts/lib/wic/plugins/source/rawcopy.py | |||
| @@ -22,6 +22,10 @@ from wic.pluginbase import SourcePlugin | |||
| 22 | from wic.utils.oe.misc import exec_cmd, get_bitbake_var | 22 | from wic.utils.oe.misc import exec_cmd, get_bitbake_var |
| 23 | 23 | ||
| 24 | class RawCopyPlugin(SourcePlugin): | 24 | class RawCopyPlugin(SourcePlugin): |
| 25 | """ | ||
| 26 | Populate partition content from raw image file. | ||
| 27 | """ | ||
| 28 | |||
| 25 | name = 'rawcopy' | 29 | name = 'rawcopy' |
| 26 | 30 | ||
| 27 | @classmethod | 31 | @classmethod |
