mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Enrico Jorns <ejo@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: ejo@pengutronix.de, jlu@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] host-rauc: pin remaining configure options
Date: Thu, 16 Jun 2022 16:18:34 +0200	[thread overview]
Message-ID: <20220616141834.464961-2-ejo@pengutronix.de> (raw)
In-Reply-To: <20220616141834.464961-1-ejo@pengutronix.de>

Unset options mostly copied from rauc.make with the following specifics:

--enable-create: required for the host tool to generate bundles
--disable-gpt: only relevant for target RAUC to update boot partitions

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
---
 rules/host-rauc.make | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/rules/host-rauc.make b/rules/host-rauc.make
index c78a518f6..e5190bb8e 100644
--- a/rules/host-rauc.make
+++ b/rules/host-rauc.make
@@ -21,10 +21,21 @@ HOST_PACKAGES-$(PTXCONF_HOST_RAUC) += host-rauc
 HOST_RAUC_CONF_TOOL	:= autoconf
 HOST_RAUC_CONF_OPT	:= \
 	$(HOST_AUTOCONF) \
+	--enable-debug=info \
+	--enable-largefile \
+	--enable-compile-warnings=yes \
+	--disable-Werror \
 	--disable-code-coverage \
 	--disable-valgrind \
 	--disable-service \
+	--enable-create \
 	--disable-network \
-	--disable-json
+	--disable-json \
+	--disable-gpt \
+	--with-gcov=gcov \
+	--with-systemdunitdir=/usr/lib/systemd/system \
+	--with-dbuspolicydir=/usr/share/dbus-1/system.d \
+	--with-dbussystemservicedir=/usr/share/dbus-1/system-services \
+	--with-dbusinterfacesdir=/usr/share/dbus-1/interfaces
 
 # vim: syntax=make
-- 
2.30.2




  reply	other threads:[~2022-06-16 14:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 14:18 [ptxdist] [PATCH 1/2] rauc: " Enrico Jorns
2022-06-16 14:18 ` Enrico Jorns [this message]
2022-06-20  6:19   ` [ptxdist] [APPLIED] host-rauc: " Michael Olbrich
2022-06-20  6:19 ` [ptxdist] [APPLIED] rauc: " 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=20220616141834.464961-2-ejo@pengutronix.de \
    --to=ejo@pengutronix.de \
    --cc=jlu@pengutronix.de \
    --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