Re: [OE-core] [bitbake-devel] [RFC PATCH 00/30] Add vendor support for go, npm and rust

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 12.02.2025 um 00:14 schrieb Bruce Ashfield via lists.openembedded.org: In message: [bitbake-devel] [RFC PATCH 00/30] Add vendor support for go, npm and rust on 11/02/2025 Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier The series adds on-the-fly suppor

Re: [yocto] [OE-core] Yocto Project Status 11 Feb. 2025 (WW07)

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
On Wed, 12 Feb 2025 at 09:08, Yoann Congal wrote: > We can try things to push users out of github : > * using the PR template (the text pre-filled for the new PR description) to > convey the same info I think this is the best option, and shouldn't be hard to add as it's a standard github settin

[OE-core][PATCH 1/1] webkitgtk: upgrade 2.46.5 -> 2.46.6

2025-02-12 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade Includes fix for CVE-2025-24143, CVE-2025-24150, CVE-2025-24158 and CVE-2025-24162 Drop 0001-Support-ICU-76.1-build.patch fix is part of upgrade. Changelog: == - Fix a crash when enabling Skia CPU rendering. - Fix several crashes and rendering issues. Signed-off-by:

Re: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and patch support

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 11 Feb 2025 at 16:01, Stefan Herbrechtsmeier via lists.openembedded.org wrote: > Add support for early fetch, unpack and patches task which run before > normal patch task. This feature is useful to fetch additional > dependencies based on a patched source before the normal unpack and > pat

Re: [yocto] [OE-core] Yocto Project Status 11 Feb. 2025 (WW07)

2025-02-12 Thread Yoann Congal via lists.yoctoproject.org
Le mer. 12 févr. 2025 à 10:51, Richard Purdie < richard.pur...@linuxfoundation.org> a écrit : > On Wed, 2025-02-12 at 09:08 +0100, Yoann Congal wrote: > > Le mer. 12 févr. 2025 à 00:36, Richard Purdie via lists.yoctoproject.org > a écrit : > > > The repositories were added to try and share bandwi

Re: [OE-core] [PATCH] linux-firmware: upgrade 20250109 -> 20250211

2025-02-12 Thread Dmitry Baryshkov via lists.openembedded.org
On Wed, Feb 12, 2025 at 12:40:44PM +0530, Vivek Puar wrote: > > On 2/12/2025 2:53 AM, Dmitry Baryshkov via lists.openembedded.org wrote: > > On Tue, 11 Feb 2025 at 20:52, Vivek Puar wrote: > > > > > License-Update: additional files > > Not only "additional files", there is a new Qualcomm licence,

Re: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and patch support

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 11.02.2025 um 23:27 schrieb Richard Purdie: On Tue, 2025-02-11 at 16:00 +0100, Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier Add support for early fetch, unpack and patches task which run before normal patch task. This feature is useful to fetch addit

Re: [OE-core] [RFC PATCH 05/30] lib: oe: add vendor module

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 12.02.2025 um 10:38 schrieb Richard Purdie: On Wed, 2025-02-12 at 10:27 +0100, Stefan Herbrechtsmeier wrote: Am 11.02.2025 um 22:31 schrieb Richard Purdie: On Tue, 2025-02-11 at 16:00 +0100, Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier Add a vendo

Re: [OE-core] [PATCH] systemd: move systemctl utility to separate subpackage

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
But systemctl does depend on libsystemd-shared, so a copy of that will still be in every component. And libsystemd-shared itself pulls in a lot of stuff, and those libraries no doubt depend on further libraries: linux-vdso.so.1 (0x7ffe9e9d) libacl.so.1 => /lib/x86_64-linux-gnu/liba

Re: [OE-core] [RFC PATCH 06/30] lib: oe: vendor: add cargo support

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 11 Feb 2025 at 16:01, Stefan Herbrechtsmeier via lists.openembedded.org wrote: > > From: Stefan Herbrechtsmeier > > Add a vendor module for cargo to resolve dependencies and populate > vendor directories from a Cargo.lock file. It isn't clear what is a public API here and what is interna

Re: [OE-core] [RFC PATCH 13/30] classes: add nodejs-arch class

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 11 Feb 2025 at 16:01, Stefan Herbrechtsmeier via lists.openembedded.org wrote: > diff --git a/meta/classes-recipe/nodejs-arch.bbclass > b/meta/classes-recipe/nodejs-arch.bbclass > new file mode 100644 > index 00..144eaf8409 > --- /dev/null > +++ b/meta/classes-recipe/nodejs-arch.b

Re: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and patch support

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 11.02.2025 um 23:32 schrieb Bruce Ashfield via lists.openembedded.org: In message: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and patch support on 11/02/2025 Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier Add support for early fetch

Re: [OE-core] [RFC PATCH 06/30] lib: oe: vendor: add cargo support

