mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] rauc: fix PTXCONF_RAUC_CREATE handling
@ 2023-06-30 20:49 Enrico Jorns
  2023-06-30 20:49 ` [ptxdist] [PATCH 2/3] rauc: extend and align option pinning with configure order Enrico Jorns
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Enrico Jorns @ 2023-06-30 20:49 UTC (permalink / raw)
  To: ptxdist; +Cc: ejo

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 <ejo@pengutronix.de>
---
 rules/host-rauc.make | 1 -
 rules/rauc.make      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/rules/host-rauc.make b/rules/host-rauc.make
index f0716da04..e5190bb8e 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 0502fd370..35a4e8445 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 \
-- 
2.39.2




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-08  7:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30 20:49 [ptxdist] [PATCH 1/3] rauc: fix PTXCONF_RAUC_CREATE handling Enrico Jorns
2023-06-30 20:49 ` [ptxdist] [PATCH 2/3] rauc: extend and align option pinning with configure order Enrico Jorns
2023-07-04  9:18   ` Michael Tretter
2023-07-04  9:25     ` Enrico Jörns
2023-07-08  7:03   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-06-30 20:49 ` [ptxdist] [PATCH 3/3] rauc: version bump 1.9 -> 1.10 Enrico Jorns
2023-07-08  7:03   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-07-08  7:03 ` [ptxdist] [APPLIED] rauc: fix PTXCONF_RAUC_CREATE handling Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox