[OE-core][PATCH] graphene: remove introspection from PACKAGECONFIG

2023-02-16 Thread Petr Kubizňák
Assignment of "introspection" as default PACKAGECONFIG value does not reflect gobject-introspection being globally enabled or disabled. As a result, graphene compilation used to fail when g-i was disabled. Use standard means to enable or disable introspection based on machine and distro features,

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.23.rc1)

2023-02-16 Thread Jing Hui Tham
Hi All, QA for yocto- 3.1.23.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

[OE-core] [PATCH 3/3] python3-cryptography{-vectors}: 39.0.0 -> 39.0.1

2023-02-16 Thread Tim Orling
https://cryptography.io/en/latest/changelog/#v39-0-1 39.0.1 - 2023-02-07 * SECURITY ISSUE - Fixed a bug where Cipher.update_into accepted Python buffer protocol objects, but allowed immutable buffers. CVE-2023-23931 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.8.

[OE-core] [PATCH 2/3] python3-typing-extensions: upgrade 4.4.0 -> 4.5.0

2023-02-16 Thread Tim Orling
https://github.com/python/typing_extensions/blob/main/CHANGELOG.md#release-450-february-14-2023 Release 4.5.0 (February 14, 2023) * Runtime support for PEP 702, adding typing_extensions.deprecated. Patch by Jelle Zijlstra. * Add better default value for TypeVar default parameter, PEP 696.

[OE-core] [PATCH 1/3] python3-hypothesis: upgrade 6.66.0 -> 6.68.1

2023-02-16 Thread Tim Orling
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-68-1 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-68-0 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-67-1 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-67-0 Signed-off-by: Tim Orling --- All

[OE-core] [PATCH 0/3] Recipe upgrades from AUH 2023-02-16

2023-02-16 Thread Tim Orling
Recipe upgrades from the AUH run on 2023-02-16 The following changes since commit 44311c454d0b0856f58cfa6fa60669903b2ba3af: yocto-bsps: remove 5.19 bbappend (2023-02-15 10:21:35 +) are available in the Git repository at: https://git.yoctoproject.org/poky-contrib timo/recipe-upgrades

Re: [OE-core] [PATCH 1/2] oeqa/utils/qemurunner: change the serial runner usage

2023-02-16 Thread Alexandre Belloni via lists.openembedded.org
I applied just this one, as the other one doesn't apply and most of the builds failed with an error similar to this one; 2023-02-16 09:14:29,678 - oe-selftest - INFO - == 2023-02-16 09:14:29,678 - oe-selftest - INFO - ERROR:

Re: [OE-core] [PATCH 3/3] python3-pytest: add BBCLASSEXTEND

2023-02-16 Thread Jose Quaresma
Hi Ross, Ross Burton escreveu no dia quinta, 16/02/2023 à(s) 15:10: > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/python/python3-pytest_7.2.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/python/python3-pytest_7.2.1.bb >

Re: [OE-core] [PATCH] wic: Fix populating of IMAGE_EFI_BOOT_FILES with uefi-kernel

2023-02-16 Thread Pavel Zhukov
"Richard Purdie" writes: > On Thu, 2023-02-16 at 13:23 +0100, Pavel Zhukov wrote: >> wic plugin crashed if IMAGE_EFI_BOOT_FILES is not empty and uefi-kernel >> loader specified because of preliminary return from the function. >> [Yocto #15033] >> Fixes: >> > File >> >

Re: [OE-core] [PATCH 1/3] python3-atomicwrites: add BBCLASSEXTEND

2023-02-16 Thread Richard Purdie
On Thu, 2023-02-16 at 15:10 +, Ross Burton wrote: You can do better than this :) *Why*? I can tell from 3/3 but it would be nice to see it explained here. Cheers, Richard > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 2 ++ > 1 file

Re: [OE-core] [PATCH] create-spdx: Add check for variable contents along with quotes

2023-02-16 Thread Saul Wold
On 2/16/23 07:25, Joshua Watt wrote: On Wed, Feb 15, 2023 at 6:31 PM Saul Wold wrote: This adds a check to ensure we that if a variable is empty it gets an empty string, this also adds quotes to indicate the variable contents. "comment": "CUSTOM_SPECIAL=''" or

Re: [OE-core] [PATCH] create-spdx: Add check for variable contents along with quotes