2025-02-12 Thread Frederic Martinsons via lists.openembedded.org
On Tue, 11 Feb 2025 at 16:01, Stefan Herbrechtsmeier via lists.openembedded.org wrote: > From: Stefan Herbrechtsmeier > > Add a vendor module for cargo to resolve dependencies and populate > vendor directories from a Cargo.lock file. > > > Hello, Have you looked at vendor subcommand of cargo :

Re: [OE-core] [bitbake-devel] [RFC PATCH 00/30] Add vendor support for go, npm and rust

2025-02-12 Thread Bruce Ashfield via lists.openembedded.org
On Wed, Feb 12, 2025 at 3:41 AM Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > Am 12.02.2025 um 00:14 schrieb Bruce Ashfield via lists.openembedded.org: > > In message: [bitbake-devel] [RFC PATCH 00/30] Add vendor support for go, npm > and rust > on 11/02/2025 Stefa

[OE-core] [PATCH] Fixes [YOCTO 15731]

2025-02-12 Thread Sven Kalmbach via lists.openembedded.org
>From aa2176cbd1438b72f22129421edd8f7979330a56 Mon Sep 17 00:00:00 2001 From: Sven Kalmbach Date: Wed, 5 Feb 2025 16:11:33 +0100 Subject: [PATCH] Fixes [YOCTO 15731] Remove incorrectly escaped exit value, which causes error handling logic not to run. Signed-off-by: Sven Kalmbach ---  meta/class

Re: [OE-core] [RFC PATCH 21/30] python3-bcrypt: mirgrate to vendor cargo class

2025-02-12 Thread Bruce Ashfield via lists.openembedded.org
On Wed, Feb 12, 2025 at 9:36 AM Stefan Herbrechtsmeier via lists.openembedded.org wrote: > Am 11.02.2025 um 22:46 schrieb Richard Purdie: > > On Tue, 2025-02-11 at 16:00 +0100, Stefan Herbrechtsmeier via > lists.openembedded.org wrote: > > From: Stefan Herbrechtsmeier > > > Signed-off-by: Ste

Re: [OE-core] [RFC PATCH 05/30] lib: oe: add vendor module

2025-02-12 Thread Richard Purdie via lists.openembedded.org
On Wed, 2025-02-12 at 10:27 +0100, Stefan Herbrechtsmeier wrote: > Am 11.02.2025 um 22:31 schrieb Richard Purdie: > > On Tue, 2025-02-11 at 16:00 +0100, Stefan Herbrechtsmeier via > > lists.openembedded.org wrote: > > > From: Stefan Herbrechtsmeier > > > > > > Add a vendor package as base for pa

[OE-core][kirkstone 3/7] linux-yocto/5.15: update to v5.15.178

