Re: [OE-core] [PATCH] linux-yocto/6.1: fix intermittent x86 boot hangs

2023-06-14 Thread Bruce Ashfield
On Wed, Jun 14, 2023 at 11:16 PM Bruce Ashfield via lists.openembedded.org wrote: > > From: Bruce Ashfield > > The commit in question appeared as -stable backport in 6.1.28, which is > where we started to see intermittent boot hangs on x86. > > Richard noted that others are seeing this is well,

[OE-core] [PATCH] linux-yocto/6.1: fix intermittent x86 boot hangs

2023-06-14 Thread Bruce Ashfield
From: Bruce Ashfield The commit in question appeared as -stable backport in 6.1.28, which is where we started to see intermittent boot hangs on x86. Richard noted that others are seeing this is well, as can be seen in this thread: https://lkml.org/lkml/2023/6/13/1460 We bump our SRCREVs

Re: [OE-core] [PATCH v2] libssh2: Upgrade to v1.11.0

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
integration purposes, not the complete upstream > > test suite. > > Sure, and as confirmed over irc I will send a followup patch removing that > test. > > -- > Regards > Sudip Note that test_sshd.test is failing, full log here: https://autobuilder.yocto.io/

Re: [OE-core] [PATCH v2] libssh2: Upgrade to v1.11.0

2023-06-14 Thread Sudip Mukherjee
On Wed, 14 Jun 2023 at 16:47, Ross Burton wrote: > > On 14 Jun 2023, at 16:13, Sudip Mukherjee wrote: > > > > Hi Ross, > > > > On Wed, 14 Jun 2023 at 14:53, Ross Burton wrote: > >> > >> On 13 Jun 2023, at 21:52, Sudip Mukherjee via lists.openembedded.org > >> wrote: > >>> # only one of

Re: [oe-core][PATCHv2] gstreamer1.0-plugins-bad: use oneVPL instead of intel-mediasdk for msdk

2023-06-14 Thread Markus Volk
v2 tries to improve dependencies Am Mi, 14. Jun 2023 um 19:52:57 +0200 schrieb Markus Volk : According to intel, mediasdk is obsolete and should be replaced by oneVPL This also adds video processing

[oe-core][PATCHv2] gstreamer1.0-plugins-bad: use oneVPL instead of intel-mediasdk for msdk

2023-06-14 Thread Markus Volk
According to intel, mediasdk is obsolete and should be replaced by oneVPL https://www.intel.com/content/www/us/en/developer/tools/oneapi/onevpl.html#gs.0kgkse This also adds video processing support for intel alchemist (in combination with dev-kernel) Signed-off-by: Markus Volk ---

Re: [OE-core] [PATCH 19/55] gdb: upgrade 13.1 -> 13.2

2023-06-14 Thread Khem Raj
lgtm On Wed, Jun 14, 2023 at 2:29 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > ...ian_13.1.bb => gdb-cross-canadian_13.2.bb} | 0 > .../{gdb-cross_13.1.bb => gdb-cross_13.2.bb} | 0 > meta/recipes-devtools/gdb/gdb.inc | 4 +- >

Re: [OE-core] [PATCH 26/55] libxcrypt: upgrade 4.4.33 -> 4.4.34

