Thanks, applied as 4e942f893e51f22958994f070b44cd7ea837faad.

Michael

[sent from post-receive hook]

On Sat, 08 Jul 2023 09:03:04 +0200, Enrico Jörns <e...@pengutronix.de> wrote:
> Adds missing pinned configuration options and fixes ordering between
> create and service option.
> 
> Signed-off-by: Enrico Jorns <e...@pengutronix.de>
> Message-Id: <20230630204927.2700230-2-...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/host-rauc.make b/rules/host-rauc.make
> index e5190bb8e60a..0dc727e6d48d 100644
> --- a/rules/host-rauc.make
> +++ b/rules/host-rauc.make
> @@ -30,9 +30,11 @@ HOST_RAUC_CONF_OPT := \
>       --disable-service \
>       --enable-create \
>       --disable-network \
> +     --disable-streaming \
>       --disable-json \
>       --disable-gpt \
>       --with-gcov=gcov \
> +     --with-streaming-user=nobody \
>       --with-systemdunitdir=/usr/lib/systemd/system \
>       --with-dbuspolicydir=/usr/share/dbus-1/system.d \
>       --with-dbussystemservicedir=/usr/share/dbus-1/system-services \
> diff --git a/rules/rauc.make b/rules/rauc.make
> index ab8fd53e792a..bed3814086e2 100644
> --- a/rules/rauc.make
> +++ b/rules/rauc.make
> @@ -43,13 +43,14 @@ RAUC_CONF_OPT     := \
>       --disable-Werror \
>       --disable-code-coverage \
>       --disable-valgrind \
> -     --$(call ptx/endis,PTXCONF_RAUC_CREATE)-create \
>       --$(call ptx/endis,PTXCONF_RAUC_SERVICE)-service \
> +     --$(call ptx/endis,PTXCONF_RAUC_CREATE)-create \
>       --$(call ptx/endis,PTXCONF_RAUC_NETWORK)-network \
>       --$(call ptx/endis,PTXCONF_RAUC_STREAMING)-streaming \
>       --$(call ptx/endis,PTXCONF_RAUC_JSON)-json \
>       --$(call ptx/endis,PTXCONF_RAUC_GPT)-gpt \
>       --with-gcov=gcov \
> +     --with-streaming_user=nobody \
>       --with-systemdunitdir=/usr/lib/systemd/system \
>       --with-dbuspolicydir=/usr/share/dbus-1/system.d \
>       --with-dbussystemservicedir=/usr/share/dbus-1/system-services \

Reply via email to