2025-02-12 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: c16c81c81336 Linux 5.15.178 6cfafcad46e9 drm/v3d: Assign job pointer to NULL before signaling the fence 8b74aa1e1c08 Input: xpad - add support for wooting two he (a

[OE-core][kirkstone 1/7] go: Fix CVE-2024-45336

2025-02-12 Thread Steve Sakoman
From: Praveen Kumar The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-doma

[OE-core][kirkstone 2/7] linux-yocto/5.15: update to v5.15.176

2025-02-12 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 4735586da88e Linux 5.15.176 63eac98d6f08 mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() 5c4eb5401d7e dt-bindings: display

[OE-core][kirkstone 7/7] cmake: apply parallel build settings to ptest tasks

2025-02-12 Thread Steve Sakoman
From: Peter Marko ptest compile and install tasks do not have parallel build settings for cmake. On powerful build machines this can cause overload situations and oomkills. Observed when building qtgrpc with ptest generally enabled in distro. Having this in ptest class is suboptimal, but creatin

[OE-core][kirkstone 5/7] rust-common.bbclass: soft assignment for RUSTLIB path

2025-02-12 Thread Steve Sakoman
From: Pedro Ferreira As a user i want to override `RUSTLIB` path on a bbclass, lets call it `XYZ.bbclass`. If a certain recipe inherits `cargo.bbclass` and `XYZ.bbclass` the value of `RUSTLIB` is dependent on the order of the inherit. If `cargo.bbclass` is inherit before `XYZ.bbclass` this will

[OE-core][kirkstone 0/7] Patch review

2025-02-12 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Friday, February 14 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1001 The following changes since commit a397c152abf4f3da1323594e79ebac844a2c9f45: glibc: st

Re: [OE-core] [PATCH] systemd: move systemctl utility to separate subpackage

2025-02-12 Thread Oleksiy Obitotskyy via lists.openembedded.org
In practice getting rid of systemd and leaving only systemctl binary gives me approx. 20Mb disk space 3.0Mlibsystemd-shared 960Klibsystemd 9.4Msystemd 424Klibnss-systemd ~5 Mb could be extra dependency libraries removed after systemd removal. Regarding runtime dependencies - com

[OE-core][kirkstone 6/7] python3: Treat UID/GID overflow as failure

2025-02-12 Thread Steve Sakoman
From: Khem Raj This fixes ptest failures on 32bit architectures AssertionError: Failed ptests: {'python3': ['test_extractall_none_gid', 'test_extractall_none_gname', 'test_extractall_none_mode', 'test_extractall_none_mtime', 'test_extractall_no

Re: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and patch support

2025-02-12 Thread Bruce Ashfield via lists.openembedded.org
On Wed, Feb 12, 2025 at 7:42 AM Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > > Am 11.02.2025 um 23:32 schrieb Bruce Ashfield via lists.openembedded.org: > > In message: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and > patch support > on 11/02/202

[OE-core][kirkstone 4/7] glibc: Suppress GCC -Os warning on user2netname for sunrpc

2025-02-12 Thread Steve Sakoman
From: Nikhil R When building with GCC -Os, a warning is triggered indicating that sprintf might overflow. Error: netname.c: In function 'user2netname': netname.c:51:28: error: '%s' directive writing up to 255 bytes into a region of size between 239 and 249 [-Werror=format-overflow=]

Re: [OE-core] [RFC PATCH 21/30] python3-bcrypt: mirgrate to vendor cargo class

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 11.02.2025 um 22:46 schrieb Richard Purdie: On Tue, 2025-02-11 at 16:00 +0100, Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier Signed-off-by: Stefan Herbrechtsmeier ---  .../python/python3-bcrypt-crates.inc  | 84 ---  .../pyth

Re: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and patch support

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 12.02.2025 um 14:55 schrieb Bruce Ashfield: On Wed, Feb 12, 2025 at 7:42 AM Stefan Herbrechtsmeier wrote: Am 11.02.2025 um 23:32 schrieb Bruce Ashfield via lists.openembedded.org : In message: [OE-core] [RFC PATCH 15/30] classes: add early fet

Re: [OE-core] [RFC PATCH 21/30] python3-bcrypt: mirgrate to vendor cargo class

2025-02-12 Thread Richard Purdie via lists.openembedded.org
On Wed, 2025-02-12 at 15:36 +0100, Stefan Herbrechtsmeier wrote: > My problem is the double standards. We support a fetcher which > dynamic resolve dependencies and without manual update step since > years. Nobody suggests to make the gitsm fetcher obsolete and > requests the users to run an update

Re: [OE-core] [PATCH] Fixes [YOCTO 15731]

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
Please send the patch using git send-email, rather than copy pasting it into the message body. Alex On Wed, 12 Feb 2025 at 15:53, Sven Kalmbach via lists.openembedded.org wrote: > > From aa2176cbd1438b72f22129421edd8f7979330a56 Mon Sep 17 00:00:00 2001 > From: Sven Kalmbach > Date: Wed, 5 Feb 2

Re: [OE-core] [PATCH] systemd: move systemctl utility to separate subpackage

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
On Wed, 12 Feb 2025 at 15:22, Oleksiy Obitotskyy -X (oobitots - GLOBALLOGIC INC at Cisco) wrote: > In practice getting rid of systemd and leaving only systemctl binary gives me approx. 20Mb disk space > > 3.0Mlibsystemd-shared > 960Klibsystemd > 9.4Msystemd > 424Klibnss-systemd >

Re: [yocto] [OE-core] Yocto Project Status 11 Feb. 2025 (WW07)

2025-02-12 Thread Richard Purdie via lists.openembedded.org
On Wed, 2025-02-12 at 10:38 +0100, Alexander Kanavin wrote: > I also do dislike that all of this discussion around creating those > mirrors happened behind closed doors, at least I have no recollection > of it. I don't think any of it was a secret and that isn't a fair characterisation although I

Re: [OE-core] [bitbake-devel] [RFC PATCH 10/30] conf: bitbake: add SRC_URI_FILES variable

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
On Wed, 12 Feb 2025 at 09:55, Stefan Herbrechtsmeier via lists.openembedded.org wrote: > The variable holds paths to files which contains dynamic generated SRC_URIs. > The dynamic SRC_URIs are unknown at parse time and only the file paths are > fix. The files are filled with generated SRC_URIs

Re: [yocto] [OE-core] Yocto Project Status 11 Feb. 2025 (WW07)

2025-02-12 Thread Richard Purdie via lists.openembedded.org
On Wed, 2025-02-12 at 09:08 +0100, Yoann Congal wrote: > Le mer. 12 févr. 2025 à 00:36, Richard Purdie via lists.yoctoproject.org > a écrit : > > The repositories were added to try and share bandwidth costs, give > > people easier mirrors and various other justifications. I warned > > strongly ab

Re: [OE-core] [bitbake-devel] [RFC PATCH 10/30] conf: bitbake: add SRC_URI_FILES variable

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 11.02.2025 um 17:22 schrieb Peter Kjellerstedt: -Original Message- From:bitbake-de...@lists.openembedded.org On Behalf Of Stefan Herbrechtsmeier via lists.openembedded.org Sent: den 11 februari 2025 16:00 To:openembedded-core@lists.openembedded.org Cc: Stefan Herbrechtsmeier;bitbak

Re: [OE-core] [RFC PATCH 05/30] lib: oe: add vendor module

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 11.02.2025 um 22:31 schrieb Richard Purdie: On Tue, 2025-02-11 at 16:00 +0100, Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier Add a vendor package as base for package manager specific implementations to resolve dependencies and populate vendor director

Re: [OE-core] [bitbake-devel] [RFC PATCH 10/30] conf: bitbake: add SRC_URI_FILES variable

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
On Wed, 12 Feb 2025 at 10:50, Alexander Kanavin via lists.openembedded.org wrote: > This doesn't explain why we need this separate new variable to begin > with. In what scenarios it would be useful? How does the > implementation rely on it? Ok, I'm reading the patchset further and it becomes some

Re: [OE-core] [RFC PATCH 18/30] classes: add vendor class for go

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 11.02.2025 um 23:59 schrieb Bruce Ashfield: In message: [OE-core] [RFC PATCH 18/30] classes: add vendor class for go on 11/02/2025 Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier Add a vendor class for go to resolve the dependency SRC_URIs from a go.sum

[OE-core] [PATCH] Fixes [YOCTO 15731]

2025-02-12 Thread Sven Kalmbach via lists.openembedded.org
Remove incorrectly escaped exit value, which causes error handling logic not to run. Signed-off-by: Sven Kalmbach --- meta/classes-recipe/cml1.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/cml1.bbclass b/meta/classes-recipe/cml1.bbclass index 0bf

Re: [OE-core] [PATCH] Fixes [YOCTO 15731]

2025-02-12 Thread Sven Kalmbach via lists.openembedded.org
Does that work? I found a workaround to use git send-email -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211253): https://lists.openembedded.org/g/openembedded-core/message/211253 Mute This Topic: https://lists.openembedded.org/mt/43606/21656

[OE-core] Patchtest results for [PATCH] Fixes [YOCTO 15731]

2025-02-12 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/Fixes-YOCTO-15731.patch FAIL: test shortlog format: Commit shortlog (first line of commit message) should follow th

Re: [OE-core] [PATCH] Fixes [YOCTO 15731]

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
The subject needs to be changed: cml1.bbclass: do not escape the exit value Then the body should also include a reference to the ticket, e.g [YOCTO #15731] Alex On Wed, 12 Feb 2025 at 16:55, Sven Kalmbach via lists.openembedded.org wrote: > > Does that work? I found a workaround to use git se

[OE-core] [PATCH] busybox: fix menuconfig on newer hosts

2025-02-12 Thread Dan McGregor via lists.openembedded.org
From: Dan McGregor The lxdialog.sh script compiles a short program as a link test. That test program relied on an implicit return type of the main function, but gcc >= 14 now warns on that by default. This caused the test to fail and prevented menuconfig from starting. Use a full function declar

Re: [OE-core] [PATCH] Fixes [YOCTO 15731]

2025-02-12 Thread Yoann Congal via lists.openembedded.org
Le mer. 12 févr. 2025 à 16:55, Sven Kalmbach via lists.openembedded.org a écrit : > Does that work? I found a workaround to use git send-email > Yes, your patch does apply cleanly now. Thanks for seeing it through from bug report to patch sending :-) As Alex wrote, you still need to change the

Re: [OE-core] [PATCH] busybox: fix menuconfig on newer hosts

2025-02-12 Thread Alexander Kanavin via lists.openembedded.org
No new pending patches please, especially without a reason for it. Submit upstream first. Alex On Wed 12. Feb 2025 at 17.11, Dan McGregor via lists.openembedded.org wrote: > From: Dan McGregor > > The lxdialog.sh script compiles a short program as a link test. That > test program relied on an

[OE-core] Patchtest results for [PATCH] busybox: fix menuconfig on newer hosts

2025-02-12 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/busybox-fix-menuconfig-on-newer-hosts.patch FAIL: test Signed-off-by presence: A patch file has been added without

Re: [OE-core] [RFC PATCH 15/30] classes: add early fetch, unpack and patch support

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 12.02.2025 um 12:08 schrieb Alexander Kanavin: On Tue, 11 Feb 2025 at 16:01, Stefan Herbrechtsmeier via lists.openembedded.org wrote: Add support for early fetch, unpack and patches task which run before normal patch task. This feature is useful to fetch additional dependencies based on a pa

Re: [OE-core] [PATCH v2] linux-firmware: upgrade 20250109 -> 20250211

2025-02-12 Thread Vivek Puar via lists.openembedded.org
On 2/13/2025 1:53 AM, Dmitry Baryshkov wrote: On Wed, Feb 12, 2025 at 11:17:26PM +0530, Vivek Puar wrote: Add DSP firmware for Qualcomm SA8775P / QCS9100 platforms to ${PN}-qcom-sa8775p-{audio, compute, generalpurpose} packages, and updating it with correct license information. Add QCA6698AQ p

[OE-core] [PATCH v3] linux-firmware: upgrade 20250109 -> 20250211

2025-02-12 Thread Vivek Puar via lists.openembedded.org
Add DSP firmware for Qualcomm SA8775P / QCS9100 platforms to ${PN}-qcom-sa8775p-{audio, compute, generalpurpose} packages, and updating it with correct license information. Add QCA6698AQ package ${PN}-ath11k-qca6698aq to ath11k firmware. Add bluetooth WCN3950 package ${PN}-qca-wcn3950, bluetooth

[OE-core][kirkstone][PATCH] libxml2: Fix for CVE-2022-49043

2025-02-12 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxml2/-/commit/5a19e21605398cef6a8b1452477a8705cb41562b] Reference: https://access.redhat.com/security/cve/cve-2022-49043 Signed-off-by: Vijay Anusuri --- .../libxml/libxml2/CVE-2022-49043.patch | 38 ++

Re: [OE-core] [PATCH] systemd: move systemctl utility to separate subpackage

2025-02-12 Thread Oleksiy Obitotskyy via lists.openembedded.org
> Is it trying to save space on target device, or trying to save space > on the build host? You really do need to describe your process in more > detail. It's attempt to save space on build host. > I guess what I'm trying to object is splitting things into smaller > packages when the full set

Re: [OE-core] [PATCH v2] linux-firmware: upgrade 20250109 -> 20250211

2025-02-12 Thread Dmitry Baryshkov via lists.openembedded.org
On Thu, 13 Feb 2025 at 04:41, Vivek Puar wrote: Please don't ever compose or send HTML email to the public mailing lists. Your response has killed all quotation levels. > > On 2/13/2025 1:53 AM, Dmitry Baryshkov wrote: > > On Wed, Feb 12, 2025 at 11:17:26PM +0530, Vivek Puar wrote: > > Add DSP f

Re: [OE-core] Unable to access 'https://git.openembedded.org/meta-openembedded/'

2025-02-12 Thread Michael Halstead via lists.openembedded.org
We are currently experiencing issues with the Oregon mirror certificate. To ensure uninterrupted service, I've temporarily redirected all traffic to the Amsterdam mirror, which is fully operational. I will resolve the Oregon mirror issue tomorrow and restore all mirrors to active status. Please r

[OE-core][PATCH 2/5] shadow: upgrade from 4.17.1 to 4.17.2

2025-02-12 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Upgrade shadow from 4.17.1 to 4.17.2. 0001-lib-attr.h-use-C23-attributes-only-with-gcc-10.patch is dropped because it has been merged. Signed-off-by: Chen Qi --- ...-use-C23-attributes-only-with-gcc-10.patch | 29 --- .../{shadow_4.17.1.bb => shadow_4.17.2.bb}

[OE-core][PATCH 4/5] coreutils: upgrade from 9.5 to 9.6

2025-02-12 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Upgrade coreutils from 9.5 to 9.6. License-Update: Update copyright year (2024 -> 2025). Fix do_install_ptest for new version to avoid buildpath QA issue. Signed-off-by: Chen Qi --- .../coreutils/{coreutils_9.5.bb => coreutils_9.6.bb} | 5 +++-- 1 file changed, 3 insert

[OE-core][PATCH 1/5] sysstat: upgrade from 12.7.6 to 12.7.7

2025-02-12 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Upgrade sysstat from 12.7.6 to 12.7.7. Signed-off-by: Chen Qi --- .../sysstat/{sysstat_12.7.6.bb => sysstat_12.7.7.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sysstat/{sysstat_12.7.6.bb => sysstat_12.7.7.bb} (98%) diff --gi

[OE-core][PATCH 3/5] diffutils: upgrade from 3.10 to 3.11

2025-02-12 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Upgrade diffutils from 3.10 to 3.11. Signed-off-by: Chen Qi --- .../diffutils/{diffutils_3.10.bb => diffutils_3.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/diffutils/{diffutils_3.10.bb => diffutils_3.11.bb} (93%) diff --gi

[OE-core][PATCH 5/5] util-linux/util-linux-libuuid: upgrade from 2.40.2 to 2.40.4

2025-02-12 Thread Chen Qi via lists.openembedded.org
From: Chen Qi The following two patches are dropped because they are in the new version: - 0001-autotools-fix-securedir-and-pam_lastlog2-install.patch - util-linux/libfdisk-cfdisk-and-sfdisk-sector-size-improvements.patch Signed-off-by: Chen Qi --- ...2.40.2.bb => util-linux-libuuid_2.40.4.bb}

[OE-core] [PATCH v4][OE-core 0/4] cve-check: allow feed selection

2025-02-12 Thread Marta Rybczynska via lists.openembedded.org
This series is allowing choice of the NVD feed to use, you can configure them using the NVD_DB_VERSION variable in local.conf Available feeds: - NVD2 (default) - the current NVD API v2 feed - NVD1 - the old NVD feed (deprecated, but still working) - FKIE - the NVD feed restoration from FKIE-CAD M

[OE-core] [PATCH v4][OE-core 2/4] cve-update-db-native: update structure

2025-02-12 Thread Marta Rybczynska via lists.openembedded.org
Update the database structure and tasks to fit the current YP master. This means: - add the unpack task - update the database structure (CVSS, vector string) - use the temporary database in the same directory as the download However, the old feed does not include CVSS4 Signed-off-by: Marta Rybczy

[OE-core] [PATCH v4][OE-core 3/4] cve-update-db-native: add the fkie source

2025-02-12 Thread Marta Rybczynska via lists.openembedded.org
Add support for FKIE-CAD reconstruction of NVD feed from https://github.com/fkie-cad/nvd-json-data-feeds We download this feed directly from github releases. Signed-off-by: Marta Rybczynska --- .../recipes-core/meta/cve-update-db-native.bb | 126 -- 1 file changed, 113 insertion

[OE-core] [PATCH v4][OE-core 1/4] cve-update-db-native: restore

2025-02-12 Thread Marta Rybczynska via lists.openembedded.org
Restore cve-update-db from kirkstone Use cve-update-db-native.bb from OE 8c10f4a4dc12f65212576e6e568fa4369014aaa0 Signed-off-by: Marta Rybczynska --- .../recipes-core/meta/cve-update-db-native.bb | 291 ++ 1 file changed, 291 insertions(+) create mode 100644 meta/recipes-core/m

[OE-core] [PATCH v4][OE-core 4/4] cve-check: allow feed choice

2025-02-12 Thread Marta Rybczynska via lists.openembedded.org
Allow choice of one of three feeds and update task dependencies accordingly. All feeds contain data from NVD and are stored in different files. Set the NVD_DB_VERSION variable to choose feed: NVD2 (default) - the NVD feed with API version 2 NVD1 - the NVD JSON feed (deprecated) FKIE - the FKIE-CAD

Re: [OE-core] [PATCH] cross-localedef-native : fixup filesystem check error

2025-02-12 Thread Khem Raj via lists.openembedded.org
Can you format the patch to match the style and also create a PR on githut for cross-localedef? On Wed, Feb 12, 2025 at 10:42 PM Xiaofeng Yuan wrote: > > compile glibc-locale triger error, the error info > is "cross-localedef-native: /xxx/glibc-locale/2.40+git/ > locale-tree/Makefile is on differ

[OE-core][scarthgap][PATCH 1/1] vim: Upgrade 9.1.0764 -> 9.1.1043

2025-02-12 Thread dchellam via lists.openembedded.org
From: Divya Chellam This includes CVE-fix for CVE-2025-22134 and CVE-2025-24014 Changes between 9.1.0764 -> 9.1.1043 https://github.com/vim/vim/compare/v9.1.0764...v9.1.1043 Signed-off-by: Divya Chellam --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file

Re: [OE-core] [RFC PATCH 21/30] python3-bcrypt: mirgrate to vendor cargo class

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 12.02.2025 um 16:07 schrieb Bruce Ashfield: On Wed, Feb 12, 2025 at 9:36 AM Stefan Herbrechtsmeier via lists.openembedded.org wrote: Am 11.02.2025 um 22:46 schrieb Richard Purdie: On Tue, 2025-02-11 at 16:00 +0100, Stefan Herbrechtsmeier vialists.o

Re: [OE-core] [RFC PATCH 21/30] python3-bcrypt: mirgrate to vendor cargo class

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 12.02.2025 um 16:06 schrieb Richard Purdie: On Wed, 2025-02-12 at 15:36 +0100, Stefan Herbrechtsmeier wrote: My problem is the double standards. We support a fetcher which dynamic resolve dependencies and without manual update step since years. Nobody suggests to make the gitsm fetcher obsole

Re: [OE-core] [RFC PATCH 06/30] lib: oe: vendor: add cargo support

2025-02-12 Thread Stefan Herbrechtsmeier via lists.openembedded.org
Am 12.02.2025 um 13:45 schrieb Frédéric Martinsons: On Tue, 11 Feb 2025 at 16:01, Stefan Herbrechtsmeier via lists.openembedded.org wrote: From: Stefan Herbrechtsmeier Add a vendor module for cargo to resolve dependencies and populate vendor dir

[OE-core] [kirkstone] [PATCH 1/1] scritps/runqemu: Ensure we only have two serial ports

2025-02-12 Thread Ming Liu via lists.openembedded.org
From: Richard Purdie I have a theory that some of the console boot issues we're seeing are due to starting images with three serial ports yet only starting gettys on two of them. This means that occasionally, depending on the port numbering we may not get a login prompt on the console we expect

Re: [OE-core] [RFC PATCH 21/30] python3-bcrypt: mirgrate to vendor cargo class

2025-02-12 Thread Bruce Ashfield via lists.openembedded.org
On Wed, Feb 12, 2025 at 12:24 PM Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > Am 12.02.2025 um 16:07 schrieb Bruce Ashfield: > > On Wed, Feb 12, 2025 at 9:36 AM Stefan Herbrechtsmeier via > lists.openembedded.org weidmueller@lists.openembedded.org> wrote: > >>

[OE-core] [PATCH v2] linux-firmware: upgrade 20250109 -> 20250211

2025-02-12 Thread Vivek Puar via lists.openembedded.org
Add DSP firmware for Qualcomm SA8775P / QCS9100 platforms to ${PN}-qcom-sa8775p-{audio, compute, generalpurpose} packages, and updating it with correct license information. Add QCA6698AQ package ${PN}-ath11k-qca6698aq to ath11k firmware. Add bluetooth WCN3950 package ${PN}-qca-wcn3950 to qca firm

Re: [OE-core] [RFC PATCH 06/30] lib: oe: vendor: add cargo support

2025-02-12 Thread Frederic Martinsons via lists.openembedded.org
Le mer. 12 févr. 2025, 17:29, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> a écrit : > Am 12.02.2025 um 13:45 schrieb Frédéric Martinsons: > > > On Tue, 11 Feb 2025 at 16:01, Stefan Herbrechtsmeier via > lists.openembedded.org weidmueller@lists.openembedded.org> wrote:

[OE-core][scarthgap][styhead][PATCH] subversion: ignore CVE-2024-45720

2025-02-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-45720 This CVE is relevant only for subversion running on Windows. Signed-off-by: Peter Marko --- meta/recipes-devtools/subversion/subversion_1.14.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-dev

Re: [OE-core] [RFC PATCH 21/30] python3-bcrypt: mirgrate to vendor cargo class

2025-02-12 Thread Richard Purdie via lists.openembedded.org
On Wed, 2025-02-12 at 12:45 -0500, Bruce Ashfield wrote: > On Wed, Feb 12, 2025 at 12:24 PM Stefan Herbrechtsmeier > wrote: > > > > > > > > > > > > > > As a compromise we could add a new feature to generate .inc > > > > cache files before the main bitbake run. This would eliminate > > > > the

[OE-core][kirkstone][PATCH] libpcre2: ignore CVE-2022-1586

2025-02-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko This CVE is fixed in 10.40 NVD wrongly changed <10.40 to =10.40 when adding debian_linux=10.0 Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-1586#VulnChangeHistorySection Signed-off-by: Peter Marko --- meta/recipes-support/libpcre/libpcre2_10.40.bb | 4 1 file cha

Re: [OE-core] [PATCH] python3-license-expression: Make the ptest work as expected

2025-02-12 Thread Ross Burton via lists.openembedded.org
On 10 Feb 2025, at 09:36, Yu, Mingli via lists.openembedded.org wrote: > -do_install_ptest() { > +do_install_ptest:append() { > install -d ${D}${PTEST_PATH}/src > cp -rf ${S}/src/* ${D}${PTEST_PATH}/src/ > cp -rf ${S}/setup.cfg ${D}${PTEST_PATH}/ I didn’t like how this test was insta

[OE-core][kirkstone][PATCH] subversion: ignore CVE-2024-45720

2025-02-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-45720 This CVE is relevant only for subversion running on Windows. Signed-off-by: Peter Marko --- meta/recipes-devtools/subversion/subversion_1.14.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-de

Re: [OE-core] [PATCH v2] linux-firmware: upgrade 20250109 -> 20250211

2025-02-12 Thread Dmitry Baryshkov via lists.openembedded.org
On Wed, Feb 12, 2025 at 11:17:26PM +0530, Vivek Puar wrote: > Add DSP firmware for Qualcomm SA8775P / QCS9100 > platforms to ${PN}-qcom-sa8775p-{audio, compute, generalpurpose} > packages, and updating it with correct license information. > > Add QCA6698AQ package ${PN}-ath11k-qca6698aq > to ath11

[OE-core] [PATCH] python3-license-expression: fix ptest installation

2025-02-12 Thread Ross Burton via lists.openembedded.org
This recipe was overriding do_install_ptest which is provided by the ptest-python-pytest class, so there was no tests or run-ptest installed. Use an append override, and minimise the installed files: use a symlink so that scancode-licensedb-index.json is found and install setup.cfg. Signed-off-by

Re: [yocto] [OE-core] Yocto Project Status 11 Feb. 2025 (WW07)

2025-02-12 Thread Yoann Congal via lists.yoctoproject.org
Le mer. 12 févr. 2025 à 00:36, Richard Purdie via lists.yoctoproject.org a écrit : > On Tue, 2025-02-11 at 19:42 +0100, Alexander Kanavin via > lists.openembedded.org wrote: > > On Tue, 11 Feb 2025 at 16:57, Stephen Jolley via > > lists.openembedded.org > > wrote: > > > We’d like to request help

Re: [yocto] [OE-core] Yocto Project Status 11 Feb. 2025 (WW07)

2025-02-12 Thread Yoann Congal via lists.openembedded.org
Le mer. 12 févr. 2025 à 12:19, Yoann Congal a écrit : > Le mer. 12 févr. 2025 à 10:51, Richard Purdie < > richard.pur...@linuxfoundation.org> a écrit : > >> On Wed, 2025-02-12 at 09:08 +0100, Yoann Congal wrote: >> > Le mer. 12 févr. 2025 à 00:36, Richard Purdie via >> lists.yoctoproject.org > li

[OE-core] Unable to access 'https://git.openembedded.org/meta-openembedded/'

2025-02-12 Thread Javier Tia via lists.openembedded.org
Hi, Getting Git error accessing https://git.openembedded.org/meta-openembedded/. fatal: unable to access 'https://git.openembedded.org/meta-openembedded/': SSL: certificate subject name (oregon.wlsource.codeaurora.org) does not match target host name 'git.openembedded.org I see the repo is at

Re: [oe-core][kirkstone][PATCH 1/1] python3: Treat UID/GID overflow as failure

2025-02-12 Thread Yan, Haixiao (CN) via lists.openembedded.org
Pls ignore this patch. Upstream-Status: Backport [https://github.com/python/cpython/pull/108369] need to be update. Thanks, Haixiao On 2025/2/8 15:06, haixiao.yan.cn via lists.openembedded.org wrote: From: Khem Raj This fixes ptest failures on 32bit architectures AssertionError: Failed pte

Re: [OE-core] Unable to access 'https://git.openembedded.org/meta-openembedded/'

2025-02-12 Thread Fabio Estevam via lists.openembedded.org
On Wed, Feb 12, 2025 at 8:41 PM Javier Tia via lists.openembedded.org wrote: > > Hi, > > Getting Git error accessing https://git.openembedded.org/meta-openembedded/. Yes, it seems to be down. Try accessing https://github.com/openembedded/meta-openembedded as an alternative. -=-=-=-=-=-=-=-=-=-=

Re: [OE-core] [PATCH] python3-license-expression: fix ptest installation

2025-02-12 Thread Khem Raj via lists.openembedded.org
On Wed, Feb 12, 2025 at 12:31 PM Ross Burton via lists.openembedded.org wrote: > > This recipe was overriding do_install_ptest which is provided by the > ptest-python-pytest class, so there was no tests or run-ptest installed. > > Use an append override, and minimise the installed files: use a sym

Patchtest results for [OE-core][kirkstone 2/7] linux-yocto/5.15: update to v5.15.176

2025-02-12 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/kirkstone-2-7-linux-yocto-5.15-update-to-v5.15.176.patch FAIL: test commit message user tags: Mbox includes one or

[OE-core] [PATCH 3/4] nfs-utils: Configure nfsv4 ID mapping & Kerberos

2025-02-12 Thread Dan McGregor via lists.openembedded.org
From: Daniel McGregor Add support for the nfsv4 user ID mapping daemon, configured with a sensible default, and add a packageconfig for Kerberos support. This is reasonably tested in production in our environment, but only systemd support. There'll be some more work to do to get GSSAPI and NFS i

[OE-core] [PATCH 2/4] nfs-utils: Use upstream systemd service files

2025-02-12 Thread Dan McGregor via lists.openembedded.org
From: Daniel McGregor Reduce diffs against upstream by using the service files provided by them. This reduces our dependence on patches that simply change the names of a service. This also changes the way some nfs options get set for systemd, it introduces the nfs.conf file for configuration, whi

[OE-core] [PATCH 1/4] nfs-utils: clean up startup

2025-02-12 Thread Dan McGregor via lists.openembedded.org
From: Daniel McGregor Change the sysvinit script to start at the S runlevel, this matches Debian, and prevents systemd from generating a unit file for it. Also have the nfsd systemd service request the nfsd kernel filesystem mountpoint. This avoids startup failures in unpriviled containers or oth

[OE-core] [PATCH 4/4] nfs-utils: Start nfsv4 utilities with sysvinit

2025-02-12 Thread Dan McGregor via lists.openembedded.org
From: Daniel McGregor Rewrite the nfs sysvinit scripts to start the services required by nfsv4: gssd, idmapd, and statd. Signed-off-by: Daniel McGregor --- .../nfs-utils/nfs-utils/nfscommon | 294 +++--- .../nfs-utils/nfs-utils/nfsserver | 43 ++- 2 files c

[OE-core] [kirkstone] [PATCH 0/1] Backport: scritps/runqemu: Ensure we only have two serial ports

2025-02-12 Thread Ming Liu via lists.openembedded.org
We are blocking by a issue when trying to pass our own '-serial' to qemu, back port the fix to kirkstone. Richard Purdie (1): scritps/runqemu: Ensure we only have two serial ports scripts/runqemu | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) -- 2.43.0 -=-=-=-=-=-

Re: [OE-core][PATCH] classes/create-spdx-2.2: Fix SPDXDIR affecting multiconfig machines

2025-02-12 Thread Joshua Watt via lists.openembedded.org
Based on this patch, I'm guessing you're not working off of master? The patch doesn't apply to the latest master version because a lot of the variables in create-spdx-2.2 were moved to spdx-common.bbclass. I tried the reproduction steps on master and it seems to work OK, but I'll keep trying; can