From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] #11278 - wic: create an option to use entire disk
Date: Fri, 25 Aug 2017 16:41:35 +0300 [thread overview]
Message-ID: <cover.1503667857.git.ed.bartosh@linux.intel.com> (raw)
Hi,
This patchset implements wic write [--expand auto|<partnum>:<size>]
subcommand to write partitioned image to the target media or file with the optional
possibility to expand partitions to either fill the target media(--expand auto)
or using specified partition sizes (--expand <partnum>:<size>)
'wic write' uses bmaptool API, so it's much faster than dd.
It doesn't require root privileges, just write permissions for the target file or
device.
'wic write' can also be used to flash unpartitioned images.
Please, review.
The following changes since commit a087e0bc765ade6386720f22d842e2fc0bd5f128:
maintainers.inc: assign newly added recipes (2017-08-24 16:49:57 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ed/wip
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wip
Ed Bartosh (10):
wic: add help and usage content for 'wic write'
wic: add 'wic write' command
wic: reimplement getting paths of used tools
wic: get more info from the 'parted print' output
wic: convert partition number to int
wic: added 'fstypes' parameter to Disk.__init__
wic: extend list of used tools
wic: implement 'wic write' command
wic: always read image partitions
wic: setlftest: test expanding MBR image
meta/lib/oeqa/selftest/cases/wic.py | 53 +++++++++
meta/recipes-core/meta/wic-tools.bb | 3 +-
scripts/lib/wic/engine.py | 210 ++++++++++++++++++++++++++++++------
scripts/lib/wic/help.py | 40 +++++++
scripts/wic | 55 ++++++++++
5 files changed, 326 insertions(+), 35 deletions(-)
--
Regards,
Ed
next reply other threads:[~2017-08-25 13:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-25 13:41 Ed Bartosh [this message]
2017-08-25 13:41 ` [PATCH 01/10] wic: add help and usage content for 'wic write' Ed Bartosh
2017-08-25 13:41 ` [PATCH 02/10] wic: add 'wic write' command Ed Bartosh
2017-08-25 13:41 ` [PATCH 03/10] wic: reimplement getting paths of used tools Ed Bartosh
2017-08-25 13:41 ` [PATCH 04/10] wic: get more info from the 'parted print' output Ed Bartosh
2017-08-25 13:41 ` [PATCH 05/10] wic: convert partition number to int Ed Bartosh
2017-08-25 13:41 ` [PATCH 06/10] wic: added 'fstypes' parameter to Disk.__init__ Ed Bartosh
2017-08-25 13:41 ` [PATCH 07/10] wic: extend list of used tools Ed Bartosh
2017-08-25 13:41 ` [PATCH 08/10] wic: implement 'wic write' command Ed Bartosh
2017-08-25 13:41 ` [PATCH 09/10] wic: always read image partitions Ed Bartosh
2017-08-25 13:41 ` [PATCH 10/10] wic: setlftest: test expanding MBR image Ed Bartosh
2017-08-25 17:25 ` Otavio Salvador
2017-08-25 17:24 ` [PATCH 00/10] #11278 - wic: create an option to use entire disk Otavio Salvador
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.1503667857.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.