[OE-core] [PATCH] libusb1: Set CVE_PRODUCT

2024-05-15 Thread Mark Jonas via lists.openembedded.org
From: Ricardo Simoes This commit sets the CVE_PRODUCT variable to "libusb" to match the product name used in the NIST CPE database [1]. [1]: https://nvd.nist.gov/products/cpe/search Signed-off-by: Ricardo Simoes Signed-off-by: Mark Jonas --- meta/recipes-support/libusb/libusb1_1.0.27.bb | 2

Re: [OE-core][PATCH v2] glibc: correct license

2024-05-15 Thread Martin Jansa
Hi Peter, what about BSD-4-Clause-UC, BSD-3-Clause, ISC licenses included in glibc. I've suggested to add them long time ago in: https://lists.openembedded.org/g/openembedded-core/topic/91285771#msg166005 which resulted in: https://sourceware.org/bugzilla/show_bug.cgi?id=28007 https://sourceware.

[OE-core] [PATCH] kexec-tools: Fix build with GCC-14 on musl

2024-05-15 Thread Khem Raj
Signed-off-by: Khem Raj --- ...linux-setup.c-Use-POSIX-basename-API.patch | 54 +++ .../kexec/kexec-tools_2.0.28.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-x86-linux-setup.c-Use-POSIX-basename-API.patc

[OE-core] [PATCH v4] ipk/rootfs: run sanity test of multilib in parallel

2024-05-15 Thread Seungkyun Kim
From: "seungkyun.kim" For multilib type packages, there is an additional temporary installation before the actual installation. It makes almost doubles the do_rootfs time if having many multilib type packages. To avoid this overhead, run sanity test in parallel. Installing package groups through

Re: [OE-core] [PATCH v8 0/3] pkg-database and systemd-sysext image

2024-05-15 Thread Johannes Schneider via lists.openembedded.org
Hoi Alexandre, and thanks again for patiently pointing out the autobuilder problems :-) "only" the test_image_gen_pkgdbfs_{ipk,deb,rpm} fail, the test_image_use_pkgdbfs succeeds picking apart the yocto-autobuilder-helper/config.json showed the difference: basically all oe-selftest-* use "MAC

[OE-core] [PATCH v9 3/3] classes: add a systemd-sysext image class

2024-05-15 Thread Johannes Schneider via lists.openembedded.org
systemd-sysext can load a raw-image containing usr/ and opt/ folders to mount them as RO overlay over the rootfs, to "extend" the systems. This class provides the necessary changes/additions to the enclosed file-system so that systemd-sysext accepts the extension for "merge" into the rootfs. With

[OE-core] [PATCH v9 2/3] image.bbclass/rootfs: set and unpack package-database

2024-05-15 Thread Johannes Schneider via lists.openembedded.org
set the package-database of a "lower image" to unpack and build upon when installing packages for the current image. This way a lean image will be created, which only holds the packages that are not already present in the lower image. An image build such could then be used with overlayfs or system

[OE-core] [PATCH v9 1/3] image.bbclass/rootfs: archive and deploy package database

2024-05-15 Thread Johannes Schneider via lists.openembedded.org
archive the package database after the rootfs has been put together as *rootfs-pkdbfs.tar.gz, and put it into the deploy folder. This creates a snapshot of the package mangers state at the point in time when all dependencies have been resolved and installed; which could be used by "extension image

[OE-core] [PATCH v9 0/3] pkg-database and systemd-sysext image

2024-05-15 Thread Johannes Schneider via lists.openembedded.org
systemd-sysext allows to overlay another image (or multiple) ontop of a "base-image" = the current rootfs, via the use of overlayfs; to add tools and features meant for development purposes. To quote the documentation on systemd-sysext: " ...addition in order to make debugging/development easier).

Re: [OE-core] [PATCH v8 0/3] pkg-database and systemd-sysext image

2024-05-15 Thread Alexandre Belloni via lists.openembedded.org
Hello, It seems that this reliably fails oe-selftest-armhost. I didn't really pay attention until now beause we had other issues but in this build, those are the only failing tests: https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/3322/steps/15/logs/stdio On 12/05/2024 08:31:56

[OE-core] [scarthgap][PATCH 1/2] devtool: standard: update-recipe/finish: fix update localfile in another layer

2024-05-15 Thread Jeff Harris
From: Julien Stephan When trying to use devtool update-recipe/finish on another layer, with modified local file we have the following error: Traceback (most recent call last): File "<..>/poky/scripts/devtool", line 350, in ret = main() ^^ File "<..>/poky/scripts/

[OE-core] [scarthgap][PATCH 2/2] oeqa/selftest/devtool: add test for updating local files into another layer

2024-05-15 Thread Jeff Harris
From: Julien Stephan We don't have a test to check if we can correctly devtool update-recipe/finish into another layer. So update the existing test_devtool_update_recipe_local_files to also check the updates into another layer. (From OE-Core rev: bd44c895d36e246a25c7a6e40bf9f4089dc7a297) Signe

[OE-core] [scarthgap][PATCH 0/2] Port devtool update-recipe/finish fix to scarthgap

2024-05-15 Thread Jeff Harris
Cherry-pick the fixes by Julien Stephan in master to the scarthgap branch. Verified 'oe-selftest -r devtool' succeeds Julien Stephan (2): devtool: standard: update-recipe/finish: fix update localfile in another layer oeqa/selftest/devtool: add test for updating local files into another

Re: [OE-core] [PATCH] devtool: modify: Catch git submodule error for go code

2024-05-15 Thread Richard Purdie
On Wed, 2024-05-15 at 17:55 +, Peter Kjellerstedt via lists.openembedded.org wrote: > Steve, please cherry-pick this to Scarthgap. > > //Peter > > > -Original Message- > > From: openembedded-core@lists.openembedded.orgĀ  > > On Behalf Of Ola x Nilsson > > Sent: den 14 maj 2024 11:56

Re: [OE-core] [PATCH 05/10] base: Switch UNPACKDIR to a subdir of WORKDIR

2024-05-15 Thread Richard Purdie
On Wed, 2024-05-15 at 17:42 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.orgĀ  > > On Behalf Of Richard Purdie > > Sent: den 15 maj 2024 13:56 > > To: openembedded-core@lists.openembedded.org > > Subject: [OE-core] [PATCH 05/10] base

Re: [OE-core] [PATCH] devtool: modify: Catch git submodule error for go code

2024-05-15 Thread Peter Kjellerstedt
Steve, please cherry-pick this to Scarthgap. //Peter > -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Ola x Nilsson > Sent: den 14 maj 2024 11:56 > To: openembedded-core@lists.openembedded.org > Cc: Ola x Nilsson > Subject: [OE-core] [PATCH] devtool:

Re: [OE-core] [PATCH 05/10] base: Switch UNPACKDIR to a subdir of WORKDIR

2024-05-15 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 15 maj 2024 13:56 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 05/10] base: Switch UNPACKDIR to a subdir of WORKDIR > > Change do_unpack to unpack

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

2024-05-15 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 cac

[OE-core] [AUH] boost: upgrading to 1.85.0 FAILED

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

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

2024-05-15 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.7.3* has Succeeded. Next steps: - apply the patch: git am 0001-enchant2-upgrade-2.7.2-2.7.3.patch - check the changes to upstream patches and summarize them

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-rtsp-ser

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

2024-05-15 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.12-21.1.13.patch - check the changes to upstream patches and s

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gst-devtools-upgrade-1.22.11-1.24.

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

2024-05-15 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.3* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gstreamer1.0-plugins-bad failed. NOTE: Reconnecti

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-libav-upgrade-

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-python-upgrad

[OE-core] [AUH] systemtap: upgrading to 5.1 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *systemtap* to *5.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-systemtap-upgrade-5.0-5.1.patch - ch

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

2024-05-15 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.283.0* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-utility-libraries-upgrade-1.3.280.0-1.3.283.0.patch - check the ch

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

2024-05-15 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 *266* has Succeeded. Next steps: - apply the patch: git am 0001-diffoscope-upgrade-265-266.patch - check the changes to upstream patches and summarize them in

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-vaapi-upgrade-

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

2024-05-15 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 chang

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

2024-05-15 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 changes

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

2024-05-15 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.19* has Succeeded. Next steps: - apply the patch: git am 0001-libxmlb-upgrade-0.3.18-0.3.19.patch - check the changes to upstream patches and summarize them

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

2024-05-15 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.08* has Succeeded. Next steps: - apply the patch: git am 0001-stress-ng-upgrade-0.17.07-0.17.08.patch - check the changes to upstream patches and summari

[OE-core] [AUH] ffmpeg: upgrading to 7.0 FAILED

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

[OE-core] [AUH] wireless-regdb: upgrading to 2024.05.08 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wireless-regdb* to *2024.05.08* has Succeeded. Next steps: - apply the patch: git am 0001-wireless-regdb-upgrade-2024.01.23-2024.05.08.patch - check the changes to upstream

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

