[oe] [meta-gnome][PATCH] gnome-remote-desktop: Upgrade 44.2 -> 45.0

2023-09-29 Thread Markus Volk
Signed-off-by: Markus Volk --- ...me-remote-desktop_44.2.bb => gnome-remote-desktop_45.0.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-remote-desktop/{gnome-remote-desktop_44.2.bb => gnome-remote-desktop_45

Re: [oe] [meta-oe][PATCH] libnfs: dont install libnfs-config.cmake

2023-09-29 Thread Markus Volk
On Fri, Sep 29 2023 at 11:00:33 AM -07:00:00, Khem Raj wrote: so I removed it locally with clang and it seems to work for couple of arches arm64/x86_64 Should I send a v2 and remove the CFLAG? Since you can build for arm64, maybe the problem is on my side? I am not really in need of this hack

[oe] [meta-filesystems][PATCH v2 3/3] overlayfs-tools: Install fsck binary

2023-09-29 Thread Vyacheslav Yurkov
Two projects, overlayfs-tools and overlayfs-progs, were combined upstream. Signed-off-by: Vyacheslav Yurkov --- ...-Makefile-proper-location-of-LDFLAGS.patch | 32 --- .../overlayfs/overlayfs-progs_git.bb | 32 --- .../overlayfs/overlayfs-tools_git.bb

[oe] [meta-filesystems][PATCH v2 2/3] overlayfs-tools: Bump up the version

2023-09-29 Thread Vyacheslav Yurkov
Drop the patches, they have been merged upstream. Signed-off-by: Vyacheslav Yurkov --- ...-so-that-it-compiles-on-Ubuntu-20.04.patch | 43 --- .../0002-makefile-fix-linking-flags.patch | 33 -- .../overlayfs/overlayfs-tools_git.bb | 4 +- 3 files changed

[oe] [meta-filesystems][PATCH v2 1/3] overlayfs-tools: Drop unneeded dependency

2023-09-29 Thread Vyacheslav Yurkov
Signed-off-by: Vyacheslav Yurkov --- meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb b/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb index eb6e4963

[oe] [meta-python][PATCH] python3-flask-cors: add initial version of the recipe for 4.0.0

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python3-flask-cors_4.0.0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb diff --git a/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.

Re: [oe] [meta-oe][PATCH] libnfs: dont install libnfs-config.cmake

2023-09-29 Thread Markus Volk
On Fri, Sep 29 2023 at 11:00:33 AM -07:00:00, Khem Raj wrote: so I wonder how to reproduce the error this option suppresses. I encountered both issues when building for aarch64 raspberrypi4 with up to date branches. The first one happens to me, if I try to build recent kodi for other platf

[oe] [meta-python][PATCH 2/2] python3-boto3: add recipe for latest version of boto3

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python3-boto3_1.28.57.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb diff --git a/meta-python/recipes-devtools/python/python3-boto3_1.28.57.bb b/m

[oe] [meta-python][PATCH 1/2] python3-botocore: add recipe for latest version of botocore

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python3-botocore_1.31.57.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-botocore_1.31.57.bb diff --git a/meta-python/recipes-devtools/python/python3-botocore_1.31.57.

[oe] [meta-python][PATCH] python3-nacl: Add recipe for the latest release of PyNaCl

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/python3-nacl_1.5.0.bb | 25 +++ 1 file changed, 25 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-nacl_1.5.0.bb b/meta-py

[oe] [meta-python][PATCH] python3-parse-type: update version 0.5.2 -> 0.6.2

2023-09-29 Thread Derek Straka
Verify the license remains the same and update the checksum Remove python-six runtime dependency Signed-off-by: Derek Straka --- ...rse-type_0.5.2.bb => python3-parse-type_0.6.2.bb} | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) rename meta-python/recipes-devtools/python/{py

[oe] [meta-python][PATCH] python3-google-auth: update version 2.23.0 -> 2.23.1

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- ...hon3-google-auth_2.23.0.bb => python3-google-auth_2.23.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.23.0.bb => python3-google-auth_2.23.1.bb} (87%) diff --git a/meta-python/recip

