Re: [OE-core] [PATHCH V5 3/4] rust: provide examples for C library generation in rust

2023-08-16 Thread Frederic Martinsons
On Wed, 16 Aug 2023 at 23:17, Alexandre Belloni < alexandre.bell...@bootlin.com> wrote: > On 16/08/2023 22:05:08+0200, Frederic Martinsons wrote: > > On Wed, 16 Aug 2023 at 20:59, Alexandre Belloni < > > alexandre.bell...@bootlin.com> wrote: > > > > > Hello, > > > > > > On 16/08/2023

[OE-core] [PATHCH V6 4/4] oeqa/runtime/rust: correct rust test

2023-08-16 Thread Frederic Martinsons
From: Frederic Martinsons Since setUp of RustCompileTest use cls.tc.copyTo, those tests needs the scp command: NOTE: == NOTE: FAIL: test_cargo_compile (rust.RustCompileTest) NOTE:

[OE-core] [PATHCH V6 3/4] rust: provide examples for C library generation in rust

2023-08-16 Thread Frederic Martinsons
From: Frederic Martinsons rust-c-lib-example is a little rust code which provide a single function to print a formatted date (via the chrono crate) from an input timestamp in millisecond. It has the necessary FFI annotation and inherit cargo_c class for the C ABI compatible library generation.

[OE-core] [PATHCH V6 1/4] rust: add cargo-c native recipe

2023-08-16 Thread Frederic Martinsons
From: Frederic Martinsons This package make it easier to generate C/C++ ABI compatible header, library and also generate package config file. It is built around cbindgen (https://github.com/mozilla/cbindgen) for the header generation, it compiles the library (static or dynamic) through cargo

[OE-core] [PATHCH V6 2/4] classes-recipe: add cargo_c.bbclass

2023-08-16 Thread Frederic Martinsons
From: Frederic Martinsons This class can be used inside rust recipe to generate a rust library that can be called by C/C++ code. The rust recipe which uses this class has to only replace "inherit cargo" by "inherit cargo_c". Signed-off-by: Frederic Martinsons ---

[OE-core] [PATHCH V6 0/4] Introduction of cargo-c class and recipe

2023-08-16 Thread Frederic Martinsons
From: Frederic Martinsons This series introduces a cargo-c.bbclass and cargo-c-native package that help building C-ABI compatible header and library around rust code. The third patch add examples and test to demonstrate the usage and the good working of this use case. The fourth patch correct

[OE-core][kirkstone 16/16] libxcrypt: update PV to match SRCREV

2023-08-16 Thread Steve Sakoman
From: Alexander Kanavin When SRCREV was updated, only libxcrypt-compat was renamed to match, but not libxcrypt proper. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni (cherry picked from commit 98c89359532778a894f50ddea1cc6ab922d6e562) Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 15/16] rpm2cpio.sh: update to the last 4.x version

2023-08-16 Thread Steve Sakoman
From: Alberto Planas openSUSE RPMs are compressing the RPM payload using zstd, that correspond to the magic ID 0x28, 0xb5, 0x2f. This patch update the script to the last version from the rpm project, and add support to this compression format, and extract the cpio payload using the "unzstd"

[OE-core][kirkstone 14/16] scripts/rpm2cpio.sh: Use bzip2 instead of bunzip2

