Re: [OE-core] [PATCH 12/21] libpam: update 1.5.2 -> 1.5.3

2023-06-30 Thread Khem Raj
fails on musl/arm64 https://errors.yoctoproject.org/Errors/Details/711268/ On Sun, Jun 25, 2023 at 2:23 PM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > ...rely-on-all-filesystems-providing-a-.patch | 108 - > ...-xtests.sh-check-whether-files-exist.patch | 65

Re: [OE-core] [PATCH] kernel-module-split add systemd modulesloaddir and modprobedir config

2023-06-30 Thread Jose Quaresma
Hi, Forgot the colon in "kernel-module-split:" is it necessary to send a v2 for this? Jose Jose Quaresma escreveu no dia sexta, 30/06/2023 à(s) 16:49: > Signed-off-by: Jose Quaresma > --- > meta/classes-recipe/kernel-module-split.bbclass | 4 ++-- > 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH] kernel-module-split add systemd modulesloaddir and modprobedir config

2023-06-30 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/classes-recipe/kernel-module-split.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes-recipe/kernel-module-split.bbclass b/meta/classes-recipe/kernel-module-split.bbclass index 0e4f9a6ec3..c1208d55e0 100644 ---

[OE-core] [PATCH] libssh2: disable rpath to fix curl-native build

2023-06-30 Thread Sudip Mukherjee
When curl is built with PACKAGECONFIG:append = " libssh2", the build fails with the error: gcc: error: unrecognized command-line option '-R' It was trying to set the rpath for libssh2. Signed-off-by: Sudip Mukherjee --- meta/recipes-support/libssh2/libssh2_1.11.0.bb | 1 + 1 file changed, 1

