All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: Tom Zanussi <tom.zanussi@linux.intel.com>
Subject: [PATCH 0/5] wic: Source plugin updates
Date: Tue,  8 Jul 2014 09:51:54 -0500	[thread overview]
Message-ID: <cover.1404830754.git.tom.zanussi@linux.intel.com> (raw)

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



             reply	other threads:[~2014-07-08 14:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-08 14:51 Tom Zanussi [this message]
2014-07-08 14:51 ` [PATCH 1/5] wic: Add command to list available source plugins Tom Zanussi
2014-07-08 14:51 ` [PATCH 2/5] wic: Add help text for 'wic list source-plugins' Tom Zanussi
2014-07-08 14:51 ` [PATCH 3/5] wic: Print error if a partition specifies an invalid --source Tom Zanussi
2014-07-08 14:51 ` [PATCH 4/5] wic: Add dummy subcommand and usage strings Tom Zanussi
2014-07-08 14:51 ` [PATCH 5/5] wic: Add general 'plugins' help topic Tom Zanussi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1404830754.git.tom.zanussi@linux.intel.com \
    --to=tom.zanussi@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.