Re: [OE-core] [PATCH v2] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-11 Thread Denys Dmytriyenko
On Sat, Dec 11, 2021 at 10:42:08PM +, Richard Purdie wrote: > On Sat, 2021-12-11 at 14:12 -0500, Denys Dmytriyenko wrote: > > Wayland 1.20.0 is released! > > > > This release contains the following major changes: > > > > - FreeBSD support has been entirely upstreamed and has been added to >

Re: [OE-core] [PATCH v2] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-11 Thread Richard Purdie
On Sat, 2021-12-11 at 14:12 -0500, Denys Dmytriyenko wrote: > Wayland 1.20.0 is released! > > This release contains the following major changes: > > - FreeBSD support has been entirely upstreamed and has been added to > our continuous integration system. > - The autotools build system has been

Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-11 Thread Alexander Kanavin
Looks good now, thanks :) Alex On Sat, 11 Dec 2021 at 17:40, Markus Volk wrote: > Thanks. I've sent a new patch > Am 11.12.21 um 16:53 schrieb Alexander Kanavin: > > Right, then the correct fix is to move all PACKAGECONFIG options to > libva.inc, then set > PACKAGECONFIG ?= "" in

[OE-core] [PATCH v2] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-11 Thread Denys Dmytriyenko
Wayland 1.20.0 is released! This release contains the following major changes: - FreeBSD support has been entirely upstreamed and has been added to our continuous integration system. - The autotools build system has been dropped. Meson has replaced it. - A few protocol additions:

Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-11 Thread Markus Volk
Thanks. I've sent a new patch Am 11.12.21 um 16:53 schrieb Alexander Kanavin: Right, then the correct fix is to move all PACKAGECONFIG options to libva.inc, then set PACKAGECONFIG ?= "" in libva-initial. Alex On Sat, 11 Dec 2021 at 11:00, Markus Volk > wrote:

[OE-core] [PATCH] libva: move PACKAGECONFIG options to libva.inc

2021-12-11 Thread Markus Volk
This fixes an error in libva-initial build if 'systemd' is in DISTRO_FEATURES and libdrm is set to be built with udev support. | Run-time dependency xfixes found: NO (tried pkgconfig and cmake) | Run-time dependency wayland-client found: YES 1.19.0 | Program wayland-scanner

Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-11 Thread Alexander Kanavin
Right, then the correct fix is to move all PACKAGECONFIG options to libva.inc, then set PACKAGECONFIG ?= "" in libva-initial. Alex On Sat, 11 Dec 2021 at 11:00, Markus Volk wrote: > I was able to narrow the issue down a little bit. I can reproduce it with > plain poky by adding this to

Re: [OE-core] The state of DKMS in the Yocto community

2021-12-11 Thread Bruce Ashfield
On Fri, Dec 10, 2021 at 3:58 PM Alex Stewart wrote: > > Hey List, > > I'm trying to work out the mysterious state of DKMS in OE-Core. > > Our (NI) OE distributions rely heavily on DKMS to (un)install our > ecosystem of kernel drivers at runtime across our product lines. To > facilitate that, we

Re: [OE-core] [oe] Help with Inclusive Language in OpenEmbedded/Yocto Project

2021-12-11 Thread Armin Kuster
On 12/6/21 5:01 PM, Jon Mason wrote: > This email is a follow-up from the session held on Friday at the > OpenEmbedded Developer's Virtual Meeting (see > https://www.openembedded.org/wiki/OEDVM_Nov_2021) > > The session was not recorded, but the slides can be found at >

Re: [OE-core] The state of DKMS in the Yocto community

2021-12-11 Thread Leon Woestenberg
Hello Alex, with DKMS, do you mean cross-compiling out-of-kernel modules on the build machine (that runs the Yocto/OpenEmbedded driven build)? Or do you mean provisioning the target with enough tools to allow compiling out-of-kernel modules there from source? In the first case, yes, I can share

[OE-core] [PATCH v2] puzzles: Upgrade to latest git with patches merged

2021-12-11 Thread Richard Purdie
This upgrades to the latest upstream version where our fixes have equivalent fixes merged upstream so our patches are no longer needed. Signed-off-by: Richard Purdie --- ...Check-for-excessive-values-to-malloc.patch | 45 ...01-map-Fix-stringop-overflow-warning.patch | 34 -

[OE-core] [PATCH] puzzles: Upgrade to latest git with patches merged

2021-12-11 Thread Richard Purdie
This upgrades to the latest upstream version where several of our fixes have equivalent fixes merged upstream. The remaining patch should be fixed soon to. Signed-off-by: Richard Purdie --- ...Check-for-excessive-values-to-malloc.patch | 45

Re: [OE-core] [poky][dunfell][PATCH] busybox: Fix multiple security issues in awk

2021-12-11 Thread Ranjitsinh Rathod
Hi Steve, Just sent a v2 patch for this after rebasing and removing the patch fuzz warning. Thanks, Ranjitsinh Rathod -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#159564): https://lists.openembedded.org/g/openembedded-core/message/159564 Mute

[OE-core] [meta][dunfell][PATCH v2] busybox: Fix multiple security issues in awk

2021-12-11 Thread Ranjitsinh Rathod
From: Sana Kazi CVE-2021-423xx-awk.patch fixes below listed CVEs for busybox: CVE-2021-42378, CVE-2021-42379, CVE-2021-42380, CVE-2021-42381, CVE-2021-42382, CVE-2021-42384, CVE-2021-42385, CVE-2021-42386 Signed-off-by: Sana Kazi Signed-off-by: Ranjitsinh Rathod Signed-off-by: Ranjitsinh

Re: [OE-core] [PATCH] wayland: upgrade 1.19.0 -> 1.20.0

2021-12-11 Thread Richard Purdie
On Thu, 2021-12-09 at 17:30 -0500, Denys Dmytriyenko wrote: > Wayland 1.20.0 is released! > > This release contains the following major changes: > > - FreeBSD support has been entirely upstreamed and has been added to > our continuous integration system. > - The autotools build system has been

Re: [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-11 Thread Markus Volk
I was able to narrow the issue down a little bit. I can reproduce it with plain poky by adding this to local.conf PACKAGECONFIG:append:pn-libdrm = " udev" DISTRO_FEATURES:append = " systemd" and do 'bitbake libva-initial' Am 10.12.21 um 16:47 schrieb Khem Raj: On Fri, Dec 10, 2021 at

Re: [OE-core] [PATCH 10/29] meson: upgrade 0.60.1 -> 0.60.2

2021-12-11 Thread Alexander Kanavin
Perhaps meta-oe build in the AB should be adjusted? https://git.yoctoproject.org/yocto-autobuilder-helper/tree/config.json#n907 Alex On Sat, 11 Dec 2021 at 03:42, Khem Raj wrote: > On Fri, Dec 10, 2021 at 9:01 AM Khem Raj wrote: > > > > this breaks gjs also see