[oe] [meta-python][PATCH] python3-google-api-python-client: update version 2.100.0 -> 2.101.0

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- ...t_2.100.0.bb => python3-google-api-python-client_2.101.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.100.0.bb => python3-google-api-python-client_2.101.0.bb} (86%) d

[oe] [meta-python][PATCH] python3-google-api-core: update version 2.12.0

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- ...gle-api-core_2.11.1.bb => python3-google-api-core_2.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-core_2.11.1.bb => python3-google-api-core_2.12.0.bb} (86%) diff --git a/meta-pyt

[oe] [meta-python][PATCH] python3-flask: update version 2.3.2 -> 2.3.3

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/{python3-flask_2.3.2.bb => python3-flask_2.3.3.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask_2.3.2.bb => python3-flask_2.3.3.bb} (84%) diff --git a/meta-python/recipes-devtools/p

[oe] [PATCH 2/2 v2][meta-oe] vboxguestdrivers: fix kernel v6.5 build

2023-09-29 Thread Bruce Ashfield
From: Bruce Ashfield When building against the 6.5 kernel (and kernel headers), the following build error is encountered: | vboxguestdrivers/7.0.10/vboxguestdrivers-7.0.10/vboxvideo/vbox_fb.c:194:24: error: 'drm_fb_helper_sys_fillrect' undeclared here (not in a function); did you mean 'drm

[oe] [PATCH 1/2 v2][meta-oe][meta-filsystems] zfs: update to v2.2.0-rc4

2023-09-29 Thread Bruce Ashfield
From: Bruce Ashfield Building against the 6.5+ kernel and headers resulted in a build failure due to missing detected features. We can fix the issues by bumping to 2.2.0-rc4 Bumping zfs to version zfs-2.2.0-rc4-35-g229ca7d73, which comprises the following commits: 739db06ce Tag 2.2.0-rc4

Re: [oe] /home/bruce/rr.meta-oe/0002-vboxguestdrivers-fix-kernel-v6.5-build.patchFrom 2981fa9167f70444f657c53d80f23496b209b5bd Mon Sep 17 00:00:00 2001

2023-09-29 Thread Bruce Ashfield
Looks like the scripts went nuts on the subject! I'll resend a v2 with something that doesn't need to be manually fixed! Bruce On Fri, Sep 29, 2023 at 3:50 PM wrote: > Building against the 6.5+ kernel and headers resulted in a build failure > due to missing detected features. We can fix the is

[oe] [meta-python][PATCH] python3-astroid: update version 2.16.6 -> 3.0.0

2023-09-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-astroid_2.15.6.bb => python3-astroid_3.0.0.bb}| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.15.6.bb => python3-astroid_3.0.0.bb} (87%) diff --git a/meta-python/recipes-devto

[oe] /home/bruce/rr.meta-oe/0002-vboxguestdrivers-fix-kernel-v6.5-build.patchFrom 2981fa9167f70444f657c53d80f23496b209b5bd Mon Sep 17 00:00:00 2001

2023-09-29 Thread Bruce Ashfield
Building against the 6.5+ kernel and headers resulted in a build failure due to missing detected features. We can fix the issues by bumping to 2.2.0-rc4 Bumping zfs to version zfs-2.2.0-rc4-35-g229ca7d73, which comprises the following commits: 739db06ce Tag 2.2.0-rc4 4da8c7d11 Intel QAT

[oe] [PATCH 2/2] vboxguestdrivers: fix kernel v6.5 build

2023-09-29 Thread Bruce Ashfield
From: Bruce Ashfield When building against the 6.5 kernel (and kernel headers), the following build error is encountered: | vboxguestdrivers/7.0.10/vboxguestdrivers-7.0.10/vboxvideo/vbox_fb.c:194:24: error: 'drm_fb_helper_sys_fillrect' undeclared here (not in a function); did you mean 'drm

Re: [oe] [meta-oe][PATCH] libnfs: dont install libnfs-config.cmake

2023-09-29 Thread Khem Raj
On Thu, Sep 28, 2023 at 4:36 PM Markus Volk wrote: > > kodi uses its own FindNFS.cmake to find libnfs and succeeds with pkgconfig. > If libnfs-config.cmake is found it will also be utilized (for win/mac?) > which is generally bad for cross-compiling and causes the prefix to get > hardcoded > to /

Re: [oe] [meta-filesystems][PATCH 3/3] overlayfs-tools: Install fsck binary

2023-09-29 Thread Vyacheslav Yurkov
Thanks for catching this. I'd rather change the dependency in V2. Slava On Fri, Sep 29, 2023, 10:22 Khem Raj wrote: > On Fri, Sep 29, 2023 at 6:38 AM Vyacheslav Yurkov > wrote: > > > > Two projects, overlayfs-tools and overlayfs-progs, were combined > > upstream. > > Merging into one is fine h

[oe][meta-networking][kirkstone][PATCH V2 3/3] samba:fix CVE-2023-34967

2023-09-29 Thread Polampalli, Archana via lists.openembedded.org
Signed-off-by: Archana Polampalli --- .../samba/samba/CVE-2023-34967_0001.patch | 178 ++ .../samba/samba/CVE-2023-34967_0002.patch | 125 .../samba/samba_4.14.14.bb| 2 + 3 files changed, 305 insertions(+) create mode 100644 meta-netwo

[oe][meta-networking][kirkstone][PATCH V2 2/3] samba: fix CVE-2022-2127

2023-09-29 Thread Polampalli, Archana via lists.openembedded.org
Signed-off-by: Archana Polampalli --- .../samba/samba/CVE-2022-2127.patch | 44 +++ .../samba/samba_4.14.14.bb| 1 + 2 files changed, 45 insertions(+) create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2022-2127.patch diff --g

[oe][meta-networking][kirkstone][PATCH V2 1/3] samba: fix CVE-2023-34966

2023-09-29 Thread Polampalli, Archana via lists.openembedded.org
Signed-off-by: Archana Polampalli --- .../samba/samba/CVE-2023-34966_0001.patch | 78 ++ .../samba/samba/CVE-2023-34966_0002.patch | 140 ++ .../samba/samba_4.14.14.bb| 2 + 3 files changed, 220 insertions(+) create mode 100644 meta-network

[oe][meta-oe][kirkstone][PATCH 3/3] samba:fix CVE-2023-34967

2023-09-29 Thread Polampalli, Archana via lists.openembedded.org
Signed-off-by: Archana Polampalli --- .../samba/samba/CVE-2023-34967_0001.patch | 178 ++ .../samba/samba/CVE-2023-34967_0002.patch | 125 .../samba/samba_4.14.14.bb| 2 + 3 files changed, 305 insertions(+) create mode 100644 meta-netwo

[oe][meta-oe][kirkstone][PATCH 2/3] samba: fix CVE-2022-2127

2023-09-29 Thread Polampalli, Archana via lists.openembedded.org
Signed-off-by: Archana Polampalli --- .../samba/samba/CVE-2022-2127.patch | 44 +++ .../samba/samba_4.14.14.bb| 1 + 2 files changed, 45 insertions(+) create mode 100644 meta-networking/recipes-connectivity/samba/samba/CVE-2022-2127.patch diff --g

[oe][meta-oe][kirkstone][PATCH 1/3] samba: fix CVE-2023-34966

2023-09-29 Thread Polampalli, Archana via lists.openembedded.org
Signed-off-by: Archana Polampalli --- .../samba/samba/CVE-2023-34966_0001.patch | 78 ++ .../samba/samba/CVE-2023-34966_0002.patch | 140 ++ .../samba/samba_4.14.14.bb| 2 + 3 files changed, 220 insertions(+) create mode 100644 meta-network

[oe] [PATCH] bolt: disable CVE checking for this recipe