2023-08-16 Thread Steve Sakoman
From: Pavel Zhukov bzip2 is in HOSTTOOLS already and used in few other places already. This fixes bin_package class for RPM packages without adding bunzip2 to HOSTTOOLS. Signed-off-by: Pavel Zhukov Signed-off-by: Luca Ceresoli (cherry picked from commit

[OE-core][kirkstone 13/16] npm.bbclass: avoid DeprecationWarning with new python

2023-08-16 Thread Steve Sakoman
From: Martin Jansa meta/classes-recipe/npm.bbclass:85: DeprecationWarning: invalid escape sequence '\.' '--transform', 's,^\./,package/,', Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/classes/npm.bbclass | 2 +- 1 file changed, 1

[OE-core][kirkstone 12/16] linux-firmware: Fix mediatek mt7601u firmware path

2023-08-16 Thread Steve Sakoman
From: Marek Vasut The following linux-firmware commit moved the mt7601u firmware blob into a mediatek/ subdirectory, update the path accordingly. 8451c2b1 ("mt76xx: Move the old Mediatek WiFi firmware to mediatek") (From OE-Core rev: 6fa5c4967a7e70192e9233c92534f27ec3e394c8) Fixes: 64603f602d

[OE-core][kirkstone 11/16] linux-yocto/5.10: update to v5.10.188

2023-08-16 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 3602dbc57b55 Linux 5.10.188 edce5fba78cc ftrace: Fix possible warning on checking all pages used in ftrace_process_locs() 115b19f89353 ftrace: Store the order of pages allocated

[OE-core][kirkstone 10/16] linux-yocto/5.10: update to v5.10.187

2023-08-16 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 140d69b4e41d Linux 5.10.187 93df00f9d48d x86/cpu/amd: Add a Zenbleed fix 191b8f9b0e37 x86/cpu/amd: Move the errata checking functionality up 113ce5ed59fc x86/microcode/AMD:

[OE-core][kirkstone 09/16] linux-yocto/5.10: update to v5.10.186

2023-08-16 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 381518b4a916 Linux 5.10.186 29917a20be43 bpf/btf: Accept function names that contain dots 8b7454dd984a netfilter: nf_tables: hold mutex on netns pre_exit path 9e8d927cfa56

[OE-core][kirkstone 08/16] dmidecode: fixup for CVE-2023-30630

2023-08-16 Thread Steve Sakoman
From: Adrian Freihofer The previous CVE-2023-30630_1.patch picked only the patch "dmidecode: Write the whole dump file at once" d8cfbc808f. But there was a refactoring which does not allow to cherry-pick it fast forward. Resolving this conflict was not correctly done. The patch was: +u32

[OE-core][kirkstone 07/16] curl: Backport fix CVE-2023-32001

2023-08-16 Thread Steve Sakoman
From: Ashish Sharma Signed-off-by: Ashish Sharma Signed-off-by: Steve Sakoman --- .../curl/curl/CVE-2023-32001.patch| 39 +++ meta/recipes-support/curl/curl_7.82.0.bb | 1 + 2 files changed, 40 insertions(+) create mode 100644

[OE-core][kirkstone 06/16] qemu: fix CVE-2023-3180

2023-08-16 Thread Steve Sakoman
From: Archana Polampalli A flaw was found in the QEMU virtual crypto device while handling data encryption/decryption requests in virtio_crypto_handle_sym_req. There is no check for the value of `src_len` and `dst_len` in virtio_crypto_sym_op_helper, potentially leading to a heap buffer overflow

[OE-core][kirkstone 05/16] procps: patch CVE-2023-4016

2023-08-16 Thread Steve Sakoman
From: Peter Marko Backport patch from upstream master. There were three changes needed to apply the patch: * move NEWS change to start of the file * change file location from src/ps/ to ps/ * change xmalloc/xcmalloc to malloc/cmalloc The x*malloc functions were introduced in commit in future

[OE-core][kirkstone 04/16] ghostscript: fix CVE-2023-38559

2023-08-16 Thread Steve Sakoman
From: Archana Polampalli A buffer overflow flaw was found in base/gdevdevn.c:1973 in devn_pcx_write_rle() in ghostscript. This issue may allow a local attacker to cause a denial of service via outputting a crafted PDF file for a DEVN device with gs. Reference:

[OE-core][kirkstone 03/16] qemu: fix CVE-2023-3354 VNC: improper I/O watch removal in TLS handshake can lead to remote unauthenticated denial of service

2023-08-16 Thread Steve Sakoman
From: Vivek Kumbhar Signed-off-by: Vivek Kumbhar Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2023-3354.patch | 87 +++ 2 files changed, 88 insertions(+) create mode 100644

[OE-core][kirkstone 02/16] qemu: fix CVE-2020-14394

2023-08-16 Thread Steve Sakoman
From: Yogita Urade QEMU: infinite loop in xhci_ring_chain_length() in hw/usb/hcd-xhci.c Reference: https://gitlab.com/qemu-project/qemu/-/issues/646 Signed-off-by: Yogita Urade Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 +

[OE-core][kirkstone 01/16] python3-certifi: fix CVE-2023-37920

2023-08-16 Thread Steve Sakoman
From: Narpat Mali Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes "e-Tugra" root certificates. e-Tugra's root certificates were subject to an

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

2023-08-16 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Friday, August 18. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5748 The following changes since commit e1a604db8d2cf8782038b4016cc2e2052467333b:

[OE-core] [PATCH 2/2] lttng-tools: Upgrade 2.13.9 -> 2.13.10

2023-08-16 Thread Richard Purdie
Signed-off-by: Richard Purdie --- ...a4a793c81221a28f822d07135069456ea021.patch | 48 .../lttng/lttng-tools/gcc13-ptest-fix.patch | 107 -- ...tools_2.13.9.bb => lttng-tools_2.13.10.bb} | 4 +- 3 files changed, 1 insertion(+), 158 deletions(-) delete mode 100644

