Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-14 Thread Alexander Kanavin
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

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-14 Thread Enrico Scholz via lists.openembedded.org
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"

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-14 Thread Richard Purdie
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. 

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-14 Thread Enrico Scholz via lists.openembedded.org
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

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-14 Thread Richard Purdie
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

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-14 Thread Richard Purdie
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

Re: [OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-12 Thread Alexander Kanavin
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

[OE-core] [PATCH 0/7] Replace sshd_config patching by snippets

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
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