Re: [OE-core] RPM signing errors in Yocto master

2025-01-28 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 28 Jan 2025 at 22:52, Randy MacLeod wrote: > A patch to enable the signing using a PACKAGECONFIG for rpm would > likely be accepted. Off by default of course and a test would be ideal. We already have this in rpm recipe: # has replaced openpgp support and is written in rust: https://fed

Re: [OE-core] [PATCH] rust: rustdoc reproducibility issue fix

2025-01-28 Thread Alexander Kanavin via lists.openembedded.org
> I just ran some benchmarks to see how much disabling parallel > codegen-units affects build times (the parallelism is only at the > crate level after this change), and unfortunately the increase has > been significant. > > As of current master, rust 1.81.0: > > rust-native 527 seconds -> 853 seco

Re: [OE-core] [PATCH] rust: rustdoc reproducibility issue fix

2025-01-28 Thread Sundeep KOKKONDA via lists.openembedded.org
On 28-Jan-25 17:22, 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. On Fri, 26 Jul 2024 at 15:36, Sundeep KOKKONDA via lists.openembedded.org wrote: +r

Re: [OE-core] [PATCH 1/2] linux-firmware: split ath12k firmwares in separate packages

2025-01-28 Thread Dmitry Baryshkov via lists.openembedded.org
On Mon, Jan 27, 2025 at 11:24:39AM -0500, marc.ferl...@gmail.com wrote: > From: Marc Ferland > > This patch introduces the following packages for ath12k based chips: > > - linux-firmware-ath12k-qcn9274 > - linux-firmware-ath12k-wcn7850 > - linux-firmware-ath12k-misc: catches all firmwares that a

Re: [OE-core] [PATCH 2/2] linux-firmware: split qca firmwares in separate packages

2025-01-28 Thread Dmitry Baryshkov via lists.openembedded.org
On Mon, Jan 27, 2025 at 11:24:40AM -0500, marc.ferl...@gmail.com wrote: > From: Marc Ferland > > This patch introduces the following packages for firmwares under qca/: > > - linux-firmware-qca-qca61x4 > - linux-firmware-qca-wcn3988 > - linux-firmware-qca-wcn399x > - linux-firmware-qca-wcn6750 >

Re: [OE-core] [PATCH] qemuriscv: Enable Sv39 memory address scheme by default

2025-01-28 Thread Alistair Francis via lists.openembedded.org
On Wed, Jan 29, 2025 at 1:51 AM Randy MacLeod via lists.openembedded.org wrote: > > Add Raj, Khem, Kexin and Zhe who know more about RISC-V than I do. > Kexin and Zhe are on holiday for a week or more. > CC a few people who have contributed to riscv* conf. > > I am not all that familiar with eithe

[OE-core] Patchtest results for [PATCH] rt-tests: Fix build with glibc 2.41+

2025-01-28 Thread Patchtest via lists.openembedded.org
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/rt-tests-Fix-build-with-glibc-2.41.patch FAIL: test commit message presence: Please include a commit message on you

[OE-core] [PATCH] rt-tests: Fix build with glibc 2.41+

2025-01-28 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- ...ed_attr-Do-not-define-for-glibc-2.41.patch | 44 +++ meta/recipes-rt/rt-tests/rt-tests_git.bb | 1 + 2 files changed, 45 insertions(+) create mode 100644 meta/recipes-rt/rt-tests/files/0001-sched_attr-Do-not-define-for-glibc-2.41.patch diff

Re: [OE-core] RPM signing errors in Yocto master

2025-01-28 Thread Randy MacLeod via lists.openembedded.org
On 2025-01-28 7:28 a.m., Zoltan Boszormenyi via lists.openembedded.org wrote: 2025. 01. 28. 12:57 keltezéssel, Alexander Kanavin írta: On Tue, 28 Jan 2025 at 12:53, Böszörményi Zoltán wrote:    Which is - written in rust rust is in core. - needs libclang. There was a motion to merge meta-

[yocto] OpenEmbedded Happy Hour January 29 5pm/1700 UTC

2025-01-28 Thread Denys Dmytriyenko
All, Welcome to 2025! The OE Board would like to restart our regular monthly social event, the OpenEmbedded Happy Hour. The last one we had was all the way back in October 2024, as we had to cancel November and December events due to the holidays and the Yocto Project summit. As always, everyo

Re: [OE-core] [PATCH] qemuriscv: Enable Sv39 memory address scheme by default