[OE-core] [PATCH 1/2] lttng-modules: Upgrade 2.13.9 -> 2.13.10

2023-08-16 Thread Richard Purdie
Signed-off-by: Richard Purdie --- ...-vma-vm_flags-wrapper-functions-v6.3.patch | 82 - ...e-guid_t-and-uuid_le-types-and-respe.patch | 60 - ...ind_free_extent_ctl-to-allocator-tra.patch | 116 -- ...d-location-to-trace_consume_skb-v6.3.patch | 62

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

2023-08-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.28.2* has Succeeded. Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.28.0-2.28.2.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] gnutls: upgrading to 3.8.1 FAILED

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

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

2023-08-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 *247* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-244-247.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] libgit2: upgrading to 1.7.1 SUCCEEDED

2023-08-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.7.1* has Succeeded. Next steps: - apply the patch: git am 0001-libgit2-upgrade-1.7.0-1.7.1.patch - check the changes to upstream patches and summarize them

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

2023-08-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 *eeec6b867af104a93a615a285a29fab91d8709d4* has Succeeded. Next steps: - apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.patch - check the

[OE-core] [AUH] gpgme: upgrading to 1.21.0 FAILED

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

[OE-core] [AUH] bmap-tools: upgrading to 3.7 FAILED

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

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

2023-08-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.250.1* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-loader -V 1.3.250.1 -S

[OE-core] [AUH] gstreamer1.0-omx: upgrading to 1.22.5 SUCCEEDED

2023-08-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-omx* to *1.22.5* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-omx-upgrade-1.22.4-1.22.5.patch - check the changes to upstream patches

[OE-core] [AUH] gstreamer1.0-rtsp-server: upgrading to 1.22.5 SUCCEEDED

2023-08-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.22.5* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-rtsp-server-upgrade-1.22.4-1.22.5.patch - check the changes to

[OE-core] [AUH] gstreamer1.0-plugins-ugly: upgrading to 1.22.5 SUCCEEDED

2023-08-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.22.5* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins-ugly-upgrade-1.22.4-1.22.5.patch - check the changes

[OE-core] [AUH] wayland-utils: upgrading to 1.2.0 SUCCEEDED

2023-08-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-utils* to *1.2.0* has Succeeded. Next steps: - apply the patch: git am 0001-wayland-utils-upgrade-1.1.0-1.2.0.patch - check the changes to upstream patches and

[OE-core] [AUH] gstreamer1.0-python: upgrading to 1.22.5 SUCCEEDED

2023-08-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.22.5* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-python-upgrade-1.22.4-1.22.5.patch - check the changes to upstream

[OE-core] [AUH] lttng-modules: upgrading to 2.13.10 FAILED

2023-08-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-modules* to *2.13.10* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] lttng-tools: upgrading to 2.13.10 FAILED

2023-08-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.10* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe lttng-tools failed. NOTE: Starting bitbake server... Loading

[OE-core] [AUH] gstreamer1.0-libav: upgrading to 1.22.5 SUCCEEDED

2023-08-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.22.5* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-libav-upgrade-1.22.4-1.22.5.patch - check the changes to upstream

[OE-core] [AUH] gst-devtools: upgrading to 1.22.5 SUCCEEDED

2023-08-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.22.5* has Succeeded. Next steps: - apply the patch: git am 0001-gst-devtools-upgrade-1.22.4-1.22.5.patch - check the changes to upstream patches and

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

2023-08-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 *d97f58a63b9f8835b4aca5b110bd7a37cabe32fc* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-samples

[OE-core] [AUH] vulkan-validation-layers: upgrading to 1.3.250.1 SUCCEEDED

2023-08-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-validation-layers* to *1.3.250.1* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-validation-layers-upgrade-1.3.250.0-1.3.250.1.patch - check the

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

2023-08-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 *2023.6* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2023.5-2023.6.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] vulkan-tools: upgrading to 1.3.250.1 SUCCEEDED

2023-08-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-tools* to *1.3.250.1* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-tools-upgrade-1.3.250.0-1.3.250.1.patch - check the changes to upstream

[OE-core] [AUH] libpthread-stubs: upgrading to 0.5 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libpthread-stubs* to *0.5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade libpthread-stubs -V 0.5 NOTE: Starting bitbake

