[OE-core] Patchtest results for [PATCH] ffmpeg: backport patches to use new Vulkan AV1 codec API

2024-04-16 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/ffmpeg-backport-patches-to-use-new-Vulkan-AV1-codec-API.patch FAIL: test Signed-off-by presence: A patch file has

[OE-core] [PATCH] ffmpeg: backport patches to use new Vulkan AV1 codec API

2024-04-16 Thread Dmitry Baryshkov
Backport two patches from ffmpeg git to fix compilation with the newest Vulkan API. Signed-off-by: Dmitry Baryshkov --- .../ffmpeg/ffmpeg/vulkan_av1_new_API.patch| 90 ++ .../ffmpeg/ffmpeg/vulkan_av1_stable_API.patch | 1381 + .../recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb

Re: [OE-core] [PATCH 0/3] Improvements for performance test report view

2024-04-16 Thread Randy MacLeod via lists.openembedded.org
On 2024-04-15 10:41 a.m., Ninette Adhikari via lists.openembedded.org wrote: This work is done according to "Milestone 9: Build performance test report view" as stated in the Scope of Work with Sovereign Tech Fund (STF) (https://www.sovereigntechfund.de/). The current report can be accessed

Re: [OE-core] [PATCH 1/3] oe-build-perf-report: Add apache echarts to make report interactive

2024-04-16 Thread Ross Burton
Hi Ninette, First, this is awesome, thanks very much! One thing I noticed is that the ‘rootfs size’ and ’tmpdir size’ tooltips are trying to format the data as a timestamp instead of a size. Cheers, Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[OE-core] [PATCH] buildtools-tarball: Add python3-pip

2024-04-16 Thread Richard Purdie
Many of the common use cases for buildtools need pip to allow python to be extended. Add it. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb

Re: [OE-core] [PATCH 0/3] Improvements for performance test report view

2024-04-16 Thread Richard Purdie
Hi Ninette, Firstly, thanks for these patches, it is great to be able to try and improve these and make the data more usable and interactive. To help others visualise the new output and test the patches I've made a test run on the autobuilder and the results are:

[OE-core] Yocto Project Status 16 April 2024 (WW16)

2024-04-16 Thread Stephen Jolley
Current Dev Position: YP 5.0 preparing to build rc2 Next Deadline: 1st April 2024 YP 5.0 M4 build Next Team Meetings: - Bug Triage meeting Thursday April 18th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync

[OE-Core][kirkstone][PATCH] systemd: Fix vlan qos mapping

2024-04-16 Thread sana kazi
Drop unnecessary restriction for QoS mapping. Also adds tests for vlan QoS mapping. Link: https://github.com/systemd/systemd/commit/fe830b84d4002582e7aefb16e5e09fd0195f21c8.patch PR: https://github.com/systemd/systemd/pull/27761 Signed-off-by: Sana Kazi Signed-off-by: Sana Kazi ---

[OE-core][kirkstone][PATCH 1/1] nghttp2: Fix CVE-2024-28182

2024-04-16 Thread Soumya via lists.openembedded.org
From: Soumya Sambu nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. The nghttp2 library prior to version 1.61.0 keeps reading the unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync. This causes excessive CPU

Re: [OE-core] [PATCH][kirkstone] openssl: fix crash on aarch64 if BTI is enabled but no Crypto instructions

2024-04-16 Thread Ross Burton
On 29 Mar 2024, at 13:31, Steve Sakoman wrote: > > Sorry for the delayed response, but I found the same issue with the > kirkstone version that Vivek did. Sorry for the very delayed response, I somehow missed this reply in my inbox. The patched code doesn’t exist in kirkstone so this isn’t

Patchtest results for [OE-core][kirkstone 09/10] tcl: skip timing-dependent tests in run-ptest

2024-04-16 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/kirkstone-09-10-tcl-skip-timing-dependent-tests-in-run-ptest.patch FAIL: test bugzilla entry format: Bugzilla

[OE-core][kirkstone 10/10] tcl: skip async and event tests in run-ptest

2024-04-16 Thread Steve Sakoman
From: Ross Burton These test suites are full of timing-sensitive test cases, so skip them too. [ YOCTO #15321 ] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit dd06c3668dbe9ec1cf9a0a84d7a6bc9851f9c662) Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 09/10] tcl: skip timing-dependent tests in run-ptest

2024-04-16 Thread Steve Sakoman
From: Ross Burton There are several tests in the test suite which are very dependent on timing and fail on a loaded host system, so skip them. [ YOCTO #14825 #14882 #15081 ] Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni (cherry picked from commit

[OE-core][kirkstone 07/10] Revert "expat: fix CVE-2023-52425"

2024-04-16 Thread Steve Sakoman
This reverts commit 1bdcd10930a2998f6bbe56b3ba4c9b6c91203b39. Causes ptest failures: {'expat': ['test_accounting_precision', 'test_return_ns_triplet', 'test_column_number_after_parse', 'test_default_current', 'test_external_entity_values']}

[OE-core][kirkstone 08/10] tcl: Add a way to skip ptests

2024-04-16 Thread Steve Sakoman
From: Khem Raj Some tests hardcode assumptions on locales, which may not be present in musl systems e.g., therefore add a way to skip such tests using -skip option. Skip unixInit-3* test on musl Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni (cherry picked from commit

[OE-core][kirkstone 06/10] ncurses: patch CVE-2023-50495

2024-04-16 Thread Steve Sakoman
From: Peter Marko backport relevant parts from https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230424.patch.gz Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- .../ncurses/files/CVE-2023-50495.patch| 81 +++

[OE-core][kirkstone 05/10] openssl: patch CVE-2024-2511

2024-04-16 Thread Steve Sakoman
From: Peter Marko Patch: https://github.com/openssl/openssl/commit/b52867a9f618bb955bed2a3ce3db4d4f97ed8e5d News: https://github.com/openssl/openssl/commit/daee101e39073d4b65a68faeb2f2de5ad7b05c36 Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 04/10] xserver-xorg: Fix for CVE-2024-31080 and CVE-2024-31081

2024-04-16 Thread Steve Sakoman
From: Vijay Anusuri Upstream-Status: Backport from https://gitlab.freedesktop.org/xorg/xserver/-/commit/96798fc1967491c80a4d0c8d9e0a80586cb2152b & https://gitlab.freedesktop.org/xorg/xserver/-/commit/3e77295f888c67fc7645db5d0c00926a29ffecee Signed-off-by: Vijay Anusuri Signed-off-by: Steve

[OE-core][kirkstone 03/10] openssh: Add CVE-2023-51767 to CVE_CHECK_IGNORE

2024-04-16 Thread Steve Sakoman
From: Sana Kazi Add CVE-2023-51767 to CVE_CHECK_IGNORE to avoid in cve-check reports as upstream does not consider CVE-2023-51767 a bug underlying in OpenSSH and does not intent to address it in OpenSSH. Signed-off-by: Sana Kazi Signed-off-by: Sana Kazi Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 02/10] perl: ignore CVE-2023-47100

2024-04-16 Thread Steve Sakoman
From: Alex Stewart CVE-2023-47100 is a duplicate of CVE-2023-47038. They have the same advertised fix commit, which has already been merged into the perl_5.34.3 sources used in kirkstone. Signed-off-by: Alex Stewart Signed-off-by: Steve Sakoman --- meta/recipes-devtools/perl/perl_5.34.3.bb |

[OE-core][kirkstone 01/10] cups: fix typo in CVE-2023-32360 backport patch

2024-04-16 Thread Steve Sakoman
From: Jonathan GUILLOT Typo prevents cupsd to start correctly with following error: Unable to read "/etc/cups/cupsd.conf" due to errors. Using `/usr/sbin/cupsd -t` to check the configuration: Unknown authorization type Defaul on line 77 of /etc/cups/cupsd.conf. Unknown Policy Limit directive

[OE-core][kirkstone 00/10] Patch review

2024-04-16 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Thursday, April 18 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6811 The following changes since commit 26a878cbfbb3bc7a6e892e105577ebf8138ce150:

[OE-core] [kirkstone][PATCH] rust: add CVE_CHECK_IGNORE for CVE-2024-24576

2024-04-16 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni CVE-2024-24576 only applies when invoking batch files (with the `bat` and `cmd` extensions) on Windows & No other platform or use is affected. More details about CVE is here: https://nvd.nist.gov/vuln/detail/CVE-2024-24576 Signed-off-by: Harish Sadineni ---

[oe-core][kirkstone][PATCH 1/1] libssh2: fix CVE-2023-48795

2024-04-16 Thread Meenali Gupta via lists.openembedded.org
From: Meenali Gupta References: https://nvd.nist.gov/vuln/detail/CVE-2023-48795 Signed-off-by: Meenali Gupta --- .../libssh2/libssh2/CVE-2023-48795.patch | 459 ++ .../recipes-support/libssh2/libssh2_1.10.0.bb | 1 + 2 files changed, 460 insertions(+) create mode

[OE-core][kirkstone][PATCH 1/1] ruby: fix CVE-2024-27281

2024-04-16 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade ruby: RCE vulnerability with .rdoc_options in RDoc References: https://github.com/ruby/ruby/pull/10316 https://security-tracker.debian.org/tracker/CVE-2024-27281 Signed-off-by: Yogita Urade --- .../ruby/ruby/CVE-2024-27281.patch| 97 +++

Re: [OE-core] [PATCH] base.bbclass: make do_fetch depends on PREMIRRORS MIRRORS

2024-04-16 Thread Alexander Kanavin
I'm not sure why files in DL_DIR would symlink to the local (pre)mirrors instead of making an independent copy? Mirrors can indeed move or disappear altogether. Can you look into where the symlinking happens, and whether that can be modified or configured differently (maybe also the git history

[OE-core] [AUH] libical: upgrading to 3.0.18 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libical* to *3.0.18* has Succeeded. Next steps: - apply the patch: git am 0001-libical-upgrade-3.0.17-3.0.18.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] vte: upgrading to 0.76.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vte* to *0.76.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-vte-upgrade-0.74.2-0.76.0.patch -

[OE-core] [AUH] libcap-ng-python: upgrading to 0.8.5 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcap-ng-python* to *0.8.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] sqlite3: upgrading to 3.45.3 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sqlite3* to *3.45.3* has Succeeded. Next steps: - apply the patch: git am 0001-sqlite3-upgrade-3.45.1-3.45.3.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] libcap-ng: upgrading to 0.8.5 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libcap-ng* to *0.8.5* has Succeeded. Next steps: - apply the patch: git am 0001-libcap-ng-upgrade-0.8.4-0.8.5.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] libgit2: upgrading to 1.8.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libgit2* to *1.8.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libgit2 failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] icu: upgrading to 74-2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *icu* to *74-2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-icu-upgrade-74-1-74-2.patch - check the