2023-06-14 Thread Khem Raj
On Wed, Jun 14, 2023 at 2:29 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > ...{libxcrypt-compat_4.4.33.bb => libxcrypt-compat_4.4.34.bb} | 0 > meta/recipes-core/libxcrypt/libxcrypt.inc | 4 ++-- > .../libxcrypt/{libxcrypt_4.4.33.bb =>

[OE-core] [PATCH v2] oeqa/selftest/bbtests: add non-existent prefile/postfile tests

2023-06-14 Thread Fabien Mahot
Fixes [YOCTO #10725] Signed-off-by: Fabien Mahot Reviewed-by: Yoann Congal --- meta/lib/oeqa/selftest/cases/bbtests.py | 8 1 file changed, 8 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/bbtests.py b/meta/lib/oeqa/selftest/cases/bbtests.py index 1dd2839c8d..31aa5680f0

Re: [OE-core] [PATCH v2] libssh2: Upgrade to v1.11.0

2023-06-14 Thread Ross Burton
On 14 Jun 2023, at 16:13, Sudip Mukherjee wrote: > > Hi Ross, > > On Wed, 14 Jun 2023 at 14:53, Ross Burton wrote: >> >> On 13 Jun 2023, at 21:52, Sudip Mukherjee via lists.openembedded.org >> wrote: >>> # only one of openssl and gcrypt could be set >>> PACKAGECONFIG ??= "openssl" >>> @@

[OE-core][PATCHv2 1/3] weston-init: fix the mixed indentation

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston-init.bb

[OE-core][PATCHv2 2/3] weston-init: guard against systemd configs

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 29 1 file changed, 17

[OE-core][PATCHv2 3/3] weston-init: add profile to point users to global socket

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 3 +++ .../wayland/weston-init/weston-socket.sh | 20 +++ 2 files

Re: [OE-core] [PATCH v2] libssh2: Upgrade to v1.11.0

2023-06-14 Thread Sudip Mukherjee
Hi Ross, On Wed, 14 Jun 2023 at 14:53, Ross Burton wrote: > > On 13 Jun 2023, at 21:52, Sudip Mukherjee via lists.openembedded.org > wrote: > > # only one of openssl and gcrypt could be set > > PACKAGECONFIG ??= "openssl" > > @@ -41,9 +42,13 @@ do_install_ptest() { > > install -d

Re: [OE-core][PATCH 4/6] weston-init: fix the mixed indentation

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
On 6/14/23 03:08, Richard Purdie wrote: On Tue, 2023-06-13 at 20:16 -0500, Randolph Sapp wrote: On 6/12/23 14:46, Randolph Sapp via lists.openembedded.org wrote: On 6/12/23 05:05, Alexander Kanavin wrote: On Mon, 12 Jun 2023 at 11:58, Peter Kjellerstedt wrote: Well that is of course an

Re: [OE-core] [PATCH 01/55] insane.bbclass: add a SUMMARY/HOMEPAGE check (oe-core recipes only)

2023-06-14 Thread Ross Burton
On 14 Jun 2023, at 12:33, Richard Purdie via lists.openembedded.org wrote: > Given all this, do we want to consider a new task which covers these > kinds of tests? A new task does have certain overhead but I'm starting > to think we might need to do that. Of course there is then a dillema >

[OE-core][dunfell 5/5] selftest/reproducible: Allow native/cross reuse in test

2023-06-14 Thread Steve Sakoman
From: Richard Purdie We don't compare reproducibility of the native/cross components, only the target ones. With the long build times of rust-native, the test now takes crazy lengths of time so this tweak should allow us to reuse native/cross artefacts from sstate whilst still testing the target

[OE-core][dunfell 3/5] systemd-systemctl: fix instance template WantedBy symlink construction

2023-06-14 Thread Steve Sakoman
From: Martin Siegumfeldt Fix issue of the below instance template systemd service dependency [Install] WantedBy=svc-wants@%i.service creating the symlink (instance "a" example) /etc/systemd/system/svc-wants@%i.service.wants/svc-wanted-by@a.service which should be

[OE-core][dunfell 4/5] e2fsprogs: fix ptest bug for second running

2023-06-14 Thread Steve Sakoman
From: Qiu Tingting At second running, there are four new failed case: d_loaddump f_bigalloc_badinode f_bigalloc_orphan_list f_dup_resize The test_data.tmp is necessary, but it is deleted by run-ptest. So it should be restored after testing. Signed-off-by: Qiu Tingting Signed-off-by:

[OE-core][dunfell 2/5] vim: upgrade 9.0.1429 -> 9.0.1527

2023-06-14 Thread Steve Sakoman
From: Randy MacLeod Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2426 caf642c25 patch 9.0.1499: using uninitialized memory with fuzzy matching Signed-off-by: Randy MacLeod Signed-off-by: Alexandre Belloni (cherry picked from commit 4f9a8df5aca99d0a5c2d2346b27ce7be08e7896c) Signed-off-by:

[OE-core][dunfell 1/5] libwebp: Fix CVE-2023-1999

2023-06-14 Thread Steve Sakoman
From: Nikhil R Add patch to fix CVE-2023-1999 Link: https://github.com/webmproject/libwebp/commit/a486d800b60d0af4cc0836bf7ed8f21e12974129 Signed-off-by: Nikhil R Signed-off-by: Steve Sakoman --- .../webp/files/CVE-2023-1999.patch| 55 +++

[OE-core][dunfell 0/5] Patch review

2023-06-14 Thread Steve Sakoman
Please review this set of changes for dunfell and have comments back by end of day Friday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5460 The following changes since commit 96798603273bbab40a7e19bbb67a9a5398648c21: openssh: Move

Re: [OE-core] [PATCH v2] libssh2: Upgrade to v1.11.0

2023-06-14 Thread Ross Burton
On 13 Jun 2023, at 21:52, Sudip Mukherjee via lists.openembedded.org wrote: > # only one of openssl and gcrypt could be set > PACKAGECONFIG ??= "openssl" > @@ -41,9 +42,13 @@ do_install_ptest() { > install -d ${D}${PTEST_PATH}/tests > install -m 0755 ${S}/test-driver ${D}${PTEST_PATH}/ > cp -rf

[OE-core] [PATCH 2/2] scripts/runqemu: allocate unfsd ports in a way that doesn't race or clash with unrelated processes

2023-06-14 Thread Alexander Kanavin
There is already a neat check_free_port() function for finding an available port atomically, so use that and make two additional tweaks: - no need to allocate two separate ports; per unfsd documentation they can be the same - move lockfile release until after unfsd has been shut down and the

[OE-core] [PATCH 1/2] scripts/runqemu: split lock dir creation into a reusable function

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/runqemu | 29 + 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 56715c3e1e1..cef5b8d4a4b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -1087,6 +1087,17 @@ to

Re: [OE-core] [PATCH 3/3] python_mesonpy: New class

2023-06-14 Thread Zoltan Boszormenyi
2023. 06. 14. 11:52 keltezéssel, Richard Purdie írta: On Wed, 2023-06-14 at 07:46 +0200, Böszörményi Zoltán wrote: 2023. 06. 13. 22:59 keltezéssel, Richard Purdie írta: On Fri, 2023-06-02 at 09:44 +0200, Zoltan Boszormenyi wrote: This is a new PEP517 compatible build class for python modules

Re: [OE-core] [PATCH 01/55] insane.bbclass: add a SUMMARY/HOMEPAGE check (oe-core recipes only)

2023-06-14 Thread Richard Purdie
On Wed, 2023-06-14 at 11:28 +0200, Alexander Kanavin wrote: > This was done in a selftest, but that is too late and creates > friction in integration as errors are not seen until autobuilder fails. > > Bonus fix: SUMMARY check wasn't even working, as in the absence > of one set in the recipe

Re: [OE-core][dunfell][PATCH] cups: Fix CVE-2023-32324

2023-06-14 Thread Vijay Anusuri
Hi Sanjaykumar, Thanks for the info. Thanks & Regards, Vijay On Wed, Jun 14, 2023 at 2:29 PM Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco) wrote: > Hi Vijay, > > This fix is already submitted to OE-core community and added in queue for > dunfell branch. > Please

Re: [OE-core] [PATCH 3/3] python_mesonpy: New class

2023-06-14 Thread Richard Purdie
On Wed, 2023-06-14 at 07:46 +0200, Böszörményi Zoltán wrote: > 2023. 06. 13. 22:59 keltezéssel, Richard Purdie írta: > > On Fri, 2023-06-02 at 09:44 +0200, Zoltan Boszormenyi wrote: > > > This is a new PEP517 compatible build class for python modules > > > that use pyproject.toml and this: > > >

[OE-core] [PATCH 55/55] zstd: upgrade 1.5.4 -> 1.5.5

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/zstd/{zstd_1.5.4.bb => zstd_1.5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/zstd/{zstd_1.5.4.bb => zstd_1.5.5.bb} (96%) diff --git a/meta/recipes-extended/zstd/zstd_1.5.4.bb

[OE-core] [PATCH 53/55] xf86-input-libinput: upgrade 1.2.1 -> 1.3.0

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...f86-input-libinput_1.2.1.bb => xf86-input-libinput_1.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_1.2.1.bb => xf86-input-libinput_1.3.0.bb} (77%) diff --git

[OE-core] [PATCH 51/55] wget: upgrade 1.21.3 -> 1.21.4

2023-06-14 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- meta/recipes-extended/wget/wget.inc | 2 +- meta/recipes-extended/wget/{wget_1.21.3.bb => wget_1.21.4.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 54/55] xf86-input-mouse: upgrade 1.9.4 -> 1.9.5

2023-06-14 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../{xf86-input-mouse_1.9.4.bb => xf86-input-mouse_1.9.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.9.4.bb => xf86-input-mouse_1.9.5.bb} (72%)

[OE-core] [PATCH 52/55] wireless-regdb: upgrade 2023.02.13 -> 2023.05.03

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ireless-regdb_2023.02.13.bb => wireless-regdb_2023.05.03.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2023.02.13.bb => wireless-regdb_2023.05.03.bb} (94%) diff --git