2025-01-28 Thread Khem Raj via lists.openembedded.org
I am fine with this change as is. On Tue, Jan 28, 2025 at 7:51 AM Randy MacLeod wrote: > > Add Raj, Khem, Kexin and Zhe who know more about RISC-V than I do. > Kexin and Zhe are on holiday for a week or more. > CC a few people who have contributed to riscv* conf. > > I am not all that familiar wi

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 26 Jan 2025 01:00:01 AM HST

2025-01-28 Thread Peter Marko via lists.openembedded.org
These 3 new kernel CVEs are still not showing up on https://valkyrie.yocto.io/pub/non-release/patchmetrics/ Looking at NVD data, they are reported here correctly. What's wrong with Valkyrie reports or database? Peter > -Original Message- > From: yocto-secur...@lists.yoctoproject.org sec

[OE-core][scarthgap][styhead][PATCH 3/3] go: upgrade 1.22.10 -> 1.22.11

2025-01-28 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Upgrade to latest 1.22.x release [1]: $ git --no-pager log --oneline go1.22.10..go1.22.11 f072884354 (tag: go1.22.11) [release-branch.go1.22] go1.22.11 b72d56f98d [release-branch.go1.22] net/http: persist header stripping across repeated redirects 19d2103415 [release-branch.go

[OE-core][scarthgap][styhead][PATCH 2/3] go: upgrade 1.22.9 -> 1.22.10

2025-01-28 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Upgrade to latest 1.22.x release [1]: $ git --no-pager log --oneline go1.22.9..go1.22.10 8f3f22eef8 (tag: go1.22.10) [release-branch.go1.22] go1.22.10 6d7a95abca [release-branch.go1.22] runtime: reserve 4kB for system stack on windows-386 6f05fa7a4f [release-branch.go1.22] sys

[OE-core][scarthgap][styhead][PATCH 1/3] go: upgrade 1.22.8 -> 1.22.9

2025-01-28 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Upgrade to latest 1.22.x release [1]: $ git --no-pager log --oneline go1.22.8..go1.22.9 8af39d30a4 (tag: go1.22.9) [release-branch.go1.22] go1.22.9 c19e5887f4 [release-branch.go1.22] cmd/cgo/internal/testcarchive: remove 1-minute timeout e3fd4ba7f9 [release-branch.go1.22] cmd/

[yocto] Yocto Project Status 28 Jan. 2025 (WW05)

2025-01-28 Thread Stephen Jolley via lists.yoctoproject.org
Current Dev Position: YP 5.2 M3 Next Deadline: YP 5.2 M3 Build date 2025-03-03 Next Team Meetings: - Bug Triage meeting Thursday Jan. 30th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday Jan. 28th 8 am

Re: [OE-core] [PATCH] qemuriscv: Enable Sv39 memory address scheme by default

2025-01-28 Thread Randy MacLeod via lists.openembedded.org
Add Raj, Khem, Kexin and Zhe who know more about RISC-V than I do. Kexin and Zhe are on holiday for a week or more. CC a few people who have contributed to riscv* conf. I am not all that familiar with either qemu internals or riscv specifications so any input is appreciated. I have some commen

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Mikko Rapeli via lists.openembedded.org
Hi, On Tue, Jan 28, 2025 at 03:10:34PM +, Richard Purdie wrote: > On Tue, 2025-01-28 at 16:37 +0200, Mikko Rapeli wrote: > > On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote: > > > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via > > > lists.openembedded.org wrote: > > > >

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Richard Purdie via lists.openembedded.org
On Tue, 2025-01-28 at 16:37 +0200, Mikko Rapeli wrote: > On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote: > > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via > > lists.openembedded.org wrote: > > > > > > Sorry for the delay in looking at this patch. I'm a bit worried about > >

[OE-core][PATCH] u-boot: Convert ${UBOOT_ENV}.cmd into ${UBOOT_ENV}.env

2025-01-28 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot It is U-Boot environment files that contain environment variables in a binary format, that enables compact data storage and allows for faster loading and processing by U-Boot. Signed-off-by: Thomas Perrot --- meta/classes-recipe/uboot-config.bbclass | 8 +++- meta/reci

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Mikko Rapeli via lists.openembedded.org
Hi, On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote: > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via > lists.openembedded.org wrote: > > On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote: > > > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote: > > > > On Mo

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Richard Purdie via lists.openembedded.org
On Tue, 2025-01-28 at 13:04 +, Richard Purdie via lists.openembedded.org wrote: > On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote: > > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote: > > > On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via > > > lists.openembedded.org wro

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Richard Purdie via lists.openembedded.org
On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote: > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote: > > On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org > > wrote: > > > runqemu can fail with RuntimeError exception. Non-cought exception > > > causes c

Re: [OE-core] RPM signing errors in Yocto master

2025-01-28 Thread Zoltan Boszormenyi via lists.openembedded.org
2025. 01. 28. 12:57 keltezéssel, Alexander Kanavin írta: On Tue, 28 Jan 2025 at 12:53, Böszörményi Zoltán wrote: Which is - written in rust rust is in core. - needs libclang. There was a motion to merge meta-clang into core, what happened to it? The effort to move clang to core is ongo

Re: [OE-core] RPM signing errors in Yocto master

2025-01-28 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 28 Jan 2025 at 12:53, Böszörményi Zoltán wrote: > > Which is > > > > - written in rust > > rust is in core. > > > - needs libclang. > > There was a motion to merge meta-clang into core, > what happened to it? The effort to move clang to core is ongoing. Patches were posted and reviewed,

Re: [OE-core] RPM signing errors in Yocto master

2025-01-28 Thread Zoltan Boszormenyi via lists.openembedded.org
2025. 01. 28. 10:30 keltezéssel, Alexander Kanavin írta: On Tue, 28 Jan 2025 at 10:03, Zoltan Boszormenyi via lists.openembedded.org wrote: It would be nice if Yocto 5.2 final can use RPM signing. It can't. Latest rpm release needs sequoia for rpm signing. Thanks. However, Which is -

Re: [OE-core] [PATCH] rust: rustdoc reproducibility issue fix

2025-01-28 Thread Alexander Kanavin via lists.openembedded.org
On Fri, 26 Jul 2024 at 15:36, Sundeep KOKKONDA via lists.openembedded.org wrote: > +rust: rustdoc reproducibility issue fix > + > +rust: rustdoc reproducibility issue fix > + > +The 'codegen-units' option split the crate into multiple compilation units > for parallel compilation. Currently, this

[OE-core] [PATCH] python3: Update stringold summary

2025-01-28 Thread Omri Sarig via lists.openembedded.org
The string package in python currently contains common string operations. This package is still in full use. However, the old summary line of the package marked it as deprecated. As this is not the case, this commit updates the summary line to better represent this Python package. The new summary l

Re: [OE-core] [PATCH] qemuriscv: Enable Sv39 memory address scheme by default

2025-01-28 Thread Yash Shinde via lists.openembedded.org
Tested Asan test as follows with command "runqemu nographic" (with IMAGE_INSTALL:append = " libasan  libasan-dev"): root@qemuriscv64:~# gcc -g -fsanitize=address -o asan_test asan_test.c root@qemuriscv64:~# ./asan_test Running AddressSanitizer test... ===

Re: [OE-core] [PATCH] glibc: fix CVE-2025-0395

2025-01-28 Thread Sadineni, Harish via lists.openembedded.org
Ignore this patch, i will send updated glibc with latest commit which includes this fix along with other bug fixes thanks, Harish -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#210316): https://lists.openembedded.org/g/openembedded-core/message/2

[OE-core] [PATCH] qemuriscv: Enable Sv39 memory address scheme by default

2025-01-28 Thread Yash Shinde via lists.openembedded.org
From: Yash Shinde Currently, GCC Asan supports only Sv39 on RISC-V due to custom allocator configurations optimized for large allocations. These configurations are incompatible with larger address spaces like Sv48/Sv57. This fix enables RISC-V's configuration for Sv39 by default when running `r

[OE-core] [PATCH] glibc: fix CVE-2025-0395

2025-01-28 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=patch;h=7d4b6bcae91f29d7b4daf15bab06b66cf1d2217c] Signed-off-by: Harish Sadineni --- .../glibc/glibc/0025-CVE-2025-0395.patch | 67 +++ meta/recipes-core/glibc/glibc_2.40.bb

Re: [OE-core] RPM signing errors in Yocto master

2025-01-28 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 28 Jan 2025 at 10:03, Zoltan Boszormenyi via lists.openembedded.org wrote: > It would be nice if Yocto 5.2 final can use RPM signing. It can't. Latest rpm release needs sequoia for rpm signing. Which is - written in rust - needs libclang. https://sequoia-pgp.org/ So we ended up disabl

[OE-core] RPM signing errors in Yocto master

2025-01-28 Thread Zoltan Boszormenyi via lists.openembedded.org
Hi, After a new build host installation with Fedora 41, gnupg defaults to this configuration after creating or importing a (signing) key: zozo@localhost:~$ cat ~/.gnupg/common.conf use-keyboxd RPM signing in Yocto stalls and eventually fails with: warning: Could not set GPG_TTY to stdin: Inapp