Re: [OE-core] [PATCH] glibc: Fix conflict error when enbale multilib on aarch64.

2024-03-11 Thread Alexandre Belloni via lists.openembedded.org
https://lore.kernel.org/all/b023614f7765fc003a4aa854440c0b66d200d27b.ca...@linuxfoundation.org/ On 07/03/2024 16:22:32-0800, leimaohui via lists.openembedded.org wrote: > Ping > > > > > -Original Message- > > From: openembedded-core@lists.openembedded.org > > On Behalf Of Khem Raj >

[OE-core] [PATCH 1/7, v2] openssh: replace complete configuration files by patch

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz Instead of shipping the whole configuration files for openssh, add small patch includes configuration snippets from subdirectories. This allows us to keep the original upstream configuration which is mainly useful for documentation purposes. It makes it more easy to

[OE-core] Patchtest results for [PATCH 1/7, v2] openssh: replace complete configuration files by patch

2024-03-11 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/1-7-v2-openssh-replace-complete-configuration-files-by-patch.patch FAIL: test Signed-off-by presence: A patch file

Re: [OE-core] Patchtest results for [PATCH 2/7] openssh-config: initial checkin

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
patcht...@automation.yoctoproject.org writes: > FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed > without "License-Update:" tag and description in commit message > (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned) This failure seems to be

Re: [OE-core] [PATCH] glibc: Fix conflict error when enbale multilib on aarch64.

2024-03-11 Thread leimaohui via lists.openembedded.org
Hi, Thank you very much. I'm sorry I didn't notice the same patch with me. Best regards Lei > -Original Message- > From: Alexandre Belloni > Sent: Tuesday, March 12, 2024 6:26 AM > To: Lei, Maohui > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] glibc:

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-11 Thread Chen Qi via lists.openembedded.org
Packages + overrides are a very common way to configure/customize images. Take OE itself as an example, the sshd_config is a conffile for openssh, but in rootfs-postcommands.bbclass, it is customized. This means sshd_config might be different from the one that is recorded in rpm database. This

[oe-core][PATCHv3 2/2] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Markus Volk
- add a backport patch to fix compatibility with older gtk4 versions Signed-off-by: Markus Volk --- ...tk4-Preserve-compatibility-with-4.14.patch | 39 +++ meta/recipes-devtools/vala/vala_0.56.15.bb| 5 ++- 2 files changed, 43 insertions(+), 1 deletion(-) create mode

[oe-core][PATCHv3 1/2] vala: merge bb and inc files

2024-03-11 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-devtools/vala/vala.inc| 71 - meta/recipes-devtools/vala/vala_0.56.15.bb | 72 +- 2 files changed, 71 insertions(+), 72 deletions(-) delete mode 100644 meta/recipes-devtools/vala/vala.inc diff --git

Patchtest results for [oe-core][PATCHv3 1/2] vala: merge bb and inc files

2024-03-11 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/PATCHv3-1-2-vala-merge-bb-and-inc-files.patch FAIL: test commit message presence: Please include a commit message

Re: [OE-core][kirkstone 03/15] python3-cryptography: fix CVE-2023-49083

2024-03-11 Thread Anuj Mittal
On Thu, 2023-12-07 at 16:33 -1000, Steve Sakoman wrote: > From: Narpat Mali > > cryptography is a package designed to expose cryptographic primitives > and recipes to Python developers. Calling > `load_pem_pkcs7_certificates` > or `load_der_pkcs7_certificates` could lead to a NULL-pointer >

Patchtest results for [oe-core][PATCHv2] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/PATCHv2-vala-fix-for-gtk4-prior-to-4.14.patch FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM

[OE-core] [nanbield][PATCH 1/7] libxml2: upgrade to 2.11.7

