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 00/10] wic dependency and rootfs updates
Date: Tue, 22 Oct 2013 09:23:59 -0500	[thread overview]
Message-ID: <cover.1382451106.git.tom.zanussi@linux.intel.com> (raw)

This patchset mainly removes unnecessary run-time python module and
executable dependencies for mic functionality we currently don't use.
I didn't originally hit these myself because I did development on
Fedora and Ubuntu users hit these - I've tested the resulting patchset
on both Fedora and Ubuntu with the affected packages removed and don't
see any problems.

I've kept them as a series of changes rather than glomming them all
together because at some point we will want to restore these
dependencies on a case-by-case basis and it's better to have the
changes as individually explained commits.

It also removes and unncessary pseudo export as discussed in a
previous thread, and moves the setup to the top-level rootfs
generation function.

The following changes since commit 505114c13d29799a25379f7ce720d632616d8776:

  wic: add pseudo to the populate-extfs step (2013-10-18 16:03:39 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-fixes-3
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-fixes-3

Tom Zanussi (10):
  wic: Remove dependency on rt_util module
  wic: eliminate module checks
  wic: Remove dependency on rpmmisc
  wic: Remove dependency on myurlgrab module
  wic: remove rpm warning code from BackendPlugin
  wic: Remove rpm and grabber dependencies from BaseImageCreator
  wic: Remove rpmmisc call from livecd
  wic: Remove binary dependencies
  wic: Make find_binary_path() more user-friendly
  wic: Update and generalize pseudo setup for rootfs generation

 scripts/lib/mic/creator.py                         |  4 ++--
 scripts/lib/mic/imager/baseimager.py               |  4 +---
 scripts/lib/mic/imager/livecd.py                   |  4 ++--
 .../lib/mic/kickstart/custom_commands/partition.py | 28 ++++++++++++----------
 scripts/lib/mic/pluginbase.py                      |  5 ----
 scripts/lib/mic/plugins/imager/direct_plugin.py    |  2 +-
 scripts/lib/mic/plugins/imager/fs_plugin.py        |  2 +-
 scripts/lib/mic/plugins/imager/livecd_plugin.py    |  2 +-
 scripts/lib/mic/plugins/imager/liveusb_plugin.py   |  2 +-
 scripts/lib/mic/plugins/imager/loop_plugin.py      |  2 +-
 scripts/lib/mic/plugins/imager/raw_plugin.py       |  2 +-
 scripts/lib/mic/utils/fs_related.py                |  5 +++-
 scripts/lib/mic/utils/misc.py                      |  2 --
 scripts/lib/mic/utils/partitionedfs.py             |  4 ----
 scripts/wic                                        | 10 --------
 15 files changed, 30 insertions(+), 48 deletions(-)

-- 
1.8.3.1



             reply	other threads:[~2013-10-22 14:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 14:23 Tom Zanussi [this message]
2013-10-22 14:23 ` [PATCH 01/10] wic: Remove dependency on rt_util module Tom Zanussi
2013-10-22 14:23 ` [PATCH 02/10] wic: eliminate module checks Tom Zanussi
2013-10-22 14:23 ` [PATCH 03/10] wic: Remove dependency on rpmmisc Tom Zanussi
2013-10-22 14:23 ` [PATCH 04/10] wic: Remove dependency on myurlgrab module Tom Zanussi
2013-10-22 14:24 ` [PATCH 05/10] wic: remove rpm warning code from BackendPlugin Tom Zanussi
2013-10-22 14:24 ` [PATCH 06/10] wic: Remove rpm and grabber dependencies from BaseImageCreator Tom Zanussi
2013-10-22 14:24 ` [PATCH 07/10] wic: Remove rpmmisc call from livecd Tom Zanussi
2013-10-22 14:24 ` [PATCH 08/10] wic: Remove binary dependencies Tom Zanussi
2013-10-22 14:24 ` [PATCH 09/10] wic: Make find_binary_path() more user-friendly Tom Zanussi
2013-10-22 14:24 ` [PATCH 10/10] wic: Update and generalize pseudo setup for rootfs generation 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.1382451106.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.