DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de, Alexander Dahl <ada@thorsis.com>
Subject: Re: [DistroKit] [PATCH v2 3/4] ptxconfig: create menu for DistroKit-specific rules
Date: Wed, 19 Jun 2024 14:26:42 +0200	[thread overview]
Message-ID: <20240619122642.dizdehh7tactof7j@pengutronix.de> (raw)
In-Reply-To: <ZnJ0kHeEqMy5wWXc@pengutronix.de>

On Wed, Jun 19, 2024 at 08:02:56AM +0200, Michael Olbrich wrote:
> On Mon, Jun 17, 2024 at 11:48:17AM +0200, Roland Hieber wrote:
> > 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 <ada@thorsis.com>
> > Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> > ---
> > New patch in v2.
> > ---
> >  configs/ptxconfig      | 6 +++++-
> >  rules/binary_inst.in   | 2 +-
> >  rules/distrokit.in     | 5 +++++
> >  rules/rauc-udev.in     | 2 +-
> >  rules/repart-config.in | 2 +-
> >  5 files changed, 13 insertions(+), 4 deletions(-)
> >  create mode 100644 rules/distrokit.in
> > 
> > diff --git a/configs/ptxconfig b/configs/ptxconfig
> > index f5ac373e61d2..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                     
> >  
> >  #
> >  # ------------------------------------
> > @@ -207,7 +212,6 @@ PTXCONF_STRACE=y
> >  #
> >  # Root Filesystem               
> >  #
> > -# PTXCONF_BINARY_EXAMPLE is not set
> 
> Nit: this hunk should be in the next patch.

Ahh yes, the dangers of git absorb … I'll change the order of the two
last patches and resend.

 - Roland

> With that, for the whole series:
> 
> Reviewed-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> Michael
> 
> >  # PTXCONF_FAKE_OVERLAYFS is not set
> >  PTXCONF_INITMETHOD=y
> >  # PTXCONF_INITMETHOD_BBINIT is not set
> > diff --git a/rules/binary_inst.in b/rules/binary_inst.in
> > index bbb989bed379..92c72baccbbe 100644
> > --- a/rules/binary_inst.in
> > +++ b/rules/binary_inst.in
> > @@ -1,4 +1,4 @@
> > -## SECTION=rootfs
> > +## SECTION=distrokit
> >  #
> >  # This file is just an example how to install binaries to the root filesystem
> >  # via ptxdist
> > 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"
> > -- 
> > 2.39.2
> > 
> > 
> > 
> 
> -- 
> Pengutronix e.K.                           |                             |
> Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
> 31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |



  reply	other threads:[~2024-06-19 12:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17  9:48 [DistroKit] [PATCH v2 1/4] datapartition: make it selectable Roland Hieber
2024-06-17  9:48 ` [DistroKit] [PATCH v2 2/4] datapartition: rename to repart-config Roland Hieber
2024-06-17  9:48 ` [DistroKit] [PATCH v2 3/4] ptxconfig: create menu for DistroKit-specific rules Roland Hieber
2024-06-19  6:02   ` Michael Olbrich
2024-06-19 12:26     ` Roland Hieber [this message]
2024-06-17  9:48 ` [DistroKit] [PATCH v2 4/4] binary_inst: remove outdated example Roland Hieber

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=20240619122642.dizdehh7tactof7j@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=ada@thorsis.com \
    --cc=distrokit@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