From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 14 Aug 2023 18:39:04 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVaav-003zEh-3Y for lore@lore.pengutronix.de; Mon, 14 Aug 2023 18:39:04 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qVaat-0007rt-8y; Mon, 14 Aug 2023 18:39:03 +0200 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qVaZt-0007i1-AN; Mon, 14 Aug 2023 18:38:01 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1qVaZs-00CQmC-SH; Mon, 14 Aug 2023 18:38:00 +0200 Date: Mon, 14 Aug 2023 18:38:00 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20230623124755.2292833-1-rhi@pengutronix.de> <20230623124755.2292833-13-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230623124755.2292833-13-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Mailman-Approved-At: Mon, 14 Aug 2023 18:39:01 +0200 Subject: Re: [DistroKit] [PATCH 12/14] image-rauc: fork config from PTXdist 2023.04.0 X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Applied to next. On Fri, Jun 23, 2023 at 02:47:53PM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > --- > config/images/rauc.config | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 config/images/rauc.config > > diff --git a/config/images/rauc.config b/config/images/rauc.config > new file mode 100644 > index 000000000000..e4169cc8cd95 > --- /dev/null > +++ b/config/images/rauc.config > @@ -0,0 +1,22 @@ > +image @IMAGE@ { > + rauc { > + file root.tar.gz { image = "root.tgz" } > + manifest = " > + [update] > + compatible=@RAUC_BUNDLE_COMPATIBLE@ > + version=@RAUC_BUNDLE_VERSION@ > + build=@RAUC_BUNDLE_BUILD@ > + description=@RAUC_BUNDLE_DESCRIPTION@ > + > + [bundle] > + format=@RAUC_BUNDLE_FORMAT@ > + > + [image.rootfs] > + filename=root.tar.gz > + " > + cert = "@RAUC_CERT@" > + key = "@RAUC_KEY@" > + keyring = "@RAUC_KEYRING@" > + intermediate = @RAUC_INTERMEDIATE@ > + } > +} > -- > 2.39.2 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |