From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 20 Jun 2024 12:28:20 +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 1sKF1g-009CZm-0b for lore@lore.pengutronix.de; Thu, 20 Jun 2024 12:28:20 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sKF1f-0005BX-Cl; Thu, 20 Jun 2024 12:28:19 +0200 Received: from mail.thorsis.com ([2003:a:e28:26e4::10]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sKF1a-0005Az-He; Thu, 20 Jun 2024 12:28:15 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8B3F81489B2F; Thu, 20 Jun 2024 12:28:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=dkim; t=1718879292; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=82CwrY7pKqC/6ALedQ0IF7NFWjZM0EIxp/287HHy7IQ=; b=lLhaM0ixU37eOtfSMmW0HIA7eNUjyN1bmyR/kTSlq6SjKq6ckBJ6Ris+Zek9TztIXtSLAh ELn/aXzph+JucpsTdczwg6h+nyVXubpkGd1cSmEeXWO5EjComeWBQ1+F21RFh9EU2yD86R HCxwFQ6u01Bi7Is0GHvu9w8h6fd6TscjFUdrc0bOSxV5MTRUX6wfpBsvqexMKotB/VCj4s qdMn0+SV/uCO7Xs3rOyKwsidlX57gpn5KbFwgt3RJoYfYxaERPAUQZFAGKkS+2DqoO7j2x jVso7pTCWfq0GSqN7XqQ/XRUPZFjl5FiolH40yHOYD5W8ktoZ1nHiLEqvcYL1g== Date: Thu, 20 Jun 2024 12:28:06 +0200 From: Alexander Dahl To: Roland Hieber Message-ID: <20240620-harness-pastel-bcdf8f936b80@thorsis.com> Mail-Followup-To: Roland Hieber , distrokit@pengutronix.de, Michael Olbrich References: <20240619123237.1396057-1-rhi@pengutronix.de> <20240619123237.1396057-5-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240619123237.1396057-5-rhi@pengutronix.de> User-Agent: Mutt/2.2.12 (2023-09-09) X-Last-TLS-Session-Version: TLSv1.3 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.0 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [DistroKit] [PATCH v3 4/4] ptxconfig: create menu for DistroKit-specific rules X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexander Dahl , Michael Olbrich , distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hello Roland, Am Wed, Jun 19, 2024 at 02:32:37PM +0200 schrieb Roland Hieber: > This way the main menu doesn't get cluttered up with random recipes. > > Link: https://lore.distrokit.org/distrokit/20240613-whenever-enduring-698a9b93370b@thorsis.com/ > Suggested-by: Alexander Dahl > Reviewed-by: Michael Olbrich > Signed-off-by: Roland Hieber > --- > configs/ptxconfig | 5 +++++ > rules/distrokit.in | 5 +++++ > rules/rauc-udev.in | 2 +- > rules/repart-config.in | 2 +- > 4 files changed, 12 insertions(+), 2 deletions(-) > create mode 100644 rules/distrokit.in > > diff --git a/configs/ptxconfig b/configs/ptxconfig > index c7cdb62e16a5..fda7d198e6de 100644 > --- a/configs/ptxconfig > +++ b/configs/ptxconfig > @@ -2,8 +2,13 @@ > # Automatically generated file; DO NOT EDIT. > # PTXdist 2024.05.0 > # > + > +# > +# DistroKit > +# > PTXCONF_RAUC_UDEV=y > PTXCONF_REPART_CONFIG=y > +# end of DistroKit > > # > # ------------------------------------ > diff --git a/rules/distrokit.in b/rules/distrokit.in > new file mode 100644 > index 000000000000..559a5bde0ecd > --- /dev/null > +++ b/rules/distrokit.in > @@ -0,0 +1,5 @@ > +## SECTION=project_specific > + > +menu "DistroKit " > +source "generated/distrokit.in" > +endmenu > diff --git a/rules/rauc-udev.in b/rules/rauc-udev.in > index f960c537f58f..d18f1c3197d5 100644 > --- a/rules/rauc-udev.in > +++ b/rules/rauc-udev.in > @@ -1,4 +1,4 @@ > -## SECTION=project_specific > +## SECTION=distrokit > > config RAUC_UDEV > tristate > diff --git a/rules/repart-config.in b/rules/repart-config.in > index db9828f669f2..ea803c015978 100644 > --- a/rules/repart-config.in > +++ b/rules/repart-config.in > @@ -1,4 +1,4 @@ > -## SECTION=project_specific > +## SECTION=distrokit > > config REPART_CONFIG > tristate "repart-config" Looks good overall, so … Reviewed-by: Alexander Dahl Greets Alex