Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/6] image creation improvements
@ 2016-05-18 16:24 Ed Bartosh
  2016-05-18 16:24 ` [PATCH v2 1/6] image.bbclass: support duplicate compression types Ed Bartosh
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ed Bartosh @ 2016-05-18 16:24 UTC (permalink / raw)
  To: openembedded-core

Hi,

This patchset contains various improvements for the image creation functionality
made by Patchick Ohly during his work on bug #9076:
 - 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.

Changes in v2: rebased on top of master-next
               returned image_getdepends back to image_types.bbclass

The following changes since commit a037ad93640d3d6373fe1db35f64307e9fbed4e9:

  bitbake: bb.codeparser: track variable flag references (2016-05-17 23:23:32 +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 (6):
  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                      |  33 +----
 meta/classes/image.bbclass                         | 133 ++++++++++++-------
 meta/classes/image_types.bbclass                   | 147 ++++++++++++++-------
 meta/classes/image_types_uboot.bbclass             |  18 +--
 meta/conf/documentation.conf                       |   1 -
 .../images/build-appliance-image_14.0.0.bb         |   6 +-
 7 files changed, 199 insertions(+), 141 deletions(-)

--
Regards,
Ed


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

end of thread, other threads:[~2016-05-18 16:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 16:24 [PATCH v2 0/6] image creation improvements Ed Bartosh
2016-05-18 16:24 ` [PATCH v2 1/6] image.bbclass: support duplicate compression types Ed Bartosh
2016-05-18 16:24 ` [PATCH v2 2/6] image.bbclass: fix dependency calculation when using conversion chaining Ed Bartosh
2016-05-18 16:24 ` [PATCH v2 3/6] image.bbclass: additional output in create_symlinks Ed Bartosh
2016-05-18 16:24 ` [PATCH v2 4/6] image creation: support converting masked types Ed Bartosh
2016-05-18 16:24 ` [PATCH v2 5/6] image.bbclass: rename COMPRESS(ION) to CONVERSION Ed Bartosh
2016-05-18 16:24 ` [PATCH v2 6/6] image.bbclass: prefer specialized image creation methods over chaining Ed Bartosh

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