public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v9 0/2] CPIO & OVA Images
@ 2021-04-19 20:50 Jan Kiszka
  2021-04-19 20:50 ` [PATCH v9 1/2] meta/classes: Generate ova image for VMWare or Virtualbox Jan Kiszka
  2021-04-19 20:50 ` [PATCH v9 2/2] meta/classes: add cpiogz-img Jan Kiszka
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2021-04-19 20:50 UTC (permalink / raw)
  To: isar-users; +Cc: Quirin Gylstorff

Picking up from Quirin, addressing the review comments on version 8 of
this series.

Jan


CC: Quirin Gylstorff <quirin.gylstorff@siemens.com>

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/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                   | 104 ++++++++++++
 .../vm-template/files/vm-template.ovf.tmpl    | 155 ++++++++++++++++++
 .../vm-template/vm-template_0.1.bb            |  16 ++
 scripts/ci_build.sh                           |   2 +
 10 files changed, 348 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

-- 
2.26.2


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

end of thread, other threads:[~2021-04-19 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 20:50 [PATCH v9 0/2] CPIO & OVA Images Jan Kiszka
2021-04-19 20:50 ` [PATCH v9 1/2] meta/classes: Generate ova image for VMWare or Virtualbox Jan Kiszka
2021-04-19 20:50 ` [PATCH v9 2/2] meta/classes: add cpiogz-img Jan Kiszka

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