From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Jul 2026 09:32:18 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wju6M-003xzu-16 for lore@lore.pengutronix.de; Wed, 15 Jul 2026 09:32:18 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wju6J-0001rH-3D; Wed, 15 Jul 2026 09:32:15 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wju5w-0000yu-2S; Wed, 15 Jul 2026 09:31:52 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Wed, 15 Jul 2026 09:31:12 +0200 Message-ID: <20260715073140.2795953-5-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260715073140.2795953-1-s.pueschel@pengutronix.de> References: <20260715073140.2795953-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 5/5] host-rauc: add missing options X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Add missing options based on the configure_helper.py script output. The option values were copied from the rauc.make file for the target. Signed-off-by: Sven Püschel --- sorted after enabling composefs support in host-rauc to avoid having to disable the composefs support option in this commit and directly adjust the line in the next commit. --- rules/host-rauc.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/host-rauc.make b/rules/host-rauc.make index 40f9f436c..8b5279b33 100644 --- a/rules/host-rauc.make +++ b/rules/host-rauc.make @@ -26,7 +26,9 @@ HOST_RAUC_CONF_OPT := \ -Ddbusinterfacesdir=/usr/share/dbus-1/interfaces \ -Ddbuspolicydir=/usr/share/dbus-1/system.d \ -Ddbussystemservicedir=/usr/share/dbus-1/system-services \ + -Dfuzzing=false \ -Dgpt=disabled \ + -Dhtmldocs=false \ -Djson=disabled \ -Dmanpages=false \ -Dnetwork=false \ @@ -34,6 +36,7 @@ HOST_RAUC_CONF_OPT := \ -Dservice=false \ -Dstreaming=false \ -Dstreaming_user=nobody \ + -Dsystemdcatalogdir=/usr/lib/systemd/catalog \ -Dsystemdunitdir=/usr/lib/systemd/system \ -Dtests=false -- 2.47.3