[OE-core] [AUH] enchant2: upgrading to 2.6.9 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *enchant2* to *2.6.9* has Succeeded. Next steps: - apply the patch: git am 0001-enchant2-upgrade-2.6.7-2.6.9.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] npth: upgrading to 1.7 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *npth* to *1.7* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe npth failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] puzzles: upgrading to fd304c53cc45dc05b3f95c20a466e20a7e1c9194 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *puzzles* to *fd304c53cc45dc05b3f95c20a466e20a7e1c9194* has Succeeded. Next steps: - apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.patch - check the

[OE-core] [AUH] debianutils: upgrading to 5.17 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *debianutils* to *5.17* has Succeeded. Next steps: - apply the patch: git am 0001-debianutils-upgrade-5.16-5.17.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] libassuan: upgrading to 2.5.7 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libassuan* to *2.5.7* has Succeeded. Next steps: - apply the patch: git am 0001-libassuan-upgrade-2.5.6-2.5.7.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] pinentry: upgrading to 1.3.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *pinentry* to *1.3.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe pinentry failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] diffoscope: upgrading to 264 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *264* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-259-264.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] libproxy: upgrading to 0.5.5 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libproxy* to *0.5.5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade libproxy -V 0.5.5 -S

[OE-core] [AUH] gstreamer1.0-libav: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-libav* to *1.24.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] gstreamer1.0-vaapi: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-vaapi* to *1.24.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] gnupg: upgrading to 2.4.5 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnupg* to *2.4.5* has Succeeded. Next steps: - apply the patch: git am 0001-gnupg-upgrade-2.4.4-2.4.5.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] attr: upgrading to 2.5.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *attr* to *2.5.2* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade attr -V 2.5.2 NOTE: Reconnecting to bitbake server...