[OE-core] [PATCH 50/55] vulkan: upgrade 1.3.243.0 -> 1.3.250.0

2023-06-14 Thread Alexander Kanavin
Add a patch to vulkan-tools that unbreaks cross-builds. Signed-off-by: Alexander Kanavin --- ...lang_1.3.243.0.bb => glslang_1.3.250.0.bb} | 2 +- 3.243.0.bb => spirv-headers_1.3.250.0.bb} | 2 +- ..._1.3.243.0.bb => spirv-tools_1.3.250.0.bb} | 2 +- ...3.243.0.bb =>

[OE-core] [PATCH 47/55] squashfs-tools: upgrade 4.5.1 -> 4.6.1

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- sh-do-not-write-original-timestamps.patch | 30 --- .../squashfs-tools/squashfs-tools_git.bb | 8 ++--- 2 files changed, 3 insertions(+), 35 deletions(-) delete mode 100644

[OE-core] [PATCH 49/55] vala: upgrade 0.56.6 -> 0.56.8

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala_0.56.6.bb | 3 --- meta/recipes-devtools/vala/vala_0.56.8.bb | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 meta/recipes-devtools/vala/vala_0.56.6.bb create mode 100644

[OE-core] [PATCH 48/55] strace: upgrade 6.2 -> 6.3

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/strace/{strace_6.2.bb => strace_6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/strace/{strace_6.2.bb => strace_6.3.bb} (96%) diff --git a/meta/recipes-devtools/strace/strace_6.2.bb

[OE-core] [PATCH 46/55] shaderc: upgrade 2023.2 -> 2023.4

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...isable-building-external-dependencies.patch | 18 -- .../{shaderc_2023.2.bb => shaderc_2023.4.bb} | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2023.2.bb => shaderc_2023.4.bb}

