Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/13] #10619: refactor wic codebase. Part 3
@ 2017-02-10 15:05 Ed Bartosh
  2017-02-10 15:05 ` [PATCH 01/13] wic: move disk operations to PartitionImage class Ed Bartosh
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Ed Bartosh @ 2017-02-10 15:05 UTC (permalink / raw)
  To: openembedded-core

Hi,

This patchset introduces PartitionedImage class and moves partition
operations to it. This should simplify the API and make it easier
to understand and maintain.

The following changes since commit 5ea229d46a6ef4a197564815c51ee4c5d23a00c9:

  wic: remove unused argument scripts_path (2017-02-09 16:10:56 +0200)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wic/wip
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/wip

Ed Bartosh (13):
  wic: move disk operations to PartitionImage class
  wic: move PartitionedImage class to direct.py
  wic: remove utils/oe/__init__.py
  wic: ksparser: set default disk to 'sda'
  wic: direct: remove set_bootimg_dir setter
  wic: direct: don't catch ImagerError
  wic: direct: remove useless code
  wic: direct: add 'realnum' attribute to partition
  wic: direct: move UUID generation to PartitionedImage
  wic: direct: set bootloader.source in the __init__
  wic: direct: add PartitionedImage.prepare method
  wic: direct: move generation of part.realnum to PartitionedImage
  wic: direct: move creation of PartitionedImage to __init__

 scripts/lib/wic/ksparser.py                        |   2 +-
 scripts/lib/wic/plugins/imager/direct.py           | 465 +++++++++++++++------
 scripts/lib/wic/plugins/source/bootimg-efi.py      |   2 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |   4 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |  10 +-
 .../lib/wic/plugins/source/rootfs_pcbios_ext.py    |   4 +-
 scripts/lib/wic/utils/oe/__init__.py               |  22 -
 scripts/lib/wic/utils/partitionedfs.py             | 345 ---------------
 8 files changed, 349 insertions(+), 505 deletions(-)
 delete mode 100644 scripts/lib/wic/utils/oe/__init__.py
 delete mode 100644 scripts/lib/wic/utils/partitionedfs.py

--
Regards,
Ed



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-02-10 15:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 15:05 [PATCH 00/13] #10619: refactor wic codebase. Part 3 Ed Bartosh
2017-02-10 15:05 ` [PATCH 01/13] wic: move disk operations to PartitionImage class Ed Bartosh
2017-02-10 15:05 ` [PATCH 02/13] wic: move PartitionedImage class to direct.py Ed Bartosh
2017-02-10 15:05 ` [PATCH 03/13] wic: remove utils/oe/__init__.py Ed Bartosh
2017-02-10 15:05 ` [PATCH 04/13] wic: ksparser: set default disk to 'sda' Ed Bartosh
2017-02-10 15:05 ` [PATCH 05/13] wic: direct: remove set_bootimg_dir setter Ed Bartosh
2017-02-10 15:05 ` [PATCH 06/13] wic: direct: don't catch ImagerError Ed Bartosh
2017-02-10 15:05 ` [PATCH 07/13] wic: direct: remove useless code Ed Bartosh
2017-02-10 15:05 ` [PATCH 08/13] wic: direct: add 'realnum' attribute to partition Ed Bartosh
2017-02-10 15:05 ` [PATCH 09/13] wic: direct: move UUID generation to PartitionedImage Ed Bartosh
2017-02-10 15:05 ` [PATCH 10/13] wic: direct: set bootloader.source in the __init__ Ed Bartosh
2017-02-10 15:05 ` [PATCH 11/13] wic: direct: add PartitionedImage.prepare method Ed Bartosh
2017-02-10 15:05 ` [PATCH 12/13] wic: direct: move generation of part.realnum to PartitionedImage Ed Bartosh
2017-02-10 15:05 ` [PATCH 13/13] wic: direct: move creation of PartitionedImage to __init__ Ed Bartosh
2017-02-10 15:59 ` ✗ patchtest: failure for #10619: refactor wic codebase. Part 3 Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox