From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 04 Jul 2025 18:58:41 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uXjkH-00E3NN-02 for lore@lore.pengutronix.de; Fri, 04 Jul 2025 18:58:41 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uXjkG-0003kN-Mx; Fri, 04 Jul 2025 18:58:40 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uXjkA-0003kC-QH; Fri, 04 Jul 2025 18:58:34 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uXjkA-006nMP-22; Fri, 04 Jul 2025 18:58:34 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uXjkA-00D8t0-1s; Fri, 04 Jul 2025 18:58:34 +0200 Date: Fri, 4 Jul 2025 18:58:34 +0200 From: Michael Olbrich To: Bruno Thomsen Message-ID: References: <20250702131943.4880-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250702131943.4880-1-bruno.thomsen@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 1/2] rauc: version bump 1.13 -> 1.14 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Wed, Jul 02, 2025 at 03:19:42PM +0200, Bruno Thomsen wrote: > Make new composefs option configurable in menu. > > Changelog: https://github.com/rauc/rauc/releases/tag/v1.14 > > Signed-off-by: Bruno Thomsen > --- > rules/rauc.in | 7 +++++++ > rules/rauc.make | 5 +++-- > 2 files changed, 10 insertions(+), 2 deletions(-) > > diff --git a/rules/rauc.in b/rules/rauc.in > index ee9c3f955..66ac7bcfc 100644 > --- a/rules/rauc.in > +++ b/rules/rauc.in > @@ -80,6 +80,13 @@ config RAUC_GPT > For details, see > https://rauc.readthedocs.io/en/latest/advanced.html#update-boot-partition-in-gpt > > +config RAUC_COMPOSEFS > + bool > + prompt "Enable composefs support" > + help > + Enables support for creating composefs artifact repository. > + For details, see > + https://rauc.readthedocs.io/en/latest/integration.html#repository-type > > config RAUC_CONFIGURATION > bool > diff --git a/rules/rauc.make b/rules/rauc.make > index 9a8671c32..b9876a71e 100644 > --- a/rules/rauc.make > +++ b/rules/rauc.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc > # > # Paths and names > # > -RAUC_VERSION := 1.13 > -RAUC_MD5 := cb740d131e2e831810407f2d39d373dd > +RAUC_VERSION := 1.14 > +RAUC_MD5 := a99bac2e1a6bf26d75c6427b5e994e7f The hash for README.rst in the license files changed. Please fix as needed and add a comment in the commit message. Michael > RAUC := rauc-$(RAUC_VERSION) > RAUC_SUFFIX := tar.xz > RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX) > @@ -43,6 +43,7 @@ RAUC_CONF_OPT := \ > -Dsystemdcatalogdir=/usr/lib/systemd/catalog \ > -Dfuzzing=false \ > -Dgpt=$(call ptx/endis,PTXCONF_RAUC_GPT)d \ > + -Dcomposefs=$(call ptx/endis,PTXCONF_RAUC_COMPOSEFS)d \ > -Dhtmldocs=false \ > -Djson=$(call ptx/endis,PTXCONF_RAUC_JSON)d \ > -Dnetwork=$(call ptx/truefalse,PTXCONF_RAUC_NETWORK) \ > > base-commit: 33b41e5cbb0af2094d1c7bfa25783241944551d4 > -- > 2.50.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |