From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [RFC][PATCH 0/7] image creation improvements
Date: Fri, 6 May 2016 17:58:43 +0300 [thread overview]
Message-ID: <cover.1462545440.git.ed.bartosh@linux.intel.com> (raw)
Hi,
This patchset contains various improvements for the image creation functionality
made by Patchick Ohly during his work on bug #9076:
- added support for zip compression
- fixed dependency calculation for conversion chaining
- converted vmdk/vdi/qcow2 image types into conversion commands
- renamed COMPRESSION variables to CONVERSION as the term "compression"
is no longer accurate
- prioritized specialized image creation methods over using conversion chaining
The changes look reasonable to me. However, it would be good to hear other
people opinions as some changes are quite complex.
The following changes since commit 912e372bd3097b1475df2689f9aec88dd3198976:
scripts/lib/bsp/kernel.py: force patching when branch is machine branch is re-use (2016-05-06 10:32:24 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ed/oe-core/image-type-9076
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/oe-core/image-type-9076
Patrick Ohly (7):
image_types: add support for zip compression
image.bbclass: support duplicate compression types
image.bbclass: fix dependency calculation when using conversion
chaining
image.bbclass: additional output in create_symlinks
image creation: support converting masked types
image.bbclass: rename COMPRESS(ION) to CONVERSION
image.bbclass: prefer specialized image creation methods over chaining
meta/classes/image-live.bbclass | 2 +-
meta/classes/image-vm.bbclass | 31 +---
meta/classes/image.bbclass | 186 +++++++++++++++------
meta/classes/image_types.bbclass | 104 ++++++------
meta/classes/image_types_uboot.bbclass | 18 +-
meta/conf/documentation.conf | 1 -
.../images/build-appliance-image_14.0.0.bb | 6 +-
7 files changed, 204 insertions(+), 144 deletions(-)
--
Regards,
Ed
next reply other threads:[~2016-05-06 17:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-06 14:58 Ed Bartosh [this message]
2016-05-06 14:58 ` [RFC][PATCH 1/7] image_types: add support for zip compression Ed Bartosh
2016-05-06 14:58 ` [RFC][PATCH 2/7] image.bbclass: support duplicate compression types Ed Bartosh
2016-05-06 14:58 ` [RFC][PATCH 3/7] image.bbclass: fix dependency calculation when using conversion chaining Ed Bartosh
2016-05-06 14:58 ` [RFC][PATCH 4/7] image.bbclass: additional output in create_symlinks Ed Bartosh
2016-05-06 14:58 ` [RFC][PATCH 5/7] image creation: support converting masked types Ed Bartosh
2016-05-06 14:58 ` [RFC][PATCH 6/7] image.bbclass: rename COMPRESS(ION) to CONVERSION Ed Bartosh
2016-05-06 14:58 ` [RFC][PATCH 7/7] image.bbclass: prefer specialized image creation methods over chaining Ed Bartosh
2016-05-13 17:06 ` [RFC][PATCH 0/7] image creation improvements Richard Purdie
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.1462545440.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox