[OE-core] [PATCH 00/10] wic dependency and rootfs updates

Tom Zanussi tom.zanussi at linux.intel.com
Tue Oct 22 14:23:59 UTC 2013


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




More information about the Openembedded-core mailing list