Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/9] #10619: refactor wic codebase (continuation)
@ 2017-02-08 18:51 Ed Bartosh
  2017-02-08 18:51 ` [PATCH 1/9] wic: partitionedfs: merged __format_disks and create Ed Bartosh
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ed Bartosh @ 2017-02-08 18:51 UTC (permalink / raw)
  To: openembedded-core

Hi,

This patchset simplifies interfaces of DirectPlugin and underlying
set of APIs located in partitionedfs module. It also removes one of
two different structures for partitioning info.

The following changes since commit a624cf7f95c8cf4ff764cc997fd1db4601b97dcc:

  oeqa/selftest/pkgdata: use m4 instead of bash (2017-02-07 14:50:10 +0000)

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 (9):
  wic: partitionedfs: merged __format_disks and create
  wic: partitionedfs: get rid of __add_partition
  wic: partitionedfs: rename __create_partition and __add_disk
  wic: direct: get rid of _get_parts getter
  wic: use the same partition object in direct and partitionedfs
  wic: make sure layout_partitions is called once
  wic: direct: remove unused plugin attributes
  wic: direct: remove unused import
  wic: remove unused argument scripts_path

 scripts/lib/wic/engine.py                |   7 +-
 scripts/lib/wic/partition.py             |   2 +
 scripts/lib/wic/plugins/imager/direct.py |  54 ++-------
 scripts/lib/wic/utils/partitionedfs.py   | 197 ++++++++++++-------------------
 scripts/wic                              |   2 +-
 5 files changed, 95 insertions(+), 167 deletions(-)

--
Regards,
Ed



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

end of thread, other threads:[~2017-02-08 19:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 18:51 [PATCH 0/9] #10619: refactor wic codebase (continuation) Ed Bartosh
2017-02-08 18:51 ` [PATCH 1/9] wic: partitionedfs: merged __format_disks and create Ed Bartosh
2017-02-08 18:51 ` [PATCH 2/9] wic: partitionedfs: get rid of __add_partition Ed Bartosh
2017-02-08 18:51 ` [PATCH 3/9] wic: partitionedfs: rename __create_partition and __add_disk Ed Bartosh
2017-02-08 18:51 ` [PATCH 4/9] wic: direct: get rid of _get_parts getter Ed Bartosh
2017-02-08 18:51 ` [PATCH 5/9] wic: use the same partition object in direct and partitionedfs Ed Bartosh
2017-02-08 18:51 ` [PATCH 6/9] wic: make sure layout_partitions is called once Ed Bartosh
2017-02-08 18:51 ` [PATCH 7/9] wic: direct: remove unused plugin attributes Ed Bartosh
2017-02-08 18:51 ` [PATCH 8/9] wic: direct: remove unused import Ed Bartosh
2017-02-08 18:51 ` [PATCH 9/9] wic: remove unused argument scripts_path Ed Bartosh

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