From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6952976920918097920 X-Received: by 2002:a17:906:d04d:: with SMTP id bo13mr17734199ejb.351.1631613399999; Tue, 14 Sep 2021 02:56:39 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:aa7:c944:: with SMTP id h4ls5936936edt.1.gmail; Tue, 14 Sep 2021 02:56:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxes3VUIEX47naXhflweV7zJ1F81VjwweFejdff33oAfnwlTGZRv2Cb1yk+9uwP9bEspbPo X-Received: by 2002:a05:6402:2695:: with SMTP id w21mr18351026edd.182.1631613398954; Tue, 14 Sep 2021 02:56:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631613398; cv=none; d=google.com; s=arc-20160816; b=AhjezR+xYe0jhTFl7l0LgA5IRp7bJ+9Hl/Hk0vc7BvUA3SrLUpvw035lXYJeP+pTg9 um0tpTcEpOkMqnp5teWapUR2v0qCULiUKDHrLwjNWahzrETXthx8LahpLblYDtNLdUuu XQxeUoqflurHQdC+9nzSKc3IDA3LZhxi+wnwEe2rvnvDeyt9Xss2ekjltQTEcAs6//Qv 2MWikBC77LQpztYQKpSZ1k1TGwEseZdNjPK6Xrj2ugdBfUaVfqKQ/VU+nT9WZR8WOaYX wV8ODUm0e+pdPksImL33BFyXiEu0YddT5iNPyXr9bnpg4OGc+lQ1FVsPeYKml0bwXnOV z28w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=NRZpAQ+CLsuggrL9oYgdhl4kYVsfkxfop3M1lKmIP00=; b=f1XCGeIyAYkwln4DGXHdEFIFhnqN/za38FQqW6pgUVBdmKWumzttoxxOqwlBuuV17H ZRRo82QIKo8EfqaYKM32//byJ2MsgchO4jbZiaYPPP9LiFxKpUMLxrSjHQBEW80m4dhD 4YqncQwIFYYde8pJ8Yjpnpa5YQ96WwpUrPDklbKdUMcmM5TnjaxQvb5ycyW5hYKwuyyF lUzcNlTbMdKeBDzKe2C5on6ltvWCXc44fKQdB5434g7I8cEg8yCWNaacEqoyz7XRvCk9 8irHtp0UC6gCZMLNfwf4/t75Ouh27FEPQrbVoAlemutrDOewtot9jnRkMovUhi+Q2OY6 Cy3Q== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id s18si838356ejo.1.2021.09.14.02.56.38 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 14 Sep 2021 02:56:38 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [192.168.67.164] (mm-240-58-214-37.mgts.dynamic.pppoe.byfly.by [37.214.58.240] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 18E9uZGo013370 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 14 Sep 2021 11:56:36 +0200 Subject: Re: [PATCH v15 0/2] CPIO & OVA Images To: "Q. Gylstorff" , isar-users@googlegroups.com, jan.kiszka@siemens.com References: <20210907154335.27161-1-Quirin.Gylstorff@siemens.com> From: Anton Mikanovich Message-ID: Date: Tue, 14 Sep 2021 12:56:30 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210907154335.27161-1-Quirin.Gylstorff@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TUID: YEwesqkZoMLE 07.09.2021 18:43, Q. Gylstorff wrote: > From: Quirin Gylstorff > > - 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 > > Changes in v12: > - remove var BOOTLOADER > > Changes in v13: > - add image_undo_mounts > > Changes in v14: > - remove get_disksize to reduce image_do_mounts calls > > Changes in v15: > - remove image_undo_mounts after revert > > 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 | 15 ++ > meta-isar/conf/machine/vmware.conf | 15 ++ > .../multiconfig/qemuamd64-buster-cpiogz.conf | 9 + > .../multiconfig/virtualbox-ova-buster.conf | 8 + > meta/classes/cpiogz-img.bbclass | 21 +++ > meta/classes/vm-img.bbclass | 116 +++++++++++++ > .../vm-template/files/vm-template.ovf.tmpl | 155 ++++++++++++++++++ > .../vm-template/vm-template_0.1.bb | 16 ++ > scripts/ci_build.sh | 2 + > 11 files changed, 360 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 > Applied to next, thanks. -- 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