Thanks, applied as 13713e62b43478e8aa5e284cd6b739c34253db71.

Michael

[sent from post-receive hook]

On Sat, 08 Jul 2023 09:03:02 +0200, Enrico Jörns <e...@pengutronix.de> wrote:
> The existing --disable-create/--disable-create configure options were
> not removed when the PTXCONF_RAUC_CREATE kconfig was introduced.
> 
> As a result of this, create could not be enabled for the target (since
> it was forced to --disable-create afterwards) and the --enable-create
> line was duplicated within the host-rauc recipe.
> 
> Fixes: c2ad273712cfb89c292dd5a72e8e1ee87a997ab7
> ("RAUC: leverage --disable-create option to shrink size for target RAUC")
> 
> Signed-off-by: Enrico Jorns <e...@pengutronix.de>
> Message-Id: <20230630204927.2700230-1-...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/host-rauc.make b/rules/host-rauc.make
> index f0716da042b6..e5190bb8e60a 100644
> --- a/rules/host-rauc.make
> +++ b/rules/host-rauc.make
> @@ -27,7 +27,6 @@ HOST_RAUC_CONF_OPT  := \
>       --disable-Werror \
>       --disable-code-coverage \
>       --disable-valgrind \
> -     --enable-create \
>       --disable-service \
>       --enable-create \
>       --disable-network \
> diff --git a/rules/rauc.make b/rules/rauc.make
> index 0502fd3704ed..35a4e84457b7 100644
> --- a/rules/rauc.make
> +++ b/rules/rauc.make
> @@ -45,7 +45,6 @@ RAUC_CONF_OPT       := \
>       --disable-valgrind \
>       --$(call ptx/endis,PTXCONF_RAUC_CREATE)-create \
>       --$(call ptx/endis,PTXCONF_RAUC_SERVICE)-service \
> -     --disable-create \
>       --$(call ptx/endis,PTXCONF_RAUC_NETWORK)-network \
>       --$(call ptx/endis,PTXCONF_RAUC_STREAMING)-streaming \
>       --$(call ptx/endis,PTXCONF_RAUC_JSON)-json \

Reply via email to