2024-03-11 Thread Lee Chee Yang
From: Lee Chee Yang libxml2 2.11.7 Security [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking libxml2 2.11.6 Regressions threads: Fix --with-thread-alloc xinclude: Fix 'last' pointer in xmlXIncludeCopyNode Bug fixes parser: Fix potential use-after-free in

[OE-core] [nanbield][PATCH 2/7] openssl: upgrade to 3.1.5

2024-03-11 Thread Lee Chee Yang
From: Lee Chee Yang Changes between 3.1.4 and 3.1.5 [30 Jan 2024] * A file in PKCS12 format can contain certificates and keys and may come from an untrusted source. The PKCS12 specification allows certain fields to be NULL, but OpenSSL did not correctly check for this case. A fix has been

[OE-core] [nanbield][PATCH 3/7] python3-jinja2: upgrade 3.1.2 -> 3.1.3

2024-03-11 Thread Lee Chee Yang
From: Wang Mingyu Changelog: == -Fix compiler error when checking if required blocks in parent templates are empty. -xmlattr filter does not allow keys with spaces. -Make error messages stemming from invalid nesting of {% trans %} blocks more helpful upgrade include fix for

[OE-core] [nanbield][PATCH 5/7] bind: Upgrade 9.18.21 -> 9.18.24

2024-03-11 Thread Lee Chee Yang
From: Soumya Sambu Changelog: = 9.18.24: - Fix case insensitive setting for isc_ht hashtable. [GL #4568] 9.18.23: - Specific DNS answers could cause a denial-of-service condition due to DNS validation taking a long time. (CVE-2023-50387) [GL

[OE-core] [nanbield][PATCH 4/7] bind: upgrade 9.18.20 -> 9.18.21

2024-03-11 Thread Lee Chee Yang
From: Wang Mingyu bind-ensure-searching-for-json-headers-searches-sysr.patch refreshed for 9.18.21 Changelog: == -Improve LRU cleaning behaviour. -The "resolver-nonbackoff-tries" and "resolver-retry-interval" options are deprecated; a warning will be logged if they are used. -BIND

[OE-core] [nanbield][PATCH 6/7] gnutls: upgrade 3.8.1 -> 3.8.2

2024-03-11 Thread Lee Chee Yang
From: Wang Mingyu Changelog: ** libgnutls: Fix timing side-channel inside RSA-PSK key exchange. ** libgnutls: Add API functions to perform ECDH and DH key agreement ** libgnutls: Added support for AES-GCM-SIV ciphers ** libgnutls: transparent KTLS support is extended to FreeBSD

[OE-core] [nanbield][PATCH 7/7] gnutls: Upgrade 3.8.2 -> 3.8.3

2024-03-11 Thread Lee Chee Yang
From: Simone Weiß Upgrade version to adress recent CVE findings. Changelog = ** libgnutls: Fix more timing side-channel inside RSA-PSK key exchange [GNUTLS-SA-2024-01-14, CVSS: medium] [CVE-2024-0553] ** libgnutls: Fix assertion failure when verifying a certificate chain with a

Re: [oe-core][PATCHv2] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Alexander Kanavin
Please split the .bb/.inc merge into a separate commit. Alex On Mon, 11 Mar 2024 at 08:21, Markus Volk wrote: > > - add a backport patch to fix compatibility with older gtk4 versions > - merge .bb and .inc > > Signed-off-by: Markus Volk > --- > meta/recipes-devtools/vala/vala.inc |

Re: [OE-core][kirkstone 03/15] python3-cryptography: fix CVE-2023-49083

2024-03-11 Thread Anuj Mittal
On Sun, 2024-03-10 at 23:34 -0700, Anuj Mittal wrote: > On Thu, 2023-12-07 at 16:33 -1000, Steve Sakoman wrote: > > From: Narpat Mali > > > > cryptography is a package designed to expose cryptographic > > primitives > > and recipes to Python developers. Calling > > `load_pem_pkcs7_certificates`

Patchtest results for [oe-core][PATCH] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/vala-fix-for-gtk4-prior-to-4.14.patch FAIL: test Signed-off-by presence: A patch file has been added without a

[oe-core][PATCHv2] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Markus Volk
- add a backport patch to fix compatibility with older gtk4 versions - merge .bb and .inc Signed-off-by: Markus Volk --- meta/recipes-devtools/vala/vala.inc | 71 - ...tk4-Preserve-compatibility-with-4.14.patch | 39 ++

[oe-core][PATCH] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Markus Volk
- add a backport patch to fix compatibility with older gtk4 versions - merge .bb and .inc Signed-off-by: Markus Volk --- meta/recipes-devtools/vala/vala.inc | 71 - ...tk4-Preserve-compatibility-with-4.14.patch | 37 + meta/recipes-devtools/vala/vala_0.56.15.bb

[OE-core] [nanbield] [PATCH] xwayland: upgrade 23.2.3 -> 23.2.4

2024-03-11 Thread Dhairya Nagodra via lists.openembedded.org
From: Dhairya Nagodra Includes fixes for CVE-2023-6816, CVE-2024-0408, CVE-2024-0409 Signed-off-by: Dhairya Nagodra --- .../xwayland/{xwayland_23.2.3.bb => xwayland_23.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [oe-core][PATCH] vala: fix for gtk4 prior to 4.14

2024-03-11 Thread Markus Volk
I simply dropped the part that patched gtk-4.0.metadata. The problem is fixed without it and I dont really have an idea what this file is used for. So I dislike adding it On Mon, Mar 11 2024 at 12:10:36 AM -07:00:00, Markus Volk wrote: - add a backport patch to fix compatibility with older

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-11 Thread Zoltan Boszormenyi
2024. 03. 09. 17:39 keltezéssel, Alexander Kanavin írta: I think (noreplace) flag only matters when the file has been manually edited after rpm installation and its checksum diverges from what is registered in rpm database. Which is not a common scenario in embedded. So from Yocto's POV it's

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-11 Thread Alexander Kanavin
On Mon, 11 Mar 2024 at 10:30, Böszörményi Zoltán wrote: > > If you manually edit the file on target, you might as well > > manually resolve which version you want after the update as both are > > available regardless of whether (noreplace) was used or not. Or > > perhaps merge the manual edits

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-11 Thread Zoltan Boszormenyi
2024. 03. 11. 10:37 keltezéssel, Alexander Kanavin írta: On Mon, 11 Mar 2024 at 10:30, Böszörményi Zoltán wrote: If you manually edit the file on target, you might as well manually resolve which version you want after the update as both are available regardless of whether (noreplace) was

[OE-core][PATCH] kernel-yocto: enable fetching kernel metadata using file fetcher

2024-03-11 Thread Taedcke, Christian
From: Christian Taedcke The file fetcher does not support the destsuffix parameter. It does not rename the supplied folder during the fetch. Therefore the folder name (i.e. basepath) is added to the kernel-meta search directories. Signed-off-by: Christian Taedcke ---

Re: [OE-core] Yocto rpm packages do not keep the modified CONFFILES

2024-03-11 Thread Alexander Kanavin
On Mon, 11 Mar 2024 at 11:09, Böszörményi Zoltán wrote: > Yes, I am aware. But why not use the package manager's > own features instead of adding a workaround? Because I see it the opposite way: noreplace in this case is a workaround for a file name conflict between what the tool generates and

Re: [OE-core] [master][PATCH v2] librsvg: Fix do_package_qa error for librsvg

2024-03-11 Thread Nisha . M . Parrakat
Thanks Alex for the reply. So till now we are using meta-rust master along with the kirkstone yocto layers and are trying to understand if it makes sense to use it further. We had a few questions for the maintainence of Rust. 1. Can we say, that oe-core will support Rust in future after

Re: [OE-core][PATCH] kernel-yocto: enable fetching kernel metadata using file fetcher

2024-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2024 at 5:15 AM Taedcke, Christian wrote: > > From: Christian Taedcke > > The file fetcher does not support the destsuffix parameter. It does > not rename the supplied folder during the fetch. Therefore the folder > name (i.e. basepath) is added to the kernel-meta search

Re: [OE-core] [REGRESSION] linux (git/curl-native) and autorev

2024-03-11 Thread Max Krummenacher
On Sun, Mar 10, 2024 at 11:39:00PM +, Richard Purdie wrote: > On Sun, 2024-03-10 at 09:05 -0700, Bruce Ashfield wrote: > > On Sun, Mar 10, 2024 at 11:52 AM Richard Purdie > > wrote: > > > > > > On Sun, 2024-03-10 at 06:20 -0700, Richard Purdie via > > > lists.openembedded.org wrote: > > > >

Re: [OE-core] [master][PATCH v2] librsvg: Fix do_package_qa error for librsvg

2024-03-11 Thread Alexander Kanavin
On Mon, 11 Mar 2024 at 13:15, wrote: > 1. Can we say, that oe-core will support Rust in future after Kirkstone as a > standalone (without any external dependency )? Yes. Rust is now part of the core, and will stay there. > 2. We assume that kirkstone will stay with 1.59 and those who want

Re: [OE-core][PATCH] kernel-yocto: enable fetching kernel metadata using file fetcher

2024-03-11 Thread Taedcke, Christian
On 11.03.2024 13:46, Bruce Ashfield via lists.openembedded.org wrote: On Mon, Mar 11, 2024 at 5:15 AM Taedcke, Christian wrote: From: Christian Taedcke The file fetcher does not support the destsuffix parameter. It does not rename the supplied folder during the fetch. Therefore the folder

Re: [OE-core] [PATCH 1/3] linux-yocto: for-test-only: fix parted ptest

2024-03-11 Thread Steve Sakoman
On Sun, Mar 10, 2024 at 4:25 PM Steve Sakoman via lists.openembedded.org wrote: > > On Sun, Mar 10, 2024 at 4:10 PM Bruce Ashfield > wrote: > > > > On Fri, Mar 8, 2024 at 10:24 PM Bruce Ashfield via > > lists.openembedded.org > > wrote: > > > > > > On Fri, Mar 8, 2024 at 6:44 PM Richard Purdie

Re: [OE-core] [PATCH 1/3] linux-yocto: for-test-only: fix parted ptest

2024-03-11 Thread Steve Sakoman
On Mon, Mar 11, 2024 at 4:01 AM Bruce Ashfield wrote: > > On Mon, Mar 11, 2024 at 9:51 AM Steve Sakoman wrote: > > > > On Sun, Mar 10, 2024 at 4:25 PM Steve Sakoman via > > lists.openembedded.org > > wrote: > > > > > > On Sun, Mar 10, 2024 at 4:10 PM Bruce Ashfield > > > wrote: > > > > > > >

[OE-core] [PATCH v1] git: git-replacement-native: depend on ca-certificate

2024-03-11 Thread Max Krummenacher
From: Max Krummenacher git is delegating webacces for URLs using TLS to libcurl. However our native libcurl build does not find a ca-certificate.crt unless its curl-native work dir still exists and thus git will fail. If a recipe uses AUTOREV with a git repo using https as its protocol parsing

Re: [OE-core] [REGRESSION] linux (git/curl-native) and autorev

2024-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2024 at 8:54 AM Max Krummenacher wrote: > > On Sun, Mar 10, 2024 at 11:39:00PM +, Richard Purdie wrote: > > On Sun, 2024-03-10 at 09:05 -0700, Bruce Ashfield wrote: > > > On Sun, Mar 10, 2024 at 11:52 AM Richard Purdie > > > wrote: > > > > > > > > On Sun, 2024-03-10 at 06:20

Re: [OE-core] [PATCH 1/3] linux-yocto: for-test-only: fix parted ptest

2024-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2024 at 9:51 AM Steve Sakoman wrote: > > On Sun, Mar 10, 2024 at 4:25 PM Steve Sakoman via > lists.openembedded.org > wrote: > > > > On Sun, Mar 10, 2024 at 4:10 PM Bruce Ashfield > > wrote: > > > > > > On Fri, Mar 8, 2024 at 10:24 PM Bruce Ashfield via > > >

Re: [OE-core][PATCH] kernel-yocto: enable fetching kernel metadata using file fetcher

2024-03-11 Thread Bruce Ashfield
On Mon, Mar 11, 2024 at 9:22 AM Taedcke, Christian wrote: > > > > On 11.03.2024 13:46, Bruce Ashfield via lists.openembedded.org wrote: > > On Mon, Mar 11, 2024 at 5:15 AM Taedcke, Christian > > wrote: > >> > >> From: Christian Taedcke > >> > >> The file fetcher does not support the destsuffix

[OE-core] [PATCH 3/7][kirkstone] linux-yocto/5.10: update to v5.10.210

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: aa6ca808a467 Linux 5.10.210 cf5a69e35591 PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq() 9f53d24852ff net: bcmgenet: Fix EEE implementation

[OE-core] [PATCH 4/7][kirkstone] linux-yocto/5.15: update to v5.15.150

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 80efc6265290 Linux 5.15.150 da6cabc1981e r8169: use new PM macros b7f3fac6d301 netfilter: nf_tables: can't schedule in nft_chain_validate a4efc62cd1ed ext4:

[OE-core] [PATCH 5/7][kirkstone] linux-yocto/5.15: update CVE exclusions (5.15.150)

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 6/7][kirkstone] linux-yocto/5.15: fix partion scanning

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: 1/1 [ Author: Christoph Hellwig Email: h...@lst.de Subject: block, loop: support partitions without scanning Date: Fri, 27 May 2022 07:58:06 +0200 Historically we did distinguish between a flag

[OE-core] [PATCH 7/7][kirkstone] yocto-bsp: update to v5.15.150

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Bumping the reference BSPs to match the version of the qemu* BSPs in oe-core. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.15.bbappend | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

[OE-core] [PATCH 0/7][kirkstone]: linux-yocto: pull request

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Steve, I've included the meta-yocto-bsp commit in this series, versus sending it separately. It obviously doesn't go onto OEcore. These are the updates I've been testing for the pratition scanning issues. We have a few -stable bumps, along with the backport of the

[OE-core] [PATCH 2/7][kirkstone] linux-yocto/5.15: update CVE exclusions

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 1/7][kirkstone] linux-yocto/5.15: update to v5.15.149

2024-03-11 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 458ce51d0356 Linux 5.15.149 d72da18772ff usb: dwc3: gadget: Ignore End Transfer delay on teardown acff71e58748 media: Revert "media: rkisp1: Drop IRQF_SHARED"

Re: [OE-core] [PATCH] image_types_wic.bbclass: remove .env file in do_clean

2024-03-11 Thread Mauro
On 06/03/24 17:57, Richard Purdie wrote: On Wed, 2024-03-06 at 08:37 -0800, Mauro wrote: Before this commit, the .env file created in tmp/sysroots//imgdata/.env was never cleaned, but when the do_clean task is invoked on an image, the .env file contains paths that are not valid anymore. If

[OE-core] [PATCH 2/7] openssh-config: initial checkin

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz Place OE specific openssh setup (which was removed in a previous patch) in a configuration snippet. Signed-off-by: Enrico Scholz --- .../openssh/openssh-config.bb | 30 +++ .../openssh/openssh-config/80-oe.conf | 5

[OE-core] [PATCH 3/7] openssh: move configuration tweaking in configuration recipe

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz Instead of applying DISTRO_FEATURE based setup directly to sshd_config, add it to our configuration snippet. Signed-off-by: Enrico Scholz --- meta/recipes-connectivity/openssh/openssh-config.bb | 10 ++ meta/recipes-connectivity/openssh/openssh_9.6p1.bb | 8

[OE-core] [PATCH 5/7] openssh: replace 'allow-empty-password' rootfs scipt by configuration

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz Install 'openssh-config-allow-empty-password' when corresponding IMAGE_FEATURES are active. Signed-off-by: Enrico Scholz --- meta/classes-recipe/core-image.bbclass | 1 + meta/classes-recipe/rootfs-postcommands.bbclass | 6 --

[OE-core] [PATCH 1/7] openssh: replace complete configuration files by patch

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz Instead of shipping the whole configuration files for openssh, add small patch includes configuration snippets from subdirectories. This allows us to keep the original upstream configuration which is mainly useful for documentation purposes. It makes it more easy to

[OE-core] [PATCH 6/7] openssh: replace 'allow-root-login' rootfs scipt by configuration

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz Install 'openssh-config-allow-root-login' when corresponding IMAGE_FEATURES are active. Signed-off-by: Enrico Scholz --- meta/classes-recipe/core-image.bbclass | 1 + meta/classes-recipe/rootfs-postcommands.bbclass | 6 --

[OE-core] [PATCH 4/7] image: prepare openssh configuration

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz Add an OPENSSH_FEATURE_CONFIGURATION variable which will hold openssh configuration packages. Signed-off-by: Enrico Scholz --- meta/classes-recipe/core-image.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 7/7] openssh: move read-only-rootfs setup in configuration snippet

2024-03-11 Thread Enrico Scholz via lists.openembedded.org
From: Enrico Scholz This patch replaces the duplicate 'sshd_config_readonly' configuration file and logic behind by an extra packages which is installed when corresponding IMAGE_FEATURES are set. **NOTE**: this causes a regression when host keys are added manually to the image. Users have to

[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

[OE-core] Patchtest results for [PATCH 1/7] openssh: replace complete configuration files by patch

2024-03-11 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/1-7-openssh-replace-complete-configuration-files-by-patch.patch FAIL: test Signed-off-by presence: A patch file

[OE-core] Patchtest results for [PATCH 2/7] openssh-config: initial checkin

2024-03-11 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/2-7-openssh-config-initial-checkin.patch FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM