[OE-core] [PATCH] gstreamer1.0-plugins-bad: rename onevpl-intel-gpu -> vpl-gpu-rt

2024-05-14 Thread Naveen Saini
Upstream has been renamed to vpl-gpu-rt. Signed-off-by: Naveen Saini --- .../gstreamer/gstreamer1.0-plugins-bad_1.22.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.11.bb b/meta/recipes-mult

[OE-core][kirkstone][PATCH 1/1] bluez5: Fix CVE-2023-50230, CVE-2023-50229 and CVE-2023-27349

2024-05-14 Thread Soumya via lists.openembedded.org
From: Soumya Sambu CVE-2023-50230: BlueZ Phone Book Access Profile Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of BlueZ. User interaction is required to exploit this vulner

[OE-core][kirkstone][PATCH 1/1] libarchive: fix CVE-2024-26256

2024-05-14 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade libarchive Remote Code Execution Vulnerability References: https://nvd.nist.gov/vuln/detail/CVE-2024-26256 https://bugzilla.suse.com/show_bug.cgi?id=CVE-2024-26256 Signed-off-by: Yogita Urade --- .../libarchive/CVE-2024-26256.patch | 29 +++ .../li

Re: [OE-core] [PATCH] ipk/rootfs: run sanity test of multilib in parallel

2024-05-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This reliably fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/9008/steps/20/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/9012/steps/20/logs/stdio On 13/05/2024 13:37:52+, Seungkyun Kim wrote: > From: "seungky

[OE-core] [PATCH v2 2/3] selftest/classes: add localpkgfeed class

2024-05-14 Thread Ross Burton
This class can be used to construct a subset of a deployed package feed for use in tests which iterate the deploy directory, and as such a huge feed of 30K+ packages can result in very slow tests. Signed-off-by: Ross Burton --- meta-selftest/classes/localpkgfeed.bbclass | 27

[OE-core] [PATCH v2 1/3] lib/oe/package-manager: allow including self in create_packages_dir

2024-05-14 Thread Ross Burton
This function is typically used to construct a limited feed for image creation, but there are other cases when you might want a limited feed and include the current recipe's packages in it. To ensure that existing behaviour is preserved, add a boolean to control this behaviour and default it to Fa

[OE-core] [PATCH v2 3/3] oeqa/selftest/debuginfod: use localpkgfeed to speed server startup

2024-05-14 Thread Ross Burton
Sometimes the debuginfod selftest fails due to a timeout, because it spends too long scanning a huge deploy directory that due to what tests were ran previously can contain 30K packages. The test only needs a subset of the feed, so use the new localpkgfeed class to construct a minimal feed before

[OE-core] [PATCH] enchant2: upgrade to 2.7.3

2024-05-14 Thread Ross Burton
Upstream NEWS: This release is made with Vala 0.56.17 (previous versions were made with 0.56.0). This works around a bug in `valac` that generates code which causes an error in GCC >=14 and Clang >= 16. Signed-off-by: Ross Burton --- .../enchant/{enchant2_2.7.2.bb => enchant2_2.7.3.bb}

Re: [OE-core] [PATCH v2 07/11] kea: Remove -fvisibility-inlines-hidden from C++ flags

2024-05-14 Thread Alexander Kanavin
Can you also try webkitgtk please? It's directly in core, no extra layer or special setup needed. Alex On Tue, 14 May 2024 at 17:43, Khem Raj wrote: > > On Tue, May 14, 2024 at 8:25 AM Randy MacLeod > wrote: > > > > On 2024-05-07 3:56 p.m., Alexander Kanavin via lists.openembedded.org wrote: >

Re: [OE-core] Debugging rust oe-selftest failures

2024-05-14 Thread Randy MacLeod via lists.openembedded.org
On 2024-04-05 7:28 a.m., Alex Kiernan via lists.openembedded.org wrote: On Thu, Apr 4, 2024 at 10:07 AM Yash Shinde via lists.openembedded.org wrote: On Wed, Apr 3, 2024 at 05:51 PM, Alex Kiernan wrote: Hi Sundeep (or anyone else with insight on this!) How do you go about debugging rust oe-s

Re: [OE-core] [PATCH v2 07/11] kea: Remove -fvisibility-inlines-hidden from C++ flags

2024-05-14 Thread Khem Raj
On Tue, May 14, 2024 at 8:25 AM Randy MacLeod wrote: > > On 2024-05-07 3:56 p.m., Alexander Kanavin via lists.openembedded.org wrote: > > On Tue, 7 May 2024 at 18:13, Khem Raj wrote: > > Firstly I am inclined towards removing it if we can, since I think it should > be > packages to decide to use

Re: [OE-core] [PATCH v2 07/11] kea: Remove -fvisibility-inlines-hidden from C++ flags

2024-05-14 Thread Randy MacLeod via lists.openembedded.org
On 2024-05-07 3:56 p.m., Alexander Kanavin via lists.openembedded.org wrote: On Tue, 7 May 2024 at 18:13, Khem Raj wrote: Firstly I am inclined towards removing it if we can, since I think it should be packages to decide to use it, then they can maintain it better from testing POV, However, the

[yocto] Yocto Project Status 14 May 2024 (WW20)

2024-05-14 Thread Stephen Jolley
Current Dev Position: YP 5.1 M1 Next Deadline: YP 5.1 M1 Build 20 May 2024 Next Team Meetings: - Bug Triage meeting Thursday May 16th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday May 14th at 8 am PST

[OE-core] [PATCH 3/3] oeqa/selftest/debuginfod: use localpkgfeed to speed server startup

2024-05-14 Thread Ross Burton
Sometimes the debuginfod selftest fails due to a timeout, because it spends too long scanning a huge deploy directory that due to what tests were ran previously can contain 30K packages. The test only needs a subset of the feed, so use the new localpkgfeed class to construct a minimal feed before

[OE-core] [PATCH 2/3] selftest/classes: add localpkgfeed class

2024-05-14 Thread Ross Burton
This class can be used to construct a subset of a deployed package feed for use in tests which iterate the deploy directory, and as such a huge feed of 30K+ packages can result in very slow tests. Signed-off-by: Ross Burton --- meta-selftest/classes/localpkgfeed.bbclass | 27

[OE-core] [PATCH 1/3] lib/oe/package-manager: allow including self in create_packages_dir

2024-05-14 Thread Ross Burton
This function is typically used to construct a limited feed for image creation, but there are other cases when you might want a limited feed and include the current recipe's packages in it. To ensure that existing behaviour is preserved, add a boolean to control this behaviour and default it to Fa

[OE-core][kirkstone][PATCH] classes: go-mod: do not pack go mod cache

2024-05-14 Thread Jose Quaresma
From: Stefan Herbrechtsmeier Clean go module cache from builddir to prevent it of beeing packed. Signed-off-by: Stefan Herbrechtsmeier Signed-off-by: Lukas Funke Signed-off-by: Alexandre Belloni (cherry picked from commit 328bea56dec8f83b5c118f567e122510f9243087) Signed-off-by: Jose Quaresma

[OE-core][kirkstone][PATCH 2/2] go.bbclass: fix path to linker in native Go builds

2024-05-14 Thread Jose Quaresma
From: Dmitry Baryshkov Building native Go tools results in the tool pointing to the wrong location of dynamic linker (see below). The linker is looked up in the temporary dir, which can be removed if rm_work is inherited. This results in being unable to execute the program with the 'No such file

[OE-core][kirkstone][PATCH 1/2] go: Always pass interpreter to linker

2024-05-14 Thread Jose Quaresma
From: Joerg Vehlow When gos internal linker is used, it uses hardcoded paths to the interpreter (dynamic linker). For x86_64 this hardcoded path is /lib64/ld-linux-x86-64.so.2, but yocto's default dynamic linker path is /lib64/ld-linux-x86-64.so.2. Most of the time, the internal linker is not use

[OE-core] [PATCH] devtool: modify: Catch git submodule error for go code

2024-05-14 Thread Ola x Nilsson
From: Anton Almqvist One of the git submodule commands failed for source extracted for recipes using go.bbclass. The root cause is probably the path set up by go_do_unpack which makes S and gitroot not match. This patch does not fix the root problem, but at least it is no worse than before the