[OE-core] [AUH] libconvert-asn1-perl: upgrading to 0.34 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libconvert-asn1-perl* to *0.34* has Succeeded. Next steps: - apply the patch: git am 0001-libconvert-asn1-perl-upgrade-0.33-0.34.patch - check the changes to upstream

[OE-core] [AUH] glslang: upgrading to 1.3.250.1 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glslang* to *1.3.250.1* has Succeeded. Next steps: - apply the patch: git am 0001-glslang-upgrade-1.3.250.0-1.3.250.1.patch - check the changes to upstream patches and

[OE-core] [AUH] libglu: upgrading to 9.0.3 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libglu* to *9.0.3* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade libglu -V 9.0.3 NOTE: Starting bitbake server... Loading

[OE-core] [AUH] piglit: upgrading to 480bcc289d8d4a12ec786a44ac43941163d8157b FAILED

2023-08-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 *480bcc289d8d4a12ec786a44ac43941163d8157b* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe piglit failed. NOTE: Starting

[OE-core] [AUH] tar: upgrading to 1.35 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *tar* to *1.35* has Succeeded. Next steps: - apply the patch: git am 0001-tar-upgrade-1.34-1.35.patch - check the changes to upstream patches and summarize them in the commit

[OE-core] [AUH] man-pages: upgrading to 6.05.01 SUCCEEDED

2023-08-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.05.01* has Succeeded. Next steps: - apply the patch: git am 0001-man-pages-upgrade-6.04-6.05.01.patch - check the changes to upstream patches and summarize

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

2023-08-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.14.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe shadow failed. NOTE: Starting bitbake server... NOTE: Reconnecting

[OE-core] [AUH] libsecret: upgrading to 0.21.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsecret* to *0.21.0* has Succeeded. Next steps: - apply the patch: git am 0001-libsecret-upgrade-0.20.5-0.21.0.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] sysklogd: upgrading to 2.5.1 SUCCEEDED

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

[OE-core] [AUH] kmscube: upgrading to ea6c5d1eeefbfb0a1c27ab74a6e4621f1d9adf4c SUCCEEDED

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

[OE-core] [AUH] less: upgrading to 643 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *less* to *643* has Succeeded. Next steps: - apply the patch: git am 0001-less-upgrade-633-643.patch - check the changes to upstream patches and summarize them in the commit

[OE-core] [AUH] python3-trove-classifiers: upgrading to 2023.8.7 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-trove-classifiers* to *2023.8.7* has Succeeded. Next steps: - apply the patch: git am 0001-python3-trove-classifiers-upgrade-2023.7.6-2023.8.7.patch - check the

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

2023-08-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.16.04* has Succeeded. Next steps: - apply the patch: git am 0001-stress-ng-upgrade-0.15.08-0.16.04.patch - check the changes to upstream patches and

[OE-core] [AUH] mc: upgrading to 4.8.30 SUCCEEDED

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

[OE-core] [AUH] cargo: upgrading to 1.71.1 FAILED

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

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

2023-08-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.71.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe libstd-rs failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] rust: upgrading to 1.71.1 FAILED

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

[OE-core] [AUH] vala: upgrading to 0.56.11 SUCCEEDED

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

[OE-core] [AUH] groff: upgrading to 1.23.0 FAILED

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

[OE-core] [AUH] python3-setuptools: upgrading to 68.1.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *68.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-68.0.0-68.1.0.patch - check the changes to upstream

[OE-core] [AUH] rust-llvm: upgrading to 1.71.1 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rust-llvm* to *1.71.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe rust-llvm failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] ethtool: upgrading to 6.4 SUCCEEDED

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

[OE-core] [AUH] python3-sphinxcontrib-serializinghtml: upgrading to 1.1.8 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-serializinghtml* to *1.1.8* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade

[OE-core] [AUH] python3-sphinxcontrib-qthelp: upgrading to 1.0.6 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-qthelp* to *1.0.6* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-qthelp -V

[OE-core] [AUH] python3-wheel: upgrading to 0.41.1 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-wheel* to *0.41.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-wheel-upgrade-0.41.0-0.41.1.patch - check the changes to upstream patches and

[OE-core] [AUH] go-helloworld: upgrading to 9fd7daa707c37689879391242abc42be737c78e2 FAILED

2023-08-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 *9fd7daa707c37689879391242abc42be737c78e2* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade go-helloworld

[OE-core] [AUH] python3-sphinxcontrib-applehelp: upgrading to 1.0.7 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-applehelp* to *1.0.7* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-applehelp

[OE-core] [AUH] python3-jsonschema: upgrading to 4.19.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-jsonschema* to *4.19.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-jsonschema-upgrade-4.17.3-4.19.0.patch - check the changes to upstream

[OE-core] [AUH] python3-sphinxcontrib-htmlhelp: upgrading to 2.0.4 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-htmlhelp* to *2.0.4* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-htmlhelp

[OE-core] [AUH] python3-sphinxcontrib-devhelp: upgrading to 1.0.5 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinxcontrib-devhelp* to *1.0.5* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinxcontrib-devhelp -V

[OE-core] [AUH] python3-pygments: upgrading to 2.16.1 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pygments* to *2.16.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pygments-upgrade-2.15.1-2.16.1.patch - check the changes to upstream patches

[OE-core] [AUH] python3-more-itertools: upgrading to 10.1.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-more-itertools* to *10.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-more-itertools-upgrade-10.0.0-10.1.0.patch - check the changes to

[OE-core] [AUH] python3-dbusmock: upgrading to 0.29.1 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-dbusmock* to *0.29.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dbusmock-upgrade-0.29.0-0.29.1.patch - check the changes to upstream patches

[OE-core] [AUH] pkgconf: upgrading to 2.0.1 SUCCEEDED

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

[OE-core] [AUH] python3-hypothesis: upgrading to 6.82.4 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-hypothesis* to *6.82.4* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-6.82.0-6.82.4.patch - check the changes to upstream

[OE-core] [AUH] python3-libarchive-c: upgrading to 5.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-libarchive-c* to *5.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-libarchive-c-upgrade-4.0-5.0.patch - check the changes to upstream patches

[OE-core] [AUH] mmc-utils: upgrading to 613495ecaca97a19fa7f8f3ea23306472b36453c SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mmc-utils* to *613495ecaca97a19fa7f8f3ea23306472b36453c* has Succeeded. Next steps: - apply the patch: git am 0001-mmc-utils-upgrade-to-latest-revision.patch - check the

[OE-core] [AUH] python3-dtc: upgrading to 1.7.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-dtc* to *1.7.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dtc-upgrade-1.6.1-1.7.0.patch - check the changes to upstream patches and

[OE-core] [AUH] systemd-boot: upgrading to 254.1 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemd-boot* to *254.1* has Succeeded. Next steps: - apply the patch: git am 0001-systemd-boot-upgrade-254-254.1.patch - check the changes to upstream patches and

[OE-core] [AUH] seatd: upgrading to 0.8.0 SUCCEEDED

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

[OE-core] [AUH] python3-cython: upgrading to 3.0.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-cython* to *3.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-cython-upgrade-0.29.36-3.0.0.patch - check the changes to upstream patches and

[OE-core] [AUH] json-c: upgrading to 0.17 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *json-c* to *0.17* has Succeeded. Next steps: - apply the patch: git am 0001-json-c-upgrade-0.16-0.17.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] perl: upgrading to 5.38.0 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *perl* to *5.38.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe perl failed. NOTE: Starting bitbake server... Loading cache...done.

[OE-core] [AUH] meson: upgrading to 1.2.1 SUCCEEDED

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

[OE-core] [AUH] cmake: upgrading to 3.27.2 FAILED

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

[OE-core] [AUH] go-runtime: upgrading to 1.21.0 FAILED

2023-08-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-runtime* to *1.21.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe go-runtime failed. NOTE: Starting bitbake server... NOTE:

[OE-core] [AUH] glibc-tests: upgrading to 2.38 FAILED

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

[OE-core] [AUH] createrepo-c: upgrading to 1.0.0 SUCCEEDED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *createrepo-c* to *1.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-createrepo-c-upgrade-0.21.1-1.0.0.patch - check the changes to upstream patches and

[OE-core] [AUH] glibc-testsuite: upgrading to 2.38 FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *glibc-testsuite* to *2.38* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake glibc-testsuite' failed Loading cache...done. Loaded 1804 entries from

[OE-core] [AUH] libcgroup: upgrading to 3.1.0 FAILED

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

[OE-core] [AUH] kbd: upgrading to 2.6.2 SUCCEEDED

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

[OE-core] [AUH] dnf: upgrading to 4.16.2 SUCCEEDED

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

[OE-core] [AUH] gnu-config: upgrading to d4e37b5868ef910e3e52744c34408084bb13051c FAILED

2023-08-16 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gnu-config* to *d4e37b5868ef910e3e52744c34408084bb13051c* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade gnu-config -S

  1   2   >