Re: [OE-core] [mickledore][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-06-30 Thread Steve Sakoman
On Fri, Jun 30, 2023 at 4:57 AM Richard Purdie wrote: > > On Fri, 2023-06-30 at 04:21 -1000, Steve Sakoman wrote: > > Is this also a problem in master, or is it mickledore specific? > > The same patches have been proposed for master with an "instant" > backport requested. I really don't like this

Re: [OE-core] [master][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-06-30 Thread Alexander Kanavin
On Fri, 30 Jun 2023 at 11:14, Changqing Li wrote: > Remove log_lock.pid which maybe created during do_rootfs. In commit > [dnf: only write the log lock to root for native dnf], > native dnf changed to write log lock to root, and target dnf still > use /var/log, so log_lock.pid need to be removed

Re: [OE-core] [PATCH v2] kernel.bbclass: hoist up "unset S" bbfatal from kernel-yocto.bbclass to kernel.bbclass

2023-06-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, This caused the following failures on the AB: stdio: ERROR: linux-yocto-6.1.35+gitAUTOINC+b358c237cf_915f4d2237-r0 do_symlink_kernsrc: S is not set to the linux source directory. Check the recipe and set S to the proper extracted subdirectory. stdio: ERROR: Logfile of failure stored in:

Re: [OE-core] [mickledore][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-06-30 Thread Richard Purdie
On Fri, 2023-06-30 at 04:21 -1000, Steve Sakoman wrote: > Is this also a problem in master, or is it mickledore specific? The same patches have been proposed for master with an "instant" backport requested. I really don't like this model of development as I have my doubts about how extensively

[oe-core][mickledore][PATCH 1/1] perl: Fix CVE-2023-31484 & CVE-2023-31486

2023-06-30 Thread Soumya via lists.openembedded.org
CPAN.pm before 2.35 does not verify TLS certificates when downloading distributions over HTTPS. HTTP::Tiny before 0.083, a Perl core module since 5.13.9 and available standalone on CPAN, has an insecure default TLS configuration where users must opt in to verify certificates. References:

Re: [OE-core] [mickledore][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-06-30 Thread Steve Sakoman
Is this also a problem in master, or is it mickledore specific? Steve On Thu, Jun 29, 2023 at 10:32 PM Changqing Li wrote: > > From: Changqing Li > > Remove log_lock.pid which maybe created during do_rootfs. In commit > [dnf: only write the log lock to root for native dnf], > native dnf

[OE-core] [PATCH] mdadm: re-add mdadm-ptest to PTESTS_SLOW

2023-06-30 Thread Ovidiu Panait via lists.openembedded.org
From: Ovidiu Panait The ptest problems reported in e21021dc00ec ("mdadm: drop from PTESTS_SLOW") should now be fixed, so mdadm can be added back to PTESTS_SLOW (a qemux86-64 test run takes about ~12 minutes to execute with kvm). root@qemux86-64:~# ptest-runner mdadm START: ptest-runner

Re: [OE-core] [PATCH 2/3] libxcrypt: Limit to enabling strong hash algos only

2023-06-30 Thread Alexandre Belloni via lists.openembedded.org
Hello Khem, This causes python ptest failures: {'python3': ['test_crypt', 'test_methods', 'test_sha2_rounds']} We should probably disable those On 23/06/2023 22:32:21-0700, Khem Raj wrote: > This ensures that weak algorithms are not included, which should improve > the defauls to be more

[OE-core] [meta-oe][PATCH v2] uninative-tarball.xz - reproducibility fix

2023-06-30 Thread Robert Berger
added --clamp-mtime --mtime to the tar command see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 Signed-off-by: Robert Berger --- meta/classes-recipe/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.11.rc1)

2023-06-30 Thread Jing Hui Tham
Hi All, QA for yocto-4.0.11.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

[OE-core] Backport of libxcrypt fix to kirkstone branch

2023-06-30 Thread Etienne Cordonnier via lists.openembedded.org
Hello, can you please cherry-pick / backport following commit to the kirkstone branch: "libxcrypt: fix hard-coded ".so" extension" ( 2639746ba7f8a651fffaa9819ef9d9df776108e3 in poky and 7ed6bfa2428b4f1ba7f09d6e9e67c462ff355153 in openembedded-core). It is needed to be able to build meta-darwin's

Re: [OE-core] [PATCH 4/4] mdadm: skip running known broken ptests

2023-06-30 Thread Alexander Kanavin
On Fri, 30 Jun 2023 at 11:17, Ovidiu Panait wrote: > > Thanks for working on reenabling this. mdadm is currently taken out of > > ptest lists because > > #mdadm \ # Tests rely on non-deterministic sleep() amounts > > > > Is this resolved, and can we re-add mdadm to SLOW or FAST lists? > I did

Re: [OE-core] [PATCH 4/4] mdadm: skip running known broken ptests

2023-06-30 Thread Ovidiu Panait via lists.openembedded.org
Hi Alex, On 6/29/23 17:54, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Thanks for working on reenabling this. mdadm is currently taken out of ptest

[OE-core] [master][PATCH 1/2] dnf: only write the log lock to root for native dnf

2023-06-30 Thread Changqing Li
From: Changqing Li >From commit 742a1b7124, log_lock.pid is writen to root, but following file is not changed, which will make it never deleted, and an unexpected file exist in root dir after boot target. $ tail -n 1 etc/tmpfiles.d/dnf.conf r /var/log/log_lock.pid Besides, root dir may be

[OE-core] [master][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-06-30 Thread Changqing Li
From: Changqing Li Remove log_lock.pid which maybe created during do_rootfs. In commit [dnf: only write the log lock to root for native dnf], native dnf changed to write log lock to root, and target dnf still use /var/log, so log_lock.pid need to be removed post do_rootfs. Signed-off-by:

Re: [OE-core] [PATCH] util-linux: fix the pylibmount installation path

2023-06-30 Thread Louis Rannou
On 29/06/2023 16:04, Richard Purdie wrote: On Thu, 2023-06-29 at 15:50 +0200, Louis Rannou wrote: On 29/06/2023 14:59, Richard Purdie wrote: On Thu, 2023-06-29 at 12:37 +, Louis Rannou wrote: Append the install task to move the python library from ${base_libdir} to

[OE-core] [mickledore][PATCH 2/2] rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

2023-06-30 Thread Changqing Li
From: Changqing Li Remove log_lock.pid which maybe created during do_rootfs. In commit [dnf: only write the log lock to root for native dnf], native dnf changed to write log lock to root, and target dnf still use /var/log, so log_lock.pid need to be removed post do_rootfs. Signed-off-by:

[OE-core] [mickledore][PATCH 1/2] dnf: only write the log lock to root for native dnf

2023-06-30 Thread Changqing Li
From: Changqing Li >From commit 742a1b7124, log_lock.pid is writen to root, but following file is not changed, which will make it never deleted, and an unexpected file exist in root dir after boot target. $ tail -n 1 etc/tmpfiles.d/dnf.conf r /var/log/log_lock.pid Besides, root dir may be

Re: [OE-core] [meta-oe][PATCH] uninative-tarball.xz - reproducibility fix

2023-06-30 Thread Richard Purdie
On Fri, 2023-06-30 at 09:03 +0200, Robert Berger wrote: > Hi, > > My comments are inline > > On 29/06/2023 16:07, Richard Purdie wrote: > > > +SDKTAROPTS_ADDON ?= "--clamp-mtime --mtime=@${SOURCE_DATE_EPOCH}" > > > > > > > Thanks, looks good. I did wonder if we could just put this in > >

Re: [OE-core] [meta-oe][PATCH] uninative-tarball.xz - reproducibility fix

2023-06-30 Thread Robert Berger
Hi, Not sure my previous reply made it to the list. So I try it again here. On 29/06/2023 16:07, Richard Purdie wrote: On Thu, 2023-06-29 at 16:02 +0200, Robert Berger wrote: added --clamp-mtime --mtime to the tar command see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148