[OE-core] [PATCH 44/55] python3-sphinx: remove BSD-3-Clause from LICENSE

2023-06-14 Thread Alexander Kanavin
License-Update: BSD-3-Clause code removed in https://github.com/sphinx-doc/sphinx/commit/a7f5d91c29d6f377b9fe7e926965c6f9d3e7b802 which was a part of 7.0.1 update Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-sphinx_7.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 45/55] serf: upgrade 1.3.9 -> 1.3.10

2023-06-14 Thread Alexander Kanavin
As serf is undead, we need to reassess all the remaining patches. Signed-off-by: Alexander Kanavin --- ...print-in-the-scons-file-to-unbreak-b.patch | 29 --- ...sl_buckets.c-do-not-use-ERR_GET_FUNC.patch | 28 -- ...11083-fix-building-with-scons-3.0.0-.patch |

[OE-core] [PATCH 43/55] python3-pyopenssl: upgrade 23.1.1 -> 23.2.0

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{python3-pyopenssl_23.1.1.bb => python3-pyopenssl_23.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyopenssl_23.1.1.bb => python3-pyopenssl_23.2.0.bb} (86%) diff --git

[OE-core] [PATCH 33/55] nettle: upgrade 3.8.1 -> 3.9

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/nettle/{nettle_3.8.1.bb => nettle_3.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nettle/{nettle_3.8.1.bb => nettle_3.9.bb} (96%) diff --git a/meta/recipes-support/nettle/nettle_3.8.1.bb

[OE-core] [PATCH 42/55] python3-pyasn1: upgrade 0.4.8 -> 0.5.0

2023-06-14 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../recipes-devtools/python/python-pyasn1.inc | 10 +++ ...arning-__int__-returned-non-int-on-P.patch | 28 --- ...yasn1_0.4.8.bb => python3-pyasn1_0.5.0.bb} | 1 + 3 files changed, 5 insertions(+), 34

