From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Cc: Steve Sakoman <steve@sakoman.com>
Subject: Re: [OE-core] [PATCH] packagegroup-core-ssh-dropbear: Add openssh-sftp-server
Date: Mon, 27 Jun 2022 20:14:26 +0100 [thread overview]
Message-ID: <7bdfec55599094a196f35ce4e84e651b8179d120.camel@linuxfoundation.org> (raw)
In-Reply-To: <16FB9273F36F7F78.24408@lists.openembedded.org>
On Fri, 2022-06-24 at 14:45 +0100, Richard Purdie via
lists.openembedded.org wrote:
> Seems sad to have to do this but openssh is moving to use sftp instead
> of scp to move files. This means scp from Fedora 36 will no longer be
> able to move files to/from a dropbear based image. This breaks a number
> of our key QA tests and I suspect will cause users pain too.
>
> The sftp server from openssh is small and standalone so adding it to
> the packagegroup seems to be the best way to preserve user sanity. If
> people really don't want it, they can just use dropbear instead of the
> packageground.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> .../packagegroups/packagegroup-core-ssh-dropbear.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb b/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb
> index 4f844ad9255..b969ab7ca01 100644
> --- a/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb
> @@ -3,4 +3,4 @@ PR = "r1"
>
> inherit packagegroup
>
> -RDEPENDS:${PN} = "dropbear"
> +RDEPENDS:${PN} = "dropbear openssh-sftp-server"
If we want kirkstone or dunfell to work on Fedora 36 we're going to
need this. Unfortunately it will break images with -dev packages in
them.
The fixes for master for that are not appropriate for
kirkstone/dunfell, they're quite invasive for master.
As such you may need to disable the -dev package dependencies for
dropbear/openssh, something like:
RDEPENDS:openssh-dev[nodeprrecs] = "1"
RDEPENDS:dropbear-dev[nodeprrecs] = "1"
in the appropriate places. I mention this now whilst I remember the
context!
Cheers,
Richard
next parent reply other threads:[~2022-06-27 19:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <16FB9273F36F7F78.24408@lists.openembedded.org>
2022-06-27 19:14 ` Richard Purdie [this message]
2022-06-30 17:13 ` [OE-core] [PATCH] packagegroup-core-ssh-dropbear: Add openssh-sftp-server Steve Sakoman
2022-06-30 19:36 ` Richard Purdie
2022-06-30 22:18 ` Steve Sakoman
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=7bdfec55599094a196f35ce4e84e651b8179d120.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=steve@sakoman.com \
/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