public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: "Q. Gylstorff" <Quirin.Gylstorff@siemens.com>,
	isar-users@googlegroups.com
Subject: Re: [PATCH v11 0/2] CPIO & OVA Images
Date: Mon, 31 May 2021 13:33:39 +0300	[thread overview]
Message-ID: <f4d9fe17-84b6-d728-87fa-21c96cb29180@ilbers.de> (raw)
In-Reply-To: <20210422083223.2751-1-Quirin.Gylstorff@siemens.com>

Just ping for v12 with the changes after review.

22.04.2021 11:32, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>
> - Generate cpio images for rescue images
> - generate ova images for VMWare & Virtualbox
>
> Changes V2:
> - initramfs modification is now a package
> - ova-wic-img was renamed to virtual-machine-image
> - virtual-machine-image do_convert_wic supports now other image
> formats
> - Add tests
> - cpiogz now use chown instead of userspec
>
> Changes V3:
> - Add tests to build-ci
> - add postrm to initramfs-config
> - use sdimage-efi for virtualbox images
> - changed maintainer
>
> Changes V4:
> - use templates from debhelper for postinst and postrm scripts
>
> Changes V5:
> - add virtual-machine-template package to add the template as extra file to the build
>
> Changes V6:
> - whitespace fix
> - initramfs-config is now a inc file instead of a recipe
> - meta isar contains a default implementation of intramfs-config
>
> Changes V7:
> - drop initramfs-config in favour of https://groups.google.com/g/isar-users/c/47EZAUTclZs/m/npCfE6zqCwAJ
> - clarify OVA commit message
> - rebase on  origin/next f5a6fdfd9aad49202093aab2158f625429eaf7c5
>
> Changes V8:
> - formatting
> - correct cpio commit message
>
> Changes in v9 by Jan Kiszka:
>   - renaming "virtual-machine" -> "vm"
>
> Changes in v10 by Jan Kiszka:
>   - fix incomplete renaming "virtual-machine" -> "vm"
>     (the classic "posting before testing"...)
>
> Changes in v11:
>   - fix full ci build by Jan Kiszka
>   - fix missing in ovf file after envsubst
>
> Quirin Gylstorff (2):
>    meta/classes: Generate ova image for VMWare or Virtualbox
>    meta/classes: add cpiogz-img
>
>   doc/user_manual.md                            |   1 +
>   meta-isar/conf/local.conf.sample              |   2 +
>   meta-isar/conf/machine/virtualbox.conf        |  16 ++
>   meta-isar/conf/machine/vmware.conf            |  16 ++
>   .../multiconfig/qemuamd64-buster-cpiogz.conf  |   9 +
>   .../multiconfig/virtualbox-ova-buster.conf    |   8 +
>   meta/classes/cpiogz-img.bbclass               |  21 +++
>   meta/classes/vm-img.bbclass                   | 122 ++++++++++++++
>   .../vm-template/files/vm-template.ovf.tmpl    | 155 ++++++++++++++++++
>   .../vm-template/vm-template_0.1.bb            |  16 ++
>   scripts/ci_build.sh                           |   2 +
>   11 files changed, 368 insertions(+)
>   create mode 100644 meta-isar/conf/machine/virtualbox.conf
>   create mode 100644 meta-isar/conf/machine/vmware.conf
>   create mode 100644 meta-isar/conf/multiconfig/qemuamd64-buster-cpiogz.conf
>   create mode 100644 meta-isar/conf/multiconfig/virtualbox-ova-buster.conf
>   create mode 100644 meta/classes/cpiogz-img.bbclass
>   create mode 100644 meta/classes/vm-img.bbclass
>   create mode 100644 meta/recipes-devtools/vm-template/files/vm-template.ovf.tmpl
>   create mode 100644 meta/recipes-devtools/vm-template/vm-template_0.1.bb
>
-- 
Anton Mikanovich
Promwad Ltd.
External service provider of ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn, Germany
+49 (89) 122 67 24-0
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov


  parent reply	other threads:[~2021-05-31 10:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22  8:32 Q. Gylstorff
2021-04-22  8:32 ` [PATCH v11 1/2] meta/classes: Generate ova image for VMWare or Virtualbox Q. Gylstorff
2021-04-27 17:16   ` Henning Schild
2021-04-30 18:21     ` Jan Kiszka
2021-04-22  8:32 ` [PATCH v11 2/2] meta/classes: add cpiogz-img Q. Gylstorff
2021-05-31 10:33 ` Anton Mikanovich [this message]
2021-06-18 13:39   ` [PATCH v12 0/2] CPIO & OVA Images Q. Gylstorff
2021-06-18 13:39     ` [PATCH v12 1/2] meta/classes: Generate ova image for VMWare or Virtualbox Q. Gylstorff
2021-06-18 13:39     ` [PATCH v12 2/2] meta/classes: add cpiogz-img Q. Gylstorff
2021-06-25 11:30     ` [PATCH v12 0/2] CPIO & OVA Images Anton Mikanovich
2021-06-25 15:06       ` Florian Bezdeka

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=f4d9fe17-84b6-d728-87fa-21c96cb29180@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=Quirin.Gylstorff@siemens.com \
    --cc=isar-users@googlegroups.com \
    /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