Re: [OE-core] [PATCH] libbsd: Fix conflict error when enable multlib.

2024-03-19 Thread Khem Raj
This causes mg build failures see https://errors.yoctoproject.org/Errors/Details/759473/ On Mon, Mar 18, 2024 at 5:45 PM leimaohui via lists.openembedded.org wrote: > > From: Lei Maohui > > Error: Transaction test error: > file /usr/include/bsd/sys/cdefs.h conflicts between attempted installs

Re: [oe-core][PATCH v3] mesa: enable imagination powervr support

2024-03-19 Thread Randolph Sapp via lists.openembedded.org
On Tue Mar 19, 2024 at 2:58 PM CDT, Randolph Sapp via lists.openembedded.org wrote: > On Tue Mar 19, 2024 at 10:26 AM CDT, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > Allows mesa to be build with Imagination PowerVR support. > > > > Signed-off-by: Marcel Ziswiler > > > > --- > > >

Re: [OE-core][kirkstone][PATCH] openssl: Improve FIPS RSA keygen performac

2024-03-19 Thread Steve Sakoman
On Tue, Mar 19, 2024 at 11:45 AM Randy MacLeod wrote: > > Hi Haitao, et al, > > > Summary: > > I think we could bring these two commits back to kirkstone even though > upstream openssl mtc > does not plan to do so, at least not without "very good reasons". > > but I have some comments and

[OE-core] [PATCH 8/9] linux-yocto/6.6: update to v6.6.22

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 06644f0d7193 drm/tilcdc: Set preferred depth 6a646d9fe8a2 Linux 6.6.22 4a5b5bfea063 KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests 77018fb9efe5 x86/rfds:

[OE-core] [PATCH 9/9] linux-yocto/6.6: update CVE exclusions (6.6.22)

