public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: patrick.vogelaar.dev@mailbox.org
To: Antonin Godard <antonin.godard@bootlin.com>
Cc: openembedded-core@lists.openembedded.org, paul@pbarker.dev
Subject: Re: [OE-core] [PATCH v2] openssh: add variable for key path
Date: Sat, 31 Jan 2026 11:01:32 +0100 (CET)	[thread overview]
Message-ID: <1439731459.127966.1769853692567@app.mailbox.org> (raw)
In-Reply-To: <DG1159ZW7WWD.1S10T841PJ8PX@bootlin.com>

Hi Antonin,

> Antonin Godard <antonin.godard@bootlin.com> hat am 29.01.2026 12:17 CET geschrieben:
> 
>  
> Hi,
> 
> On Sun Jan 25, 2026 at 10:15 AM CET, Patrick Vogelaar via lists.openembedded.org wrote:
> > This patch adds a variable for the key directory path. This is especially
> > useful when working with a read-only file system where you want to
> > specify the location e.g. on a r/w partition. To be consistent, the
> > change was also done for the read write path.
> >
> > For changing the path simply create a bbappend and override the
> > variable.
> >
> > Signed-off-by: Patrick Vogelaar <patrick.vogelaar.dev@mailbox.org>
> > ---
> >  .../openssh/openssh_10.2p1.bb                    | 16 ++++++++++------
> >  1 file changed, 10 insertions(+), 6 deletions(-)
> >
> > diff --git a/meta/recipes-connectivity/openssh/openssh_10.2p1.bb b/meta/recipes-connectivity/openssh/openssh_10.2p1.bb
> > index 866129573f..d8ea487ae3 100644
> > --- a/meta/recipes-connectivity/openssh/openssh_10.2p1.bb
> > +++ b/meta/recipes-connectivity/openssh/openssh_10.2p1.bb
> > @@ -99,6 +99,10 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd"
> >  # We don't want to depend on libblockfile
> >  CACHED_CONFIGUREVARS += "ac_cv_header_maillock_h=no"
> >  
> > +# This allows overriding the key location
> > +OPENSSH_HOST_KEY_DIR_READONLY_CONFIG ?= "/var/run/ssh"
> > +OPENSSH_HOST_KEY_DIR ?= "/etc/ssh"
> 
> Thanks for the patch, it was merged in master. As a follow-up, could you
> send patches to document these variables in
> https://git.yoctoproject.org/yocto-docs/tree/documentation/ref-manual/variables.rst?
> 
> And add a note here
> https://git.yoctoproject.org/yocto-docs/tree/documentation/migration-guides/release-notes-6.0.rst#n24?

I will send a patch that documents the variable. But I don't know where to put it in the release notes. Can you guide me to the section where this would fit in.

> 
> Thanks!
> Antonin
> 
> -- 
> Antonin Godard, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

Thanks
Patrick


  reply	other threads:[~2026-01-31 10:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-02 11:27 [PATCH] openssh: add variable for key path Patrick Vogelaar
2026-01-08 14:00 ` [OE-core] " Paul Barker
2026-01-25  9:15 ` [PATCH v2] " Patrick Vogelaar
2026-01-29 11:17   ` [OE-core] " Antonin Godard
2026-01-31 10:01     ` patrick.vogelaar.dev [this message]
2026-02-02  9:46       ` Antonin Godard

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=1439731459.127966.1769853692567@app.mailbox.org \
    --to=patrick.vogelaar.dev@mailbox.org \
    --cc=antonin.godard@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul@pbarker.dev \
    /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