This patchset adds a new 'list plugins' subcommand along with some better error handling and messaging when users try to use nonexistent plugins. It also adds a new hook for general purpose help topics and adds a 'plugins' topic as the first entry.
Addresses problems exposed in YOCTO #6481. The following changes since commit 6879c3c903ec7d08cf0240281c83d85b4a42b6db: maintainers.inc: add info for libical (2014-07-08 11:20:14 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-plugin-updates http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-plugin-updates Tom Zanussi (5): wic: Add command to list available source plugins wic: Add help text for 'wic list source-plugins' wic: Print error if a partition specifies an invalid --source wic: Add dummy subcommand and usage strings wic: Add general 'plugins' help topic scripts/lib/image/engine.py | 13 +++ scripts/lib/image/help.py | 121 ++++++++++++++++++++- .../lib/mic/kickstart/custom_commands/partition.py | 5 + scripts/lib/mic/plugin.py | 16 +++ scripts/wic | 28 ++++- 5 files changed, 173 insertions(+), 10 deletions(-) -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