[OE-core] [PATCH 40/55] python3-flit-core: upgrade 3.8.0 -> 3.9.0

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{python3-flit-core_3.8.0.bb => python3-flit-core_3.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-flit-core_3.8.0.bb => python3-flit-core_3.9.0.bb} (92%) diff --git

[OE-core] [PATCH 41/55] python3-importlib-metadata: upgrade 6.2.0 -> 6.6.0

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ib-metadata_6.2.0.bb => python3-importlib-metadata_6.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metadata_6.2.0.bb => python3-importlib-metadata_6.6.0.bb} (88%) diff --git

[OE-core] [PATCH 38/55] python3-certifi: upgrade 2022.12.7 -> 2023.5.7

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...python3-certifi_2022.12.7.bb => python3-certifi_2023.5.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-certifi_2022.12.7.bb => python3-certifi_2023.5.7.bb} (86%) diff --git

[OE-core] [PATCH 39/55] python3-docutils: upgrade 0.19 -> 0.20.1

2023-06-14 Thread Alexander Kanavin
License-Update: formatting Signed-off-by: Alexander Kanavin --- .../{python3-docutils_0.19.bb => python3-docutils_0.20.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-docutils_0.19.bb => python3-docutils_0.20.1.bb} (62%) diff

[OE-core] [PATCH 36/55] puzzles: upgrade to latest revision

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 4b045886826..960b5d3b110 100644 ---