2023-09-29 Thread Jeffrey Pautler
This bolt product does not currently have an entry in the CVE database. However, the default cve-check logic that maps recipes to products in the CVE database is incorrectly matching this package to a different bolt product made by bolt-cms. As a result, CVE checking incorrectly reports CVEs for th

Re: [oe] [meta-networking][PATCHv4] recipes-connectivity: Add tayga recipe

2023-09-29 Thread Khem Raj
On Fri, Sep 29, 2023 at 6:33 AM Pawel Langowski wrote: > > Recipe for TAYGA - an out-of-kernel stateless NAT64 implementation for Linux > > Signed-off-by: Pawel Langowski > --- > .../tayga/files/0001-include-sys-uio.patch| 10 ++ > .../tayga/files/tayga.conf| 103 +++

Re: [oe] [meta-filesystems][PATCH 3/3] overlayfs-tools: Install fsck binary

2023-09-29 Thread Khem Raj
On Fri, Sep 29, 2023 at 6:38 AM Vyacheslav Yurkov wrote: > > Two projects, overlayfs-tools and overlayfs-progs, were combined > upstream. Merging into one is fine however there are dependencies on overlayfs-progs so perhaps we need to add RPROVIDES = "overlayfs-progs" to overlayfs-tools_git.bb an

[oe] Yocto Project Summit CFP closes Monday, October 2nd

2023-09-29 Thread Josef Holzmayr
The countdown is ticking! At the moment the CFP for the Yocto Project Summit 2023.11 is still open, but will close on Monday, October 2nd, 2023. So made sure to submit this weekend! https://summit.yoctoproject.org/yocto-project-summit-2023-11/cfp -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mes

[oe] [meta-oe][PATCH 2/2] meta-oe/dynamic-layers: add one more missing Upstream-Status and fix one malformed

2023-09-29 Thread Martin Jansa
* even openembedded-core/scripts/yocto-check-layer didn't spot missing Upstream-Status in: /OE/layers/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/7_6.diff nor Malformed Upstream-Status 'Malformed Upstream-Status in patch /OE/layers/meta

[oe] [meta-oe][PATCH 1/2] meta-oe/dynamic-layers: add Upstream-Status where missing

2023-09-29 Thread Martin Jansa
* I was using openembedded-core/scripts/contrib/patchreview.py to find missing Upstream-Status, but that doesn't find .patch files in dynamic-layers * now with openembedded-core/scripts/yocto-check-layer it reported couple more missing: INFO: test_patches_upstream_status (common.CommonCheckLa

Re: [oe] [meta-oe][PATCH 1/2] dlt-daemon:

2023-09-29 Thread Gianfranco
I sent a new patch serie. For now better keep it disabled as default until I finish writing the code. On Fri, Sep 29, 2023, 15:22 Khem Raj wrote: > thanks, do we still need the arm fix? it would be good if you resend > the whole series as v2 and so on. > > On Thu, Sep 28, 2023 at 10:24 PM Gianfr

[oe] [meta-filesystems][PATCH 3/3] overlayfs-tools: Install fsck binary

2023-09-29 Thread Vyacheslav Yurkov
Two projects, overlayfs-tools and overlayfs-progs, were combined upstream. Signed-off-by: Vyacheslav Yurkov --- ...-Makefile-proper-location-of-LDFLAGS.patch | 32 --- .../overlayfs/overlayfs-progs_git.bb | 32 --- .../overlayfs/overlayfs-tools_git.bb

[oe] [meta-filesystems][PATCH 2/3] overlayfs-tools: Bump up the version

2023-09-29 Thread Vyacheslav Yurkov
Drop the patches, they have been merged upstream. Signed-off-by: Vyacheslav Yurkov --- ...-so-that-it-compiles-on-Ubuntu-20.04.patch | 43 --- .../0002-makefile-fix-linking-flags.patch | 33 -- .../overlayfs/overlayfs-tools_git.bb | 4 +- 3 files changed