2023-02-16 Thread Joshua Watt
On Wed, Feb 15, 2023 at 6:31 PM Saul Wold wrote: > > This adds a check to ensure we that if a variable is > empty it gets an empty string, this also adds quotes > to indicate the variable contents. > > "comment": "CUSTOM_SPECIAL=''" > or > "comment": "CUSTOM_SPECIAL= 'variable

[OE-core] [PATCH 2/3] python3-iniconfig: add BBCLASSEXTEND

2023-02-16 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb index ca50ebbc352..2abeec62f4c 100644

[OE-core] [PATCH 1/3] python3-atomicwrites: add BBCLASSEXTEND

2023-02-16 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index d4d15cea509..9f58a4bf1ff

[OE-core] [PATCH 3/3] python3-pytest: add BBCLASSEXTEND

2023-02-16 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-pytest_7.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pytest_7.2.1.bb b/meta/recipes-devtools/python/python3-pytest_7.2.1.bb index 105b76a4a64..c7610d440c1

Re: [OE-core] [PATCH 1/2] site: remove glib site values

2023-02-16 Thread Ross Burton
On 16 Feb 2023, at 11:13, Ross Burton via lists.openembedded.org wrote: > > On 14 Feb 2023, at 23:31, Alexandre Belloni > wrote: >> iI think this is causes failures on the AB while building >> nativesdk-pkgconfig: > > How annoying. (look at his pkgconf branch which doesn’t contain a fork

[OE-core] [PATCH] pkgconfig: use system glib for nativesdk builds

2023-02-16 Thread Ross Burton
There's no need to use the internal glib fork for nativesdk builds, as we can use the proper nativsdk-glib-2.0 recipe. This means we're shipping less statically linked and obsolete code, and can also drop two patches to that code which were only needed in nativesdk builds on Windows.

Re: [OE-core] [PATCH v3 1/4] dtc: version bump and add python wrapper

2023-02-16 Thread Trevor Woerner
Hi Quentin, On Thu 2023-02-16 @ 10:23:07 AM, Quentin Schulz wrote: > Hi Trevor, > > On 2/14/23 19:30, Trevor Woerner wrote: > > Bump the version of dtc from 1.6.1 to to 1.7.0. > > > > Add support for building the python wrapper around libfdt. > > > > Signed-off-by: Trevor Woerner > > --- > >

Re: [OE-core] [PATCH] wic: Fix populating of IMAGE_EFI_BOOT_FILES with uefi-kernel

2023-02-16 Thread Richard Purdie
On Thu, 2023-02-16 at 13:23 +0100, Pavel Zhukov wrote: > wic plugin crashed if IMAGE_EFI_BOOT_FILES is not empty and uefi-kernel > loader specified because of preliminary return from the function. > [Yocto #15033] > Fixes: > > File > >

[OE-core] [PATCH] wic: Fix populating of IMAGE_EFI_BOOT_FILES with uefi-kernel

2023-02-16 Thread Pavel Zhukov
wic plugin crashed if IMAGE_EFI_BOOT_FILES is not empty and uefi-kernel loader specified because of preliminary return from the function. [Yocto #15033] Fixes: | File "/mnt/builds/yocto/sources/scripts/lib/wic/plugins/source/bootimg-efi.py", line 371, in do_prepare_partition | for

Re: [OE-core] [PATCH] icecc.bbclass: enable networking in all tasks

2023-02-16 Thread Jose Quaresma
Joshua Watt escreveu no dia quarta, 6/07/2022 à(s) 17:11: > On Wed, Jul 6, 2022 at 10:54 AM Martin Jansa > wrote: > > > > FWIW: I have noticed yesterday that some of our builds were able to > fetch external dependencies in do_configure again and found that it was > caused by this commit. > > >

Re: [OE-core] [PATCH 1/2] site: remove glib site values

2023-02-16 Thread Ross Burton
On 14 Feb 2023, at 23:31, Alexandre Belloni wrote: > iI think this is causes failures on the AB while building nativesdk-pkgconfig: How annoying. (look at his pkgconf branch which doesn’t contain a fork of glib). I’ll chase and fix, thanks. Cheers, Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [OE-core][PATCH 1/2] kernel-module-split: make autoload and probeconf distribution specific

2023-02-16 Thread Jose Quaresma
Ola x Nilsson escreveu no dia quinta, 16/02/2023 à(s) 08:22: > > On Wed, Feb 15 2023, Jose Quaresma wrote: > > > Hi Octavio, > > > > Otavio Salvador otavio.salva...@ossystems.com.br>> escreveu no dia quarta, 15/02/2023 > à(s) 13:25: > > Em qua., 15 de fev. de 2023 às 10:01, Jose Quaresma > >

Re: [OE-core] [PATCH v2 0/4] scripts/resulttool/regression: add metadata filtering

2023-02-16 Thread Richard Purdie
On Thu, 2023-02-16 at 09:56 +0100, Alexis Lothoré wrote: > On 2/16/23 01:02, Richard Purdie wrote: > > On Tue, 2023-02-14 at 17:53 +0100, Alexis Lothoré via > > lists.openembedded.org wrote: > > > From: Alexis Lothoré > > > * this serie prioritize retro-compatibility: if the base test is older >

[OE-core] [PATCH 2/2] oeqa/utils/qemurunner: remove deprecated usage of run_serial

2023-02-16 Thread Louis Rannou
change tests to use the new serial runner run_serial_socket instead of the deprecated run_serial. Signed-off-by: Louis Rannou --- meta/lib/oeqa/runtime/cases/_qemutiny.py | 2 +- meta/lib/oeqa/selftest/cases/overlayfs.py| 20 meta/lib/oeqa/selftest/cases/package.py | 4

[OE-core] [PATCH 1/2] oeqa/utils/qemurunner: change the serial runner usage

2023-02-16 Thread Louis Rannou
[YOCTO #15021] Create a new runner run_serial_socket which usage matches the traditional ssh runner. Its return status is 0 when the command succeeded or 0 when it failed. If an error is encountered, it raises an Exception. The previous serial runner is maintained and marked as deprecated.

Re: [OE-core] [PATCH v3 1/4] dtc: version bump and add python wrapper

2023-02-16 Thread Quentin Schulz via lists.openembedded.org
Hi Trevor, On 2/14/23 19:30, Trevor Woerner wrote: Bump the version of dtc from 1.6.1 to to 1.7.0. Add support for building the python wrapper around libfdt. Signed-off-by: Trevor Woerner --- ...tdump-fix-Werror-int-to-pointer-cast.patch | 40 ---

Re: [OE-core] [PATCH v2 0/4] scripts/resulttool/regression: add metadata filtering

2023-02-16 Thread Alexis Lothoré via lists . openembedded . org
On 2/16/23 01:02, Richard Purdie wrote: > On Tue, 2023-02-14 at 17:53 +0100, Alexis Lothoré via > lists.openembedded.org wrote: >> From: Alexis Lothoré >> * this serie prioritize retro-compatibility: if the base test is older (ie: >> it >> does not have the needed metadata), it will consider

[OE-core] [PATCH] liburcu: upgrade 0.13.2 -> 0.14.0

2023-02-16 Thread wangmy
From: Wang Mingyu Changelog: == * Fix: urcu-bp: only teardown call-rcu worker in destructor * Fix: rculfhash: urcu_die() takes positive error value * Fix: call_rcu: teardown default call_rcu worker on application exit * Fix: join worker thread in call_rcu_data_free * Docs:

[OE-core] [PATCH] dtc: upgrade 1.6.1 -> 1.7.0

2023-02-16 Thread wangmy
From: Wang Mingyu 0001-fdtdump-fix-Werror-int-to-pointer-cast.patch removed sinct it's included in 1.7.0 Signed-off-by: Wang Mingyu --- ...tdump-fix-Werror-int-to-pointer-cast.patch | 40 --- .../dtc/{dtc_1.6.1.bb => dtc_1.7.0.bb}| 5 +-- 2 files changed, 2

Re: [OE-core][PATCH 1/2] kernel-module-split: make autoload and probeconf distribution specific

2023-02-16 Thread Ola x Nilsson
On Wed, Feb 15 2023, Jose Quaresma wrote: > Hi Octavio, > > Otavio Salvador > mailto:otavio.salva...@ossystems.com.br>> > escreveu no dia quarta, 15/02/2023 à(s) 13:25: > Em qua., 15 de fev. de 2023 às 10:01, Jose Quaresma > mailto:quaresma.j...@gmail.com>> escreveu: >> >> The modules-load.d