mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
553f332265
commit
cfe64126c8
@@ -34,6 +34,11 @@ from wic.utils.oe.misc import exec_cmd, exec_native_cmd, get_bitbake_var, \
|
||||
BOOTDD_EXTRA_SPACE
|
||||
|
||||
class BootimgEFIPlugin(SourcePlugin):
|
||||
"""
|
||||
Create EFI boot partition.
|
||||
This plugin supports GRUB 2 and gummiboot bootloaders.
|
||||
"""
|
||||
|
||||
name = 'bootimg-efi'
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user