[OE-core] [AUH] libwpe: upgrading to 1.16.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libwpe* to *1.16.0* has Succeeded. Next steps: - apply the patch: git am 0001-libwpe-upgrade-1.14.2-1.16.0.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] libpng: upgrading to 1.6.43 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpng* to *1.6.43* has Succeeded. Next steps: - apply the patch: git am 0001-libpng-upgrade-1.6.42-1.6.43.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] gstreamer1.0-rtsp-server: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-rtsp-server* to *1.24.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] xserver-xorg: upgrading to 21.1.13 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xserver-xorg* to *21.1.13* has Succeeded. Next steps: - apply the patch: git am 0001-xserver-xorg-upgrade-21.1.11-21.1.13.patch - check the changes to upstream patches and

[OE-core] [AUH] gstreamer1.0: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.24.2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gstreamer1.0 failed. NOTE: Reconnecting to bitbake server...

[OE-core] [AUH] linux-firmware: upgrading to 20240410 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *linux-firmware* to *20240410* has Succeeded. Next steps: - apply the patch: git am 0001-linux-firmware-upgrade-20240312-20240410.patch - check the changes to upstream

[OE-core] [AUH] gst-devtools: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gst-devtools* to *1.24.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] gstreamer1.0-python: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-python* to *1.24.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] gstreamer1.0-plugins-good: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-good* to *1.24.2* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade gstreamer1.0-plugins-good -V 1.24.2