[OE-core] [PATCH 37/55] python3: upgrade 3.11.2 -> 3.11.3

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Don-t-search-system-for-headers-libraries.patch| 2 +- ...1-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | 2 +- .../python3/12-distutils-prefix-is-inside-staging-area.patch| 2 +- .../python/{python3_3.11.2.bb =>

[OE-core] [PATCH 35/55] parted: upgrade 3.5 -> 3.6

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/parted/{parted_3.5.bb => parted_3.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/parted/{parted_3.5.bb => parted_3.6.bb} (96%) diff --git a/meta/recipes-extended/parted/parted_3.5.bb

[OE-core] [PATCH 29/55] ltp: upgrade 20230127 -> 20230516

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-syscalls-fcntl-define-_LARGEFILE64_.patch | 28 +++ .../ltp/{ltp_20230127.bb => ltp_20230516.bb} | 3 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 34/55] nghttp2: upgrade 1.52.0 -> 1.53.0

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../nghttp2/{nghttp2_1.52.0.bb => nghttp2_1.53.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.52.0.bb => nghttp2_1.53.0.bb} (91%) diff --git

[OE-core] [PATCH 32/55] mmc-utils: upgrade to latest revision

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 1e2e17bfd3e..373ada2026a 100644 ---

[OE-core] [PATCH 31/55] meson: upgrade 1.1.0 -> 1.1.1

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/{meson_1.1.0.bb => meson_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_1.1.0.bb => meson_1.1.1.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_1.1.0.bb

[OE-core] [PATCH 30/55] mesa: upgrade 23.0.3 -> 23.1.1

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ld-check-for-all-linux-host_os-combinations.patch | 12 ++-- .../mesa/{mesa-gl_23.0.3.bb => mesa-gl_23.1.1.bb}| 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- .../mesa/{mesa_23.0.3.bb => mesa_23.1.1.bb} | 0 4 files

[OE-core] [PATCH 28/55] linux-firmware: upgrade 20230404 -> 20230515

2023-06-14 Thread Alexander Kanavin
License-Update: additional firmwares Signed-off-by: Alexander Kanavin --- ...{linux-firmware_20230404.bb => linux-firmware_20230515.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230404.bb =>

[OE-core] [PATCH 26/55] libxcrypt: upgrade 4.4.33 -> 4.4.34

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{libxcrypt-compat_4.4.33.bb => libxcrypt-compat_4.4.34.bb} | 0 meta/recipes-core/libxcrypt/libxcrypt.inc | 4 ++-- .../libxcrypt/{libxcrypt_4.4.33.bb => libxcrypt_4.4.34.bb}| 0 3 files changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 27/55] libxslt: upgrade 1.1.37 -> 1.1.38

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libxslt/{libxslt_1.1.37.bb => libxslt_1.1.38.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libxslt/{libxslt_1.1.37.bb => libxslt_1.1.38.bb} (95%) diff --git

[OE-core] [PATCH 24/55] libuv: license file was split in two in the 1.45.0 version update

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/libuv/libuv_1.45.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/libuv/libuv_1.45.0.bb b/meta/recipes-connectivity/libuv/libuv_1.45.0.bb index 45b3a96f120..456cb2f9624 100644 ---

[OE-core] [PATCH 25/55] libx11: upgrade 1.8.4 -> 1.8.5

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libx11_1.8.4.bb => libx11_1.8.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libx11_1.8.4.bb => libx11_1.8.5.bb} (92%) diff --git

[OE-core] [PATCH 20/55] gnupg: upgrade 2.4.0 -> 2.4.2

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...e-a-custom-value-for-the-location-of-.patch | 6 +++--- .../recipes-support/gnupg/gnupg/relocate.patch | 18 +- .../gnupg/{gnupg_2.4.0.bb => gnupg_2.4.2.bb} | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) rename

[OE-core] [PATCH 23/55] libmodulemd: upgrade 2.14.0 -> 2.15.0

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb index

[OE-core] [PATCH 22/55] kmscube: upgrade to latest revision

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 67ac97b963d..ca76251d7ab 100644 ---

[OE-core] [PATCH 18/55] gawk: upgrade 5.2.1 -> 5.2.2

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/gawk/{gawk_5.2.1.bb => gawk_5.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/gawk/{gawk_5.2.1.bb => gawk_5.2.2.bb} (97%) diff --git a/meta/recipes-extended/gawk/gawk_5.2.1.bb

[OE-core] [PATCH 19/55] gdb: upgrade 13.1 -> 13.2

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ian_13.1.bb => gdb-cross-canadian_13.2.bb} | 0 .../{gdb-cross_13.1.bb => gdb-cross_13.2.bb} | 0 meta/recipes-devtools/gdb/gdb.inc | 4 +- ...r-valid-inferior-thread-regcache-bef.patch | 286 --

[OE-core] [PATCH 21/55] gobject-introspection: upgrade 1.74.0 -> 1.76.1

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...01-Relocate-the-repository-directory-for-native-builds.patch | 2 +- ...-introspection_1.74.0.bb => gobject-introspection_1.76.1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 11/55] btrfs-tools: upgrade 6.3 -> 6.3.1

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_6.3.bb => btrfs-tools_6.3.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.3.bb => btrfs-tools_6.3.1.bb} (98%) diff --git

[OE-core] [PATCH 16/55] dnf: upgrade 4.14.0 -> 4.16.1

2023-06-14 Thread Alexander Kanavin
Correct the query for locations of rpm package files in the local repo: upstream has changed it to a separate cmdline parameter. Signed-off-by: Alexander Kanavin --- meta/lib/oe/package_manager/rpm/__init__.py| 5 +++-- meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.16.1.bb}

[OE-core] [PATCH 17/55] ethtool: upgrade 6.2 -> 6.3

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_6.2.bb => ethtool_6.3.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.2.bb =>

[OE-core] [PATCH 13/55] glib-2.0: backport a patch to address ptest fails caused by coreutils 9.2+

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...pparent-size-only-for-files-and-syml.patch | 105 ++ meta/recipes-core/glib-2.0/glib-2.0_2.76.3.bb | 1 + 2 files changed, 106 insertions(+) create mode 100644

[OE-core] [PATCH 15/55] diffoscope: upgrade 236 -> 242

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_236.bb => diffoscope_242.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_236.bb => diffoscope_242.bb} (92%) diff --git

[OE-core] [PATCH 14/55] coreutils: upgrade 9.1 -> 9.3

2023-06-14 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../coreutils/{coreutils_9.1.bb => coreutils_9.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/coreutils/{coreutils_9.1.bb => coreutils_9.3.bb} (98%) diff --git

[OE-core] [PATCH 10/55] at-spi2-core: upgrade 2.48.0 -> 2.48.3

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../atk/{at-spi2-core_2.48.0.bb => at-spi2-core_2.48.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.48.0.bb => at-spi2-core_2.48.3.bb} (95%) diff --git

[OE-core] [PATCH 12/55] attr: package /etc/xattr.conf with the library that consumes it

2023-06-14 Thread Alexander Kanavin
This matters for example with latest coreutils where cp wouldn't copy extended attributes by default if the config file specifying that policy is not there, and so ptest fails. Signed-off-by: Alexander Kanavin --- meta/recipes-support/attr/attr.inc | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 08/55] ghostscript: remove mkdir-p.patch

2023-06-14 Thread Alexander Kanavin
The scenario where things break down without this patch is not clear: it's a make rule, and so make itself will ensure it's not run several times in parallel. Signed-off-by: Alexander Kanavin --- .../ghostscript/ghostscript/mkdir-p.patch | 50 ---

[OE-core] [PATCH 09/55] apr: upgrade 1.7.3 -> 1.7.4

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/apr/{apr_1.7.3.bb => apr_1.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/apr/{apr_1.7.3.bb => apr_1.7.4.bb} (98%) diff --git a/meta/recipes-support/apr/apr_1.7.3.bb

[OE-core] [PATCH 05/55] sysfsutils: fetch a supported fork from github

2023-06-14 Thread Alexander Kanavin
Debian does the same: https://packages.debian.org/source/sid/sysfsutils Signed-off-by: Alexander Kanavin --- meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb

[OE-core] [PATCH 03/55] apmd: remove recipe and apm MACHINE_FEATURE

2023-06-14 Thread Alexander Kanavin
APM has been obsolete for a very long time, and debian no longer packages it or carries the source tarball. Signed-off-by: Alexander Kanavin --- .../conf/distro/include/default-providers.inc | 1 - meta/conf/distro/include/maintainers.inc | 1 - meta/recipes-bsp/apmd/apmd/apmd.service

[OE-core] [PATCH 07/55] grub: submit determinism.patch upstream

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-bsp/grub/files/determinism.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/grub/files/determinism.patch b/meta/recipes-bsp/grub/files/determinism.patch index 2828e809756..852b95a856c 100644 ---

[OE-core] [PATCH 06/55] sysfsutils: update 2.1.0 -> 2.1.1

2023-06-14 Thread Alexander Kanavin
Drop all patches, as issues are all fixed upstream. License-Update: clarification that GPL applies to all executables (not just test), formatting. Signed-off-by: Alexander Kanavin --- .../obsolete_automake_macros.patch| 15 - .../sysfsutils-2.1.0/separatebuild.patch | 65

[OE-core] [PATCH 04/55] qemu: a pending patch was submitted and accepted upstream

2023-06-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-tracetool-use-relative-paths-for-line-preprocessor-d.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu/0001-tracetool-use-relative-paths-for-line-preprocessor-d.patch

[OE-core] [PATCH 02/55] insane.bbclass: add a RECIPE_MAINTAINER check (oe-core recipes only)

2023-06-14 Thread Alexander Kanavin
Absent maintainer entries are as well a frequent source of friction, as they are checked only in selftest, and so aren't revealed until autobuilder runs. The selftest is retained as it also checks for obsolete entries in maintainers.inc (not possible to do in insane class). Signed-off-by:

[OE-core] [PATCH 01/55] insane.bbclass: add a SUMMARY/HOMEPAGE check (oe-core recipes only)

2023-06-14 Thread Alexander Kanavin
This was done in a selftest, but that is too late and creates friction in integration as errors are not seen until autobuilder fails. Bonus fix: SUMMARY check wasn't even working, as in the absence of one set in the recipe there is a default value set from bitbake.conf. I left DESCRIPTION check

[OE-core] [PATCH 4/5] maintainers.inc: unassign Oleksandr Kravchuk from python3 and all other items

2023-06-14 Thread Alexander Kanavin
We were not able to get a response about availability over email, and so the recipes have to be unassigned. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 34 1 file changed, 17 insertions(+), 17 deletions(-) diff --git

[OE-core] [PATCH 5/5] maintainers.inc: unassign Ricardo Neri from ovmf

2023-06-14 Thread Alexander Kanavin
We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/5] maintainers.inc: unassign Adrian Bunk from wireless-regdb

2023-06-14 Thread Alexander Kanavin
We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc

[OE-core] [PATCH 3/5] maintainers.inc: unassign Chase Qi from libc-test

2023-06-14 Thread Alexander Kanavin
We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc

[OE-core] [PATCH 2/5] maintainers.inc: unassign Alistair Francis from opensbi

2023-06-14 Thread Alexander Kanavin
We were not able to get a response about availability over email, and so the recipe has to be unassigned. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc

Re: [OE-core][dunfell][PATCH] cups: Fix CVE-2023-32324

2023-06-14 Thread Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco) via lists.openembedded.org
Hi Vijay, This fix is already submitted to OE-core community and added in queue for dunfell branch. Please check the status of community patches here: https://patchwork.yoctoproject.org/project/oe-core/list/ Thanks, Sanjay -Original Message- From:

Re: [OE-core][PATCH 4/6] weston-init: fix the mixed indentation

2023-06-14 Thread Richard Purdie
On Tue, 2023-06-13 at 20:16 -0500, Randolph Sapp wrote: > On 6/12/23 14:46, Randolph Sapp via lists.openembedded.org wrote: > > On 6/12/23 05:05, Alexander Kanavin wrote: > > > On Mon, 12 Jun 2023 at 11:58, Peter Kjellerstedt > > > wrote: > > > > Well that is of course an option, but then it may

Re: [oe-core][PATCH v2] wic: bootimg: Add support to install directories

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
Hello, This breaks x86: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/5277/steps/14/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5328/steps/14/logs/stdio

Re: [OE-core] [PATCH] parted: Add missing libuuid to linker cmdline for libparted-fs-resize.so

2023-06-14 Thread Alexandre Belloni via lists.openembedded.org
On 13/06/2023 08:16:48-0700, Khem Raj wrote: > On Tue, Jun 13, 2023 at 6:55 AM Khem Raj wrote: > > > > Exactly I can rebase and send v2 > > > > I think Alex already did it on his master-next branch here >

[OE-core][dunfell][PATCH] cups: Fix CVE-2023-32324

2023-06-14 Thread Vijay Anusuri
From: Vijay Anusuri OpenPrinting CUPS is an open source printing system. In versions 2.4.2 and prior, a heap buffer overflow vulnerability would allow a remote attacker to launch a denial of service (DoS) attack. A buffer overflow vulnerability in the function `format_log_line` could allow

Re: [OE-core] [PATCH v2] vulkan-validation-layers: cleanup recipe

2023-06-14 Thread Vincent Davis Jr
As found in meta-freescale https://github.com/Freescale/meta-freescale/pull/1573 Can't update VULKAN_HEADERS_INSTALL_DIR as certain build environments will fail. If changed. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182735):

[OE-core] [PATCH v2] vulkan-validation-layers: cleanup recipe

2023-06-14 Thread Vincent Davis Jr
Commit doesn't change build behavior * Removes ${libdir} from FILES:${PN} as its not required. * Updates PACKAGECONFIG to uses just one @bb.utils.filter call. * Updates GLSLANG_INSTALL_DIR to /lib${64} as that contains the actual directory of the glslang .cmake config files. Signed-off-by: