From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: Re: [ptxdist] [APPLIED] rauc: version bump 1.13 -> 1.14
Date: Sat, 12 Jul 2025 17:48:28 +0200 [thread overview]
Message-ID: <20250712154828.3676138-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250707155838.5284-2-bruno.thomsen@gmail.com>
Thanks, applied as c25dced5240221a8320ae6265ef21de88f45baa0.
Michael
[sent from post-receive hook]
On Sat, 12 Jul 2025 17:48:28 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Make new composefs option configurable in menu.
>
> Changelog: https://github.com/rauc/rauc/releases/tag/v1.14
>
> License section in README.rst has updated year.
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20250707155838.5284-2-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/rauc.in b/rules/rauc.in
> index ee9c3f955b79..ed951db024b9 100644
> --- a/rules/rauc.in
> +++ b/rules/rauc.in
> @@ -12,6 +12,7 @@ menuconfig RAUC
> select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if BUSYBOX_TAR
> select BUSYBOX_FEATURE_TAR_AUTODETECT if BUSYBOX_TAR
> select BUSYBOX_FEATURE_SEAMLESS_GZ if BUSYBOX_TAR
> + select COMPOSEFS if RAUC_COMPOSEFS
> select DBUS if RAUC_SERVICE
> select LIBCURL if RAUC_NETWORK
> select LIBNL3 if RAUC_STREAMING
> @@ -80,6 +81,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 9a8671c32d3c..a3a5071e5297 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
> RAUC := rauc-$(RAUC_VERSION)
> RAUC_SUFFIX := tar.xz
> RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
> @@ -23,7 +23,7 @@ RAUC_SOURCE := $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX)
> RAUC_DIR := $(BUILDDIR)/$(RAUC)
> RAUC_LICENSE := LGPL-2.1-or-later
> RAUC_LICENSE_FILES := \
> - file://README.rst;startline=281;endline=294;md5=a0262c76b558b6a450c56cae990d129a \
> + file://README.rst;startline=281;endline=294;md5=340a79569c116c7f0439677b0a9fd6c3 \
> file://COPYING;md5=4fbd65380cdd255951079008b364516c
>
> # ----------------------------------------------------------------------------
> @@ -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) \
next prev parent reply other threads:[~2025-07-12 15:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-07 15:58 [ptxdist] [PATCH v2 1/2] composefs: new package Bruno Thomsen
2025-07-07 15:58 ` [ptxdist] [PATCH v2 2/2] rauc: version bump 1.13 -> 1.14 Bruno Thomsen
2025-07-12 15:48 ` Michael Olbrich [this message]
2025-07-12 15:48 ` [ptxdist] [APPLIED] composefs: new package Michael Olbrich
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=20250712154828.3676138-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=bruno.thomsen@gmail.com \
--cc=ptxdist@pengutronix.de \
/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