On Thu, 14 Mar 2024 at 15:57, Enrico Scholz via lists.openembedded.org
wrote:
> | stdio: WARNING: Nothing RPROVIDES 'nativesdk-openssh-scp' ...
> | stdio: WARNING: Nothing RPROVIDES 'nativesdk-openssh-sshd' ...
> | stdio: WARNING: Nothing RPROVIDES 'nativesdk-openssh-ssh' ...
>
> are these warnin
Richard Purdie writes:
> Some further related warnings:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/9031/steps/11/logs/warnins
| stdio: WARNING: Nothing RPROVIDES 'nativesdk-openssh-config' ...
ok
I will reduce dependency from
|-RRECOMMENDS:${PN} += "openssh-config"
On Thu, 2024-03-14 at 15:11 +0100, Enrico Scholz wrote:
> Richard Purdie writes:
>
> > Thanks for sending this. I suspect something like this might be
> > desirable however unfortunately the timing is a little tricky as
> > we're
> > just past the feature freeze point for 5.0.
>
> ok; my fault.
Richard Purdie writes:
> Thanks for sending this. I suspect something like this might be
> desirable however unfortunately the timing is a little tricky as we're
> just past the feature freeze point for 5.0.
ok; my fault. I delayed it too much.
Would it be possible to communicate such schedule
On Thu, 2024-03-14 at 11:00 +, Richard Purdie via
lists.openembedded.org wrote:
> On Mon, 2024-03-11 at 10:19 -0700, Enrico Scholz via
> lists.openembedded.org wrote:
> > To deal with system setups, sshd was configured in the following
> > way:
> >
> > - sshd_config is shipped completely by O
On Mon, 2024-03-11 at 10:19 -0700, Enrico Scholz via lists.openembedded.org
wrote:
> To deal with system setups, sshd was configured in the following way:
>
> - sshd_config is shipped completely by OE and DISTRO_FEATURES (pam,
> x11) are patched in during do_install
>
> --> this is diffic
It's a very much welcome refactoring (existing code is an inconsistent
mess), but there's also a feature freeze right now, and this patchset
is invasive. Can you resubmit once the LTS is out?
Alex
On Mon, 11 Mar 2024 at 18:19, Enrico Scholz via lists.openembedded.org
wrote:
>
> To deal with syst
To deal with system setups, sshd was configured in the following way:
- sshd_config is shipped completely by OE and DISTRO_FEATURES (pam,
x11) are patched in during do_install
--> this is difficulty to maintain; e.g. sshd_config must be
synchronized between OpenSSH releases and OE a