2024-03-19 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 7/9] linux-yocto/6.6: drm/tilcdc: Set preferred depth

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/6.6: 1/1 [ Author: Kevin Hao Email: haoke...@gmail.com Subject: drm/tilcdc: Set preferred depth Date: Tue, 19 Mar 2024 08:35:29 +0800 The commit c91acda3a380 ("drm/gem: Check for valid formats") adds a

[OE-core] [PATCH 6/9] linux-yocto/6.6: cfg: drop unsettable options

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/3 [ Author: Yongxin Liu Email: yongxin@windriver.com Subject: features/vfio: remove CONFIG_VFIO_VIRQFD Date: Mon, 18 Mar 2024 19:10:37 +0800 CONFIG_VFIO_VIRQFD was changed to bool in kernel

[OE-core] [PATCH 5/9] linux-yocto/6.6: update CVE exclusions (6.6.21)

2024-03-19 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 4/9] yocto-bsps: update to v6.6.21

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 06644f0d7193 drm/tilcdc: Set preferred depth 62e5ae5007ef Linux 6.6.21 d6ac0ee5ff95 drm/nouveau: don't fini scheduler before entity flush ece1aaec7f7e

[OE-core] [PATCH 3/9] linux-yocto/6.6: update to v6.6.21

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 62e5ae5007ef Linux 6.6.21 d6ac0ee5ff95 drm/nouveau: don't fini scheduler before entity flush ece1aaec7f7e selftests: mptcp: rm subflow with v4/v4mapped addr

[OE-core] [PATCH 2/9] linux-yocto/6.6: cfg: riscv XHCI

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Khem Raj Email: raj.k...@gmail.com Subject: riscv: Enable XHCI usb Date: Thu, 7 Mar 2024 08:04:18 -0800 This brings it closer to other qemu configs in yocto and help to use usb

[OE-core] [PATCH 0/9] linux-yocto: consolidated pull request

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Richard, This took longer than I wanted but here ar the next set of linux-yocto updates. We have -stable, config tweaks (in particular genericarm64) and a fix for the beaglebone-yocto graphics issue. Rather than sending the yocto-bsp update separately, I included it in

[OE-core] [PATCH 1/9] linux-yocto/6.6: cfg: generic arm64

2024-03-19 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/2 [ Author: Ross Burton Email: ross.bur...@arm.com Subject: cfg/timer/no_hz: set NO_HZ_IDLE instead of NO_HZ Date: Wed, 6 Mar 2024 07:15:44 -0800 NO_HZ was obsoleted in 2011[1] and simply selects

Re: [OE-core][kirkstone][PATCH] openssl: Improve FIPS RSA keygen performac

2024-03-19 Thread Randy MacLeod via lists.openembedded.org
Hi Haitao, et al, Summary: I think we could bring these two commits back to kirkstone even though upstream openssl mtc does not plan to do so, at least not without "very good reasons". but I have some comments and questions below that I'd like you to respond to before sending a v2.

[OE-core] Patchtest results for [PATCH] piglit: Switch to upstreamed patch for musl fix

2024-03-19 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/piglit-Switch-to-upstreamed-patch-for-musl-fix.patch FAIL: test commit message presence: Please include a commit

[OE-core] [PATCH] piglit: Switch to upstreamed patch for musl fix

2024-03-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...clude-libgen.h-on-musl-linux-systems.patch | 83 +++ 1 file changed, 69 insertions(+), 14 deletions(-) diff --git a/meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch

Re: [oe-core][PATCH v3] mesa: enable imagination powervr support

2024-03-19 Thread Randolph Sapp via lists.openembedded.org
On Tue Mar 19, 2024 at 10:26 AM CDT, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Allows mesa to be build with Imagination PowerVR support. > > Signed-off-by: Marcel Ziswiler > > --- > > Changes in v3: > - Add a negative condition to the imagination PACKAGECONFIG as well, > otherwise

Re: [OE-core] [PATCH] pulseaudio: replace "pulseaudio-" with "${PN}-"

2024-03-19 Thread Alexander Kanavin
On Tue, 19 Mar 2024 at 18:11, Daniel Ottiger wrote: > > Sure I try as good as I can: > > pulseaudio is part of my DISTRO_FEATURES, therefore "libao" depends on > pulseaudio. > > As far as I understand that is because in > meta-openembedded/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb

Re: [OE-core] [PATCH] pulseaudio: replace "pulseaudio-" with "${PN}-"

2024-03-19 Thread Martin Jansa
On Tue, Mar 19, 2024 at 6:11 PM Daniel Ottiger via lists.openembedded.org wrote: > > Sure I try as good as I can: > > pulseaudio is part of my DISTRO_FEATURES, therefore "libao" depends on > pulseaudio. > > As far as I understand that is because in >

Re: [OE-core] [PATCH] pulseaudio: replace "pulseaudio-" with "${PN}-"

2024-03-19 Thread Daniel Ottiger via lists.openembedded.org
Sure I try as good as I can: pulseaudio is part of my DISTRO_FEATURES, therefore "libao" depends on pulseaudio. As far as I understand that is because in meta-openembedded/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb I find this lines: PACKAGECONFIG ?=

Re: [OE-core] [PATCH] pulseaudio: replace "pulseaudio-" with "${PN}-"

2024-03-19 Thread Alexander Kanavin
Please dig a little deeper, and inspect the recipes for vorbis tools and libao and their respective source trees. I’m just saying that converting compressed audio files shouldn’t be requiring a sound server and it would be good to understand why it does. Alex On Tue 19. Mar 2024 at 17.30, Daniel

Re: [OE-core] [PATCH] pulseaudio: replace "pulseaudio-" with "${PN}-"

2024-03-19 Thread Daniel Ottiger via lists.openembedded.org
If I remove my bbappend file for enabling native compilation, and I try to build "vorbis-tools-native" I get the following error: bitbake vorbis-tools-native Parsing recipes: 100%

Re: [OE-core] [PATCH] pulseaudio: replace "pulseaudio-" with "${PN}-"

2024-03-19 Thread Alexander Kanavin
Wait, what do vorbis tools need pulseaudio for? It’s an odd dependency, can you check? Alex On Tue 19. Mar 2024 at 17.10, Daniel Ottiger via lists.openembedded.org wrote: > avoid preferred provider warnings when compiling pulseaudio natively. > > Enabling native compilation was done in a

[OE-core] [PATCH] pulseaudio: replace "pulseaudio-" with "${PN}-"

2024-03-19 Thread Daniel Ottiger via lists.openembedded.org
avoid preferred provider warnings when compiling pulseaudio natively. Enabling native compilation was done in a separate bbappend file for pulseadio: BBCLASSEXTEND += "native" pulseaudio is a dependency of vorbis-tools, from which we like to use the native version of oggenc in order to

[oe-core][PATCH v3] mesa: enable imagination powervr support

2024-03-19 Thread Marcel Ziswiler
From: Marcel Ziswiler Allows mesa to be build with Imagination PowerVR support. Signed-off-by: Marcel Ziswiler --- Changes in v3: - Add a negative condition to the imagination PACKAGECONFIG as well, otherwise upstream defaults may result in an incorrect configuration (option being

[yocto] Yocto Project Status 19 March 2024 (WW12)

2024-03-19 Thread Stephen Jolley
Current Dev Position: YP 5.0 M4 - Final Release Next Deadline: 1st April 2024 YP 5.0 M4 build Next Team Meetings: - Bug Triage meeting Thursday March 21st at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync

[OE-core][kirkstone][PATCH] python3-cryptography: Backport fix for CVE-2024-26130

2024-03-19 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Upstream-Status: Backport from https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55 Signed-off-by: Vijay Anusuri --- .../python3-cryptography/CVE-2024-26130.patch | 66 +++ .../python/python3-cryptography_36.0.2.bb | 1

[OE-core] [kirkstone][PATCH] gcc: Backport sanitizer fix for 32-bit ALSR

2024-03-19 Thread Claus Stovgaard
When using the gcc-sanitizers as part of the SDK on a Linux with a newer kernel, the ASAN fails randomly. This was seen on Ubuntu 22.04. This is also described at https://stackoverflow.com/questions/77894856/possible-bug-in-gcc-sanitizers Backport the fix from LLVM project, as gcc has not yet

[OE-core][PATCH v1] elfutils: fix unused variable BUFFER_SIZE

2024-03-19 Thread Jose Quaresma
Fix build break with clang Signed-off-by: Jose Quaresma --- v1: change patch status to backport .../elfutils/elfutils_0.191.bb| 1 + ...iles-fix-unused-variable-BUFFER_SIZE.patch | 36 +++ 2 files changed, 37 insertions(+) create mode 100644

[OE-core][PATCH] elfutils: fix unused variable BUFFER_SIZE

2024-03-19 Thread Jose Quaresma
Fix build break with clang Signed-off-by: Jose Quaresma --- .../elfutils/elfutils_0.191.bb| 1 + ...iles-fix-unused-variable-BUFFER_SIZE.patch | 36 +++ 2 files changed, 37 insertions(+) create mode 100644

Re: [OE-core] [PATCH 23/36] python3-maturin: upgrade 1.4.0 -> 1.5.0

2024-03-19 Thread Alexandre Belloni via lists.openembedded.org
On 13/03/2024 15:08:21+0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > Changelog: > Fix the format_name property and move it from the ArchiveEntry class to the > ArchiveRead class > > Signed-off-by: Wang Mingyu > --- > .../{python3-maturin_1.4.0.bb =>

[oe-core][PATCH] libadwaita: update 1.4.4 -> 1.5.0

2024-03-19 Thread Markus Volk
= Version 1.5.0 = - AdwDialog - Fix widget selection in inspector when presented as a bottom sheet - Fix clicks on the dimming still working with can-closed=true - Demo - Fix in metainfo - Translation updates - Belarusian - Brazilian Portuguese - Danish -