[oe] [meta-filesystems][PATCH 1/3] overlayfs-tools: Drop unneeded dependency

2023-09-29 Thread Vyacheslav Yurkov
Signed-off-by: Vyacheslav Yurkov --- meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb b/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb index eb6e4963

[oe] [meta-networking][PATCHv4] recipes-connectivity: Add tayga recipe

2023-09-29 Thread Pawel Langowski
Recipe for TAYGA - an out-of-kernel stateless NAT64 implementation for Linux Signed-off-by: Pawel Langowski --- .../tayga/files/0001-include-sys-uio.patch| 10 ++ .../tayga/files/tayga.conf| 103 ++ .../tayga/files/tayga.service | 12 ++

Re: [oe] [meta-oe][PATCH 1/2] dlt-daemon:

2023-09-29 Thread Khem Raj
thanks, do we still need the arm fix? it would be good if you resend the whole series as v2 and so on. On Thu, Sep 28, 2023 at 10:24 PM Gianfranco Costamagna wrote: > > Hello, the additional fix is already on patchwork! > > On Fri, Sep 29, 2023, 06:44 Khem Raj wrote: >> >> fails to build on AB >

[oe] [meta-oe][PATCH 2/2] dlt-daemon: also enable experimental coredumphandler feature

2023-09-29 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../dlt-daemon/dlt-daemon/544.patch | 80 +++ .../dlt-daemon/dlt-daemon_2.18.10.bb | 3 + 2 files changed, 83 insertions(+) create mode 100644 meta-oe/recipes-extended/dlt-daemon/dl

[oe] [meta-oe][PATCH 1/2] dlt-daemon:

2023-09-29 Thread Gianfranco
Make sure also without systemd enabled as default, the tools can be built and installed, such as dlt-adaptor, dlt-adaptor-stdin, dlt-adaptor-udp, dlt-examples and dlt-console. They have stub functionalities when systemd is not default, but they can still be used with limited functionalities Rep

[oe] [meta-oe][PATCH 2/2] grpc: set CVE_STATUS for CVE-2023-32732

2023-09-29 Thread SANJAYKUMAR CHITRODA via lists.openembedded.org
From: Sanjay Chitroda CVE was introduced in v1.53.0 and not backported to v1.50.x branch. NVD references PR which introduces the vulnerability: Introduce by: https://github.com/grpc/grpc/pull/32309 (v1.53.x) Signed-off-by: Sanjay Chitroda --- meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb | 2 +

[oe] [meta-oe][PATCH 1/2] Revert "grpc: fix CVE-2023-32732"

2023-09-29 Thread SANJAYKUMAR CHITRODA via lists.openembedded.org
From: Sanjay Chitroda https://github.com/openembedded/meta-openembedded/commit/491b7592f440 commit adds vulnerability instead of fix. As per upstream CVE-2023-32732 has following reference. Introduce by: https://github.com/grpc/grpc/pull/32309 (v1.53.x) Fix by: https://github.com/grpc/grpc/pull

[oe] [meta-oe][kirkstone][PATCH] packagegroup-meta-multimedia: restore x11 restriction for projucer

2023-09-29 Thread Martin Jansa
* it was removed in: https://git.openembedded.org/meta-openembedded/commit/?id=deb11a823c32d4090b3724a589641810e06df6bc * but still needed as shown in world build without x11 in DISTRO_FEATURES: ERROR: Nothing RPROVIDES 'projucer' (but /OE/build/luneos-nanbield/meta-openembedded/meta-multimedia

Re: [oe] [meta-oe][kirkstone][PATCH] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status

2023-09-29 Thread Martin Jansa
Armin: please ignore this one, wrong branch, will send the right one shortly (after coffee). On Fri, Sep 29, 2023 at 12:48 PM Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ > meta-networking/recipes-connectivity

[oe] [meta-oe][kirkstone][PATCH] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status

2023-09-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch| 2 ++ 3 files changed, 6 insertions(+) diff --git a/me