Re: [oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-03-27 Thread Khem Raj
Thanks for reworking the patch, there however is still one error popping up when ptests distro feature is enabled https://snips.sh/f/bftvz4ANO6 This patch fixes it, but I would like to see if this warning is already fixed or can be fixed. https://snips.sh/f/pRVar8hlif On Wed, Mar 27, 2024 at

Re: [oe][meta-webserver][kirkstone][PATCH 1/1] nginx: upgrade 1.25.2 -> 1.25.3

2024-03-27 Thread Meenali Gupta via lists.openembedded.org
Reminder! From: Khem Raj Sent: 14 December 2023 22:16 To: Gupta, Meenali Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe][meta-webserver][kirkstone][PATCH 1/1] nginx: upgrade 1.25.2 -> 1.25.3 CAUTION: This email comes from a non Wind River

Re: [oe] [meta-oe][scarthgap][PATCH] meta-openemnedded: Add myself as scarthgap maintainer

2024-03-27 Thread Khem Raj
Thanks Armin for maintaining upcoming scarthgap release, its an LTS, I have applied this patch to scarthgap branch now. its currently in sync with master branch but I expect some cherry-picks before the final release. On Mon, Mar 4, 2024 at 7:45 AM Armin Kuster wrote: > > Signed-off-by: Armin

[oe] [meta-oe][PATCH v3] microsoft-gsl: add new recipe including ptest

2024-03-27 Thread Peter Marko via lists.openembedded.org
From: Peter Marko The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL. Signed-off-by: Peter Marko --- v2: adapt conditional ptest

Re: [oe] [meta-gnome][PATCH] gnome-user-share: add recipe

2024-03-27 Thread Khem Raj
this does not work properly with non-systemd distros 09:44:18 ERROR: Nothing PROVIDES 'systemd' (but /mnt/jenkins/workspace/Yocto-world-musl/sources/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb DEPENDS on or otherwise requires it) 09:44:18 systemd was

[oe] [meta-gnome][PATCH] gnome-user-share: add recipe

2024-03-27 Thread Markus Volk
- add it as runtime dependency to gnome-control-center because without it, the file sharing options are hidden. Signed-off-by: Markus Volk --- .../gnome-control-center_46.0.bb | 2 +- .../gnome-user-share/gnome-user-share_43.0.bb | 23 +++ 2 files changed, 24

Re: [oe] [meta-oe][PATCH v2] microsoft-cpr: add new recipe including ptest

2024-03-27 Thread Khem Raj
fails build with clang - https://errors.yoctoproject.org/Errors/Details/761058/ On Tue, Mar 26, 2024 at 2:54 PM Peter Marko via lists.openembedded.org wrote: > > From: Peter Marko > > The Guidelines Support Library (GSL) contains functions > and types that are suggested for use by the C++ Core

[oe] [meta-oe][PATCH] python3-grpcio: cleanup dependencies

2024-03-27 Thread Peter Marko via lists.openembedded.org
From: Peter Marko * setuptools: this is needed only for building * six: no longer needed for some time already, see https://github.com/grpc/grpc/pull/31340 Current requirements: https://github.com/grpc/grpc/blob/v1.62.1/setup.py#L539 Signed-off-by: Peter Marko ---

Re: [oe] [[meta-oe][PATCH]aer-inject:add new recipe] [[meta-oe][PATCH]aer-inject:add new recipe]

2024-03-27 Thread chenheyun
hi i fix it in 109642.like this: " LICENSE = "GPL-2.0-only" +SECTION = "pcie/misc" *+LICENSE = "GPL-2.0-only"* + +LIC_FILES_CHKSUM = "file://README;beginline=25;endline=38;md5=643c2332ec702691a87ba6ea9499b2d6" + +SRC_URI =

[oe] [PATCH] [[meta-oe][PATCH]aer-inject:add new recipe]

2024-03-27 Thread chenheyun
aer-inject allows to inject PCIE AER errors on the software level into a running Linux kernel. This is intended for validation of the PCIE driver error recovery handler and CIE AER core handler. References: https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ Signed-off-by:

[oe][meta-python][PATCH] python3-django: upgrade 4.2.10 -> 4.2.11

2024-03-27 Thread Fathi Boudra
CVE-2024-27351: Potential regular expression denial-of-service in django.utils.text.Truncator.words() Fixed a regression in Django 4.2.10 where intcomma template filter could return a leading comma for string representation of floats. https://code.djangoproject.com/ticket/35172 Signed-off-by:

[oe] [meta-python][PATCH 1/2] python3-typeguard: Upgrade 4.1.5 -> 4.2.1

2024-03-27 Thread Leon Anavi
Upgrade to version 4.2.1: - Fixed missing typing_extensions dependency for Python 3.12 - Fixed deprecation warning in the test suite on Python 3.13 - Added support for specifying options for the pytest plugin via pytest config files - Avoid creating reference cycles when type checking unions -

[oe] [meta-python][PATCH 2/2] python3-cachetools: Upgrade 5.3.2 -> 5.3.3

2024-03-27 Thread Leon Anavi
Upgrade to version 5.3.3: - Documentation improvements - Update CI environment License-Update: Update copyright years to 2024 Signed-off-by: Leon Anavi --- ...ython3-cachetools_5.3.2.bb => python3-cachetools_5.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python][kirkstone][PATCH 3/3] python3-pyyaml-include: Upgrade 1.3.2 -> 1.4.1

2024-03-27 Thread Yu, Mingli
From: Mingli Yu * Upgrade to 1.4.1 to make it work with setuptools 59.x as it doesn't support pep 621 [1], so remove pyproject.toml and add setup.cfg back [2]. * Add python3-toml to RDEPENDS to fix below error: self = def __call__(self): if sys.version_info >= (3, 11):

[oe] [meta-python][kirkstone][PATCH 2/3] python3-pyyaml-include: switch to pytest --automake

2024-03-27 Thread Yu, Mingli
From: Tim Orling * Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling Signed-off-by: Khem Raj (cherry picked from commit 182f31a182f6572a3538b875cec7ee761e2da1e6) Signed-off-by: Mingli Yu --- .../python/python3-pyyaml-include/run-ptest| 2 +-

[oe] [meta-python][kirkstone][PATCH 1/3] python3-pyyaml-include: add initial recipe for version 1.3.2

2024-03-27 Thread Yu, Mingli
From: Derek Straka Add a recipe for the pyyaml-include package that extends PyYAML to include YAML files within YAML files. Add a ptest to run the unit tests and include the tests as part of the package lists in meta-python Signed-off-by: Derek Straka Signed-off-by: Khem Raj (cherry picked