From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] #10619: refactor wic codebase. Part 3
Date: Fri, 10 Feb 2017 17:05:36 +0200 [thread overview]
Message-ID: <cover.1486738307.git.ed.bartosh@linux.intel.com> (raw)
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
next reply other threads:[~2017-02-10 15:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-10 15:05 Ed Bartosh [this message]
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
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.1486738307.git.ed.bartosh@linux.intel.com \
--to=ed.bartosh@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.