[OE-core] [AUH] lttng-tools: upgrading to 2.13.13 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lttng-tools* to *2.13.13* has Succeeded. Next steps: - apply the patch: git am 0001-lttng-tools-upgrade-2.13.11-2.13.13.patch - check the changes to upstream patches and

[OE-core] [AUH] gstreamer1.0-plugins-ugly: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-ugly* to *1.24.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] libxcb: upgrading to 1.17.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxcb* to *1.17.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libxcb-upgrade-1.16-1.17.0.patch -

[OE-core] [AUH] babeltrace2: upgrading to 2.0.6 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *babeltrace2* to *2.0.6* has Succeeded. Next steps: - apply the patch: git am 0001-babeltrace2-upgrade-2.0.5-2.0.6.patch - check the changes to upstream patches and

[OE-core] [AUH] libxcursor: upgrading to 1.2.2 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxcursor* to *1.2.2* has Succeeded. Next steps: - apply the patch: git am 0001-libxcursor-upgrade-1.2.1-1.2.2.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] gstreamer1.0-plugins-base: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-base* to *1.24.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] xwayland: upgrading to 23.2.6 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xwayland* to *23.2.6* has Succeeded. Next steps: - apply the patch: git am 0001-xwayland-upgrade-23.2.5-23.2.6.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] kmod: upgrading to 32 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *kmod* to *32* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-kmod-upgrade-31-32.patch - check the

[OE-core] [AUH] gstreamer1.0-plugins-bad: upgrading to 1.24.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-bad* to *1.24.2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gstreamer1.0-plugins-bad failed. NOTE:

[OE-core] [AUH] encodings: upgrading to 1.1.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *encodings* to *1.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-encodings-upgrade-1.0.7-1.1.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] waffle: upgrading to 1.8.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *waffle* to *1.8.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe waffle failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] libtraceevent: upgrading to 1.8.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libtraceevent* to *1.8.2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libtraceevent failed. NOTE: Reconnecting to bitbake

[OE-core] [AUH] wayland-protocols: upgrading to 1.34 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wayland-protocols* to *1.34* has Succeeded. Next steps: - apply the patch: git am 0001-wayland-protocols-upgrade-1.33-1.34.patch - check the changes to upstream patches and

[OE-core] [AUH] spirv-tools: upgrading to 1.3.280.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *spirv-tools* to *1.3.280.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] shaderc: upgrading to 2024.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *shaderc* to *2024.0* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2023.8-2024.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] vulkan-headers: upgrading to 1.3.280.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-headers* to *1.3.280.0* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-headers-upgrade-1.3.275.0-1.3.280.0.patch - check the changes to upstream

[OE-core] [AUH] vulkan-volk: upgrading to 1.3.280.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-volk* to *1.3.280.0* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-volk-upgrade-1.3.275.0-1.3.280.0.patch - check the changes to upstream patches

[OE-core] [AUH] vulkan-utility-libraries: upgrading to 1.3.280.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-utility-libraries* to *1.3.280.0* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-utility-libraries-upgrade-1.3.275.0-1.3.280.0.patch - check the

[OE-core] [AUH] xauth: upgrading to 1.1.3 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xauth* to *1.1.3* has Succeeded. Next steps: - apply the patch: git am 0001-xauth-upgrade-1.1.2-1.1.3.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] mkfontscale: upgrading to 1.2.3 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mkfontscale* to *1.2.3* has Succeeded. Next steps: - apply the patch: git am 0001-mkfontscale-upgrade-1.2.2-1.2.3.patch - check the changes to upstream patches and

[OE-core] [AUH] vulkan-loader: upgrading to 1.3.280.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-loader* to *1.3.280.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] xev: upgrading to 1.2.6 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xev* to *1.2.6* has Succeeded. Next steps: - apply the patch: git am 0001-xev-upgrade-1.2.5-1.2.6.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] piglit: upgrading to df0d0ae79ae077bf9cdc4015d06f4616aa94b13c SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *piglit* to *df0d0ae79ae077bf9cdc4015d06f4616aa94b13c* has Succeeded. Next steps: - apply the patch: git am 0001-piglit-upgrade-to-latest-revision.patch - check the changes

[OE-core] [AUH] mesa: upgrading to 24.0.5 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mesa* to *24.0.5* has Succeeded. Next steps: - apply the patch: git am 0001-mesa-upgrade-24.0.2-24.0.5.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] vulkan-samples: upgrading to 57680a64021a8161aa2cf451d9e2de7d719c4f22 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-samples* to *57680a64021a8161aa2cf451d9e2de7d719c4f22* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-samples

[OE-core] [AUH] libsdl2: upgrading to 2.30.2 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsdl2* to *2.30.2* has Succeeded. Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.30.0-2.30.2.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] libva-utils: upgrading to 2.21.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva-utils* to *2.21.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade libva-utils -V 2.21.0 -S

[OE-core] [AUH] harfbuzz: upgrading to 8.4.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *harfbuzz* to *8.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-harfbuzz-upgrade-8.3.0-8.4.0.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] libva: upgrading to 2.21.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva* to *2.21.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libva-upgrade-2.20.0-2.21.0.patch -

[OE-core] [AUH] libxmlb: upgrading to 0.3.18 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxmlb* to *0.3.18* has Succeeded. Next steps: - apply the patch: git am 0001-libxmlb-upgrade-0.3.15-0.3.18.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] libva-initial: upgrading to 2.21.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libva-initial* to *2.21.0* has Failed (devtool error). Detailed error information: The following devtool command failed: finish -f libva-initial

[OE-core] [AUH] texinfo: upgrading to 7.1 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *texinfo* to *7.1* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade texinfo -V 7.1 NOTE: Reconnecting to bitbake server...

[OE-core] [AUH] gtk4: upgrading to 4.14.2 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gtk4* to *4.14.2* has Succeeded. Next steps: - apply the patch: git am 0001-gtk4-upgrade-4.14.1-4.14.2.patch - check the changes to upstream patches and summarize them in

[OE-core] [AUH] gobject-introspection: upgrading to 1.80.1 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gobject-introspection* to *1.80.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] gtk-doc: upgrading to 1.34.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gtk-doc* to *1.34.0* has Succeeded. Next steps: - apply the patch: git am 0001-gtk-doc-upgrade-1.33.2-1.34.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] mdadm: upgrading to 4.3 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mdadm* to *4.3* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe mdadm failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] shadow: upgrading to 4.15.1 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *shadow* to *4.15.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe shadow failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] librsvg: upgrading to 2.58.0 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *librsvg* to *2.58.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-librsvg-upgrade-2.57.1-2.58.0.patch

[OE-core] [AUH] zstd: upgrading to 1.5.6 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *zstd* to *1.5.6* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-zstd-upgrade-1.5.5-1.5.6.patch - check

[OE-core] [AUH] stress-ng: upgrading to 0.17.07 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *stress-ng* to *0.17.07* has Succeeded. Next steps: - apply the patch: git am 0001-stress-ng-upgrade-0.17.05-0.17.07.patch - check the changes to upstream patches and

[OE-core] [AUH] man-pages: upgrading to 6.7 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *man-pages* to *6.7* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe man-pages failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] lzip: upgrading to 1.24.1 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lzip* to *1.24.1* has Succeeded. Next steps: - apply the patch: git am 0001-lzip-upgrade-1.24-1.24.1.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] adwaita-icon-theme: upgrading to 46.0 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *adwaita-icon-theme* to *46.0* has Succeeded. Next steps: - apply the patch: git am 0001-adwaita-icon-theme-upgrade-45.0-46.0.patch - check the changes to upstream patches

[OE-core] [AUH] libpam: upgrading to 1.6.1 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpam* to *1.6.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libpam failed. NOTE: Reconnecting to bitbake server... Loading

[OE-core] [AUH] go-helloworld: upgrading to 32022caedd6a177a7717aa8680cbe179e1045935 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go-helloworld* to *32022caedd6a177a7717aa8680cbe179e1045935* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade go-helloworld

[OE-core] [AUH] libstd-rs: upgrading to 1.77.2 FAILED

2024-04-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libstd-rs* to *1.77.2* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libstd-rs failed. NOTE: Reconnecting to bitbake server...

  1   2   >