2024-05-15 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 c

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

2024-05-15 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 0001-libcap-ng-python-upgrade-0.8.4-

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

2024-05-15 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.1* 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.1.patch - check

[OE-core] [AUH] vulkan-validation-layers: upgrading to 1.3.283.0 FAILED

2024-05-15 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.283.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-vulkan-validation-

[OE-core] [AUH] msmtp: upgrading to 1.8.26 SUCCEEDED

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

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

2024-05-15 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 /home/pokybuild/yocto-worker/auh/

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

2024-05-15 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 the

[OE-core] [AUH] appstream: upgrading to 1.0.3 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *appstream* to *1.0.3* has Succeeded. Next steps: - apply the patch: git am 0001-appstream-upgrade-1.0.2-1.0.3.patch - check the changes to upstream patches and summarize the

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

2024-05-15 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.13* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-lttng-modules-upgrade-2.13.12-2.

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

2024-05-15 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.1* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2024.0-2024.1.patch - check the changes to upstream patches and summarize them

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

2024-05-15 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 - c

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

2024-05-15 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.283.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-loader -V 1.3.283.0 -S 720be5198aad4696

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

2024-05-15 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.3* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe gstreamer1.0 failed. NOTE: Reconnecting to bitbake server...

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

2024-05-15 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.283.0* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-volk-upgrade-1.3.280.0-1.3.283.0.patch - check the changes to upstream patches a

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

2024-05-15 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.18.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pygments-upgrade-2.17.2-2.18.0.patch - check the changes to upstream patches

[OE-core] [AUH] valgrind: upgrading to 3.23.0 FAILED

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

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

2024-05-15 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 *c9356f62e4472d25b734115dc9cea2bbc200ca64* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-samples

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

2024-05-15 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.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gstreamer1.0-plugins

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

2024-05-15 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 c

[OE-core] [AUH] gdk-pixbuf: upgrading to 2.42.12 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gdk-pixbuf* to *2.42.12* has Succeeded. Next steps: - apply the patch: git am 0001-gdk-pixbuf-upgrade-2.42.11-2.42.12.patch - check the changes to upstream patches and summa

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

2024-05-15 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.283.0* has Succeeded. Next steps: - apply the patch: git am 0001-glslang-upgrade-1.3.280.0-1.3.283.0.patch - check the changes to upstream patches and summa

[OE-core] [AUH] python3-setuptools-scm: upgrading to 8.1.0 FAILED

2024-05-15 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-scm* to *8.1.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-setuptools-scm -V 8.1.0 NOTE: Reco

[OE-core] [AUH] vulkan-tools: upgrading to 1.3.283.0 FAILED

2024-05-15 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.283.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-vulkan-tools-upgrade-1.3.280.0

[OE-core] [AUH] quilt: upgrading to 0.68 FAILED

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

[OE-core] [AUH] icu: upgrading to 75-1 FAILED

2024-05-15 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 *75-1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-icu-upgrade-74-2-75-1.patch - check the c

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

2024-05-15 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.7* has Succeeded. Next steps: - apply the patch: git am 0001-mesa-upgrade-24.0.5-24.0.7.patch - check the changes to upstream patches and summarize them in th

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

2024-05-15 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.78.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade rust -V 1.78.0 NOTE: Reconnecting to bitbake server... Load

[OE-core] [AUH] xmlto: upgrading to 635dcd5bc84a7b67a3a2050a179d96e1d3050b15 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xmlto* to *635dcd5bc84a7b67a3a2050a179d96e1d3050b15* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-xmlto-u

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

2024-05-15 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] libva-utils: upgrading to 2.21.0 FAILED

2024-05-15 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: Running 'devtool upgrade' for recipe libva-utils failed. NOTE: Reconnecting to bitbake server... Lo

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

2024-05-15 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(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-shadow-upgrade-4.15.0-4.15.1.patch -

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

2024-05-15 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.78.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade cargo -V 1.78.0 NOTE: Reconnecting to bitbake server... Lo

[OE-core] [AUH] python3-mako: upgrading to 1.3.5 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-mako* to *1.3.5* has Succeeded. Next steps: - apply the patch: git am 0001-python3-mako-upgrade-1.3.3-1.3.5.patch - check the changes to upstream patches and summari

[OE-core] [AUH] python3-bcrypt: upgrading to 4.1.3 FAILED

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

[OE-core] [AUH] ifupdown: upgrading to 0.8.43 FAILED

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

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

2024-05-15 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] qemu: upgrading to 9.0.0 FAILED

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

[OE-core] [AUH] cups: upgrading to 2.4.8 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *cups* to *2.4.8* has Succeeded. Next steps: - apply the patch: git am 0001-cups-upgrade-2.4.7-2.4.8.patch - check the changes to upstream patches and summarize them in the c

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

2024-05-15 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.20.0* has Succeeded. Next steps: - apply the patch: git am 0001-dnf-upgrade-4.19.2-4.20.0.patch - check the changes to upstream patches and summarize them in the

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

2024-05-15 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.78.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade libstd-rs -V 1.78.0 NOTE: Reconnecting to bitbake serv

[OE-core] [AUH] python3-meson-python: upgrading to 0.16.0 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-meson-python* to *0.16.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-meson-python -V 0.16.0 NOTE: Reconn

[OE-core] [AUH] python3-referencing: upgrading to 0.35.1 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-referencing* to *0.35.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-referencing-upgrade-0.34.0-0.35.1.patch - check the changes to upstream p

[OE-core] [AUH] python3-sphinx: upgrading to 7.3.7 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinx* to *7.3.7* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-sphinx -V 7.3.7 NOTE: Reconnecting to bitb

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

2024-05-15 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.1.1* has Succeeded. Next steps: - apply the patch: git am 0001-createrepo-c-upgrade-1.1.0-1.1.1.patch - check the changes to upstream patches and summari

[OE-core] [AUH] python3-lxml: upgrading to 5.2.2 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-lxml* to *5.2.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-lxml-upgrade-5.2.1-5.2.2.patch - check the changes to upstream patches and summari

[OE-core] [AUH] python3-pyproject-hooks: upgrading to 1.1.0 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pyproject-hooks* to *1.1.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-pyproject-hooks -V 1.1.0 NOTE: Re

[OE-core] [AUH] python3-rpds-py: upgrading to 0.18.1 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-rpds-py* to *0.18.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-rpds-py-upgrade-0.18.0-

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

2024-05-15 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.78.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade rust-llvm -V 1.78.0 NOTE: Reconnecting to bitbake serv

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

2024-05-15 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.22.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-go-runtime-upgrade-1.22.2-1.22.3.pat

[OE-core] [AUH] python3-cryptography: upgrading to 42.0.7 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-cryptography* to *42.0.7* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-cryptography-upgr

[OE-core] [AUH] go: upgrading to 1.22.3 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go* to *1.22.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-go-upgrade-1.22.2-1.22.3.patch - check t

[OE-core] [AUH] python3-pyproject-metadata: upgrading to 0.8.0 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pyproject-metadata* to *0.8.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-pyproject-metadata -V 0.8.0 N

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

2024-05-15 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.22.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-jsonschema-upgrade-4.21.1-4.22.0.patch - check the changes to upstream pat

[OE-core] [AUH] python3-docutils: upgrading to 0.21.2 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-docutils* to *0.21.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-docutils-upgrade-0.20.

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

2024-05-15 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.29.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-cmake-upgrade-3.28.3-3.29.3.patch - c

[OE-core] [AUH] python3-jinja2: upgrading to 3.1.4 FAILED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-jinja2* to *3.1.4* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-jinja2 -V 3.1.4 NOTE: Reconnecting to bitb

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

2024-05-15 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.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-meson-upgrade-1.3.1-1.4.0.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] librepo: upgrading to 1.17.1 SUCCEEDED

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

[OE-core] [AUH] python3-hatchling: upgrading to 1.24.2 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-hatchling* to *1.24.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hatchling-upgrade-1.24.1-1.24.2.patch - check the changes to upstream patche

[OE-core] [AUH] dmidecode: upgrading to 3.6 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dmidecode* to *3.6* has Succeeded. Next steps: - apply the patch: git am 0001-dmidecode-upgrade-3.5-3.6.patch - check the changes to upstream patches and summarize them in t

[OE-core] [AUH] btrfs-tools: upgrading to 6.8.1 SUCCEEDED

2024-05-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *btrfs-tools* to *6.8.1* has Succeeded. Next steps: - apply the patch: git am 0001-btrfs-tools-upgrade-6.8-6.8.1.patch - check the changes to upstream patches and summarize t

[OE-core] [AUH] nasm: upgrading to 2.16.03 SUCCEEDED

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

  1   2   >