Re: [OE-core] [PATCH v7 4/8] oeqa selftest uki.py: add tests for uki.bbclass

2024-10-10 Thread Mikko Rapeli
Hi, On Thu, Oct 10, 2024 at 08:17:38PM +, Ross Burton wrote: > On 10 Oct 2024, at 09:56, Mikko Rapeli via lists.openembedded.org > wrote: > > +# efi, uki and systemd features must be enabled > > +INIT_MANAGER = "systemd" > > Yes > > > +MACHINE_FEATURES:append = " efi" > > Maybe we should

Re: [OE-core] [PATCH v7 1/8] uki.bbclass: add class for building Unified Kernel Images (UKI)

2024-10-10 Thread Mikko Rapeli
On Thu, Oct 10, 2024 at 08:14:22PM +, Ross Burton wrote: > On 10 Oct 2024, at 09:56, Mikko Rapeli via lists.openembedded.org > wrote: > > > > +bb.warn("uki: running command: %s" % (ukify_cmd)) > > bb.debug, please. Thanks, fixed. Cheers, -Mikkko -=-=-=-=-=-=-=-=-=-=-=- Links: You re

Re: [OE-core] [PATCH v7 0/8] systemd uki support

2024-10-10 Thread Mikko Rapeli
Hi, On Thu, Oct 10, 2024 at 08:21:11PM +, Ross Burton wrote: > On 10 Oct 2024, at 09:56, Mikko Rapeli via lists.openembedded.org > wrote: > > Tested on qemuarm64-secureboot machine from meta-arm with changes to > > support secure boot. Slightly different configuration tested on > > multiple

[OE-core] [scarthgap][PATCH] libarchive: fix CVE-2024-48957 & CVE-2024-48958

2024-10-10 Thread Hitendra Prajapati via lists.openembedded.org
Backport fixes for: * CVE-2024-48957 - Upstream-Status: Backport from https://github.com/libarchive/libarchive/commit/3006bc5d02ad3ae3c4f9274f60c1f9d2d834734b * CVE-2024-48958 - Upstream-Status: Backport from https://github.com/libarchive/libarchive/commit/a1cb648d52f5b6d3f31184d9b6a7cbca628459b

Re: [OE-core] [meta][PATCH v2] python3-cryptography: upgrade 42.0.8 -> 43.0.1

2024-10-10 Thread Alexander Kanavin
Does this address the reproducibility issues Tim mentioned? Alex On Thu 10. Oct 2024 at 23.51, Tom Geelen via lists.openembedded.org wrote: > python3-cryptography-vectors: upgrade 42.0.8 -> 43.0.1 > > Changelog: > - https://cryptography.io/en/latest/changelog/#v43-0-0 > - https://cryptography.i

Re: [OE-core] [scarthgap][PATCH] cups: Backport fix for CVE-2024-47175

2024-10-10 Thread Hitendra Prajapati via lists.openembedded.org
Hi Team, any update on this ? Regards, Hitendra -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205653): https://lists.openembedded.org/g/openembedded-core/message/205653 Mute This Topic: https://lists.openembedded.org/mt/108883765/21656 Group Own

[OE-core] [PATCH 1/2] regression.py: fix AttributeError

2024-10-10 Thread Changqing Li via lists.openembedded.org
From: Changqing Li Fix following AttributeError when running "resulttool regression base target": File "/yocto/poky/scripts/lib/resulttool/regression.py", line 322, in regression_common res, resstr = compare_result(logger, c, b, base_results[a][c], target_results[a][b], args.limit) Attrib

[OE-core] [PATCH 2/2] regression.py: skip checking status for ptestresult.rawlogs/ptestresult.sections

2024-10-10 Thread Changqing Li via lists.openembedded.org
From: Changqing Li ptestresult.rawlogs/ptestresult.sections don't have status is expected, so skip them to avoid following error when running "resulttool regression base target": ERROR: Failed to retrieved base test case status: ptestresult.rawlogs ERROR: Failed to retrieved base test case statu

Re: [OE-core] [PATCH] archiver.bbclass: Fix archiver interaction with kernel recipes

2024-10-10 Thread Phil Reid via lists.openembedded.org
On 10/10/2024 15:17, Richard Purdie wrote: On Thu, 2024-10-10 at 13:25 +0800, Phil Reid via lists.openembedded.org wrote: Changes to the logic of is_work_shared where made in commit: 5fbb4ca8da4f4f1ea426275c45634802dcb5a575 "archiver.bbclass: Improve work-shared checking" The resuled in a chang

[OE-core] [meta][PATCH v2] python3-cryptography: upgrade 42.0.8 -> 43.0.1

2024-10-10 Thread Tom Geelen
python3-cryptography-vectors: upgrade 42.0.8 -> 43.0.1 Changelog: - https://cryptography.io/en/latest/changelog/#v43-0-0 - https://cryptography.io/en/latest/changelog/#v43-0-1 Change build tool to use python3-maturin-native as specified in pyproject.toml file. Performed linting on the recipe and

[OE-core][scarthgap]PATCH] license: Fix directory layout issues

2024-10-10 Thread Mark Hatle
From: Richard Purdie There are several issues: a) pointless empty directories were being created as a path wasn't fixed in a previous commit b) SSTATE_PKGARCH wasn't being captured into the task signature since it is in the ignore list by default. We want to capture the absolute value,

Re: [OE-core] [master][scarthgap][PATCH v3] lib/oe/package-manager: skip processing installed-pkgs with empty globs

2024-10-10 Thread Claus Stovgaard
On Mon, 2024-10-07 at 22:39 +0200, Claus Stovgaard wrote: > We can skip processing the installed-pkgs file if globs is empty. > This is the case if self.d.getVar for IMAGE_INSTALL_COMPLEMENTARY > returns an empty string. If globs is an empty string the result from > processing with empty glob in oe

Re: [OE-core] [RFC][master][PATCH] populate_sdk_base: Add SDKIMAGE_INSTALL_COMPLEMENTARY_HARD_DEPENDS_ONLY

2024-10-10 Thread Claus Stovgaard
On Tue, 2024-10-08 at 13:42 +0200, Alexander Kanavin wrote: > > On Tue, 8 Oct 2024 at 13:24, wrote: > > > > > > It is a build time dependency as I see it. > > > > > > > > if foo.bb is setting DEPENDS to include "bar baz and qux" to > > > > indicate > > > > it need it for compilation. > > > > >

Re: [OE-core] [PATCH v7 0/8] systemd uki support

2024-10-10 Thread Ross Burton
On 10 Oct 2024, at 09:56, Mikko Rapeli via lists.openembedded.org wrote: > Tested on qemuarm64-secureboot machine from meta-arm with changes to > support secure boot. Slightly different configuration tested on > multiple arm64 System Ready boards with UEFI firmware, real and firmware > based TPM

Re: [OE-core] [PATCH v7 4/8] oeqa selftest uki.py: add tests for uki.bbclass

2024-10-10 Thread Ross Burton
On 10 Oct 2024, at 09:56, Mikko Rapeli via lists.openembedded.org wrote: > +# efi, uki and systemd features must be enabled > +INIT_MANAGER = "systemd" Yes > +MACHINE_FEATURES:append = " efi" Maybe we should add this to the qemu machines, as they can do EFI. > +DISTRO_FEATURES:append = " uki"

Re: [OE-core] [PATCH v7 1/8] uki.bbclass: add class for building Unified Kernel Images (UKI)

2024-10-10 Thread Ross Burton
On 10 Oct 2024, at 09:56, Mikko Rapeli via lists.openembedded.org wrote: > > +bb.warn("uki: running command: %s" % (ukify_cmd)) bb.debug, please. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205643): https://lists.openembedded.org/g/

[OE-core] [AUH] python3-markupsafe: upgrading to 3.0.1 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-markupsafe* to *3.0.1* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-markupsafe -V 3.0.1 NOTE: Reconnect

[OE-core] [AUH] python3-xmltodict: upgrading to 0.14.1 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-xmltodict* to *0.14.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-xmltodict-upgrade-0.13.0-0.14.1.patch - check the changes to upstream pat

[OE-core] [AUH] gstreamer1.0-vaapi: upgrading to 1.24.8 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gstreamer1.0-vaapi* to *1.24.8* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-vaapi-upgrade-1.24.6-1.24.8.patch - check the changes to upstream

[OE-core] [AUH] go-binary-native: upgrading to 1.23.2 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *go-binary-native* to *1.23.2* has Succeeded. Next steps: - apply the patch: git am 0001-go-binary-native-upgrade-1.22.6-1.23.2.patch - check the changes to upstream patch

[OE-core] [AUH] libpipeline: upgrading to 1.5.8 FAILED

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

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

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

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

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

[OE-core] [AUH] dtc: upgrading to 1.7.1 FAILED

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

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *vulkan-loader* to *1.3.296.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade vulkan-loader -V 1.3.296.0 -S 7aeb5e4324957

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

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

[OE-core] [AUH] python3-urllib3: upgrading to 2.2.3 FAILED

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

[OE-core] [AUH] python3-isodate: upgrading to 0.7.2 FAILED

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

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ppp* to *2.5.1* has Succeeded. Next steps: - apply the patch: git am 0001-ppp-upgrade-2.5.0-2.5.1.patch - check the changes to upstream patches and summarize them in the

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ethtool* to *6.11* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.10-6.11.patch - check the changes to upstream patches and summarize them in

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-hypothesis* to *6.114.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-6.112.1-6.114.1.patch - check the changes to upstre

[OE-core] [AUH] libproxy: upgrading to 0.5.9 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libproxy* to *0.5.9* has Succeeded. Next steps: - apply the patch: git am 0001-libproxy-upgrade-0.5.8-0.5.9.patch - check the changes to upstream patches and summarize th

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gstreamer1.0-python* to *1.24.8* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-python-upgrade-1.24.6-1.24.8.patch - check the changes to upstrea

[OE-core] [AUH] btrfs-tools: upgrading to 6.11 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *btrfs-tools* to *6.11* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade btrfs-tools -V 6.11 -S 8859114eaee39c117ff95f5b60b

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ppp* to *2.5.1* has Succeeded. Next steps: - apply the patch: git am 0001-ppp-upgrade-2.5.0-2.5.1.patch - check the changes to upstream patches and summarize them in the

[OE-core] [AUH] rpm: upgrading to 4.20.0 FAILED

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

[OE-core] [AUH] python3-maturin: upgrading to 1.7.4 FAILED

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

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ethtool* to *6.11* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.10-6.11.patch - check the changes to upstream patches and summarize them in

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *harfbuzz* to *10.0.1* has Succeeded. Next steps: - apply the patch: git am 0001-harfbuzz-upgrade-9.0.0-10.0.1.patch - check the changes to upstream patches and summarize

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsdl2* to *2.30.8* has Succeeded. Next steps: - apply the patch: git am 0001-libsdl2-upgrade-2.30.7-2.30.8.patch - check the changes to upstream patches and summarize t

[OE-core] [AUH] cargo-c-native: upgrading to 0.10.4+cargo-0.82.0 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cargo-c-native* to *0.10.4+cargo-0.82.0* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade cargo-c-native -V 0.10.4+cargo-0

[OE-core] [AUH] mtd-utils: upgrading to 2.2.1 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mtd-utils* to *2.2.1* has Succeeded. Next steps: - apply the patch: git am 0001-mtd-utils-upgrade-2.2.0-2.2.1.patch - check the changes to upstream patches and summarize

[OE-core] [AUH] cargo,rust,libstd-rs,rust-llvm: upgrading to 1.81.0,1.81.0,1.81.0,1.81.0 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cargo,rust,libstd-rs,rust-llvm* to *1.81.0,1.81.0,1.81.0,1.81.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe cargo failed. NOTE

[OE-core] [AUH] xkeyboard-config: upgrading to 2.43 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xkeyboard-config* to *2.43* has Succeeded. Next steps: - apply the patch: git am 0001-xkeyboard-config-upgrade-2.42-2.43.patch - check the changes to upstream patches and

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

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

[OE-core] [AUH] python3-markupsafe: upgrading to 3.0.1 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-markupsafe* to *3.0.1* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade python3-markupsafe -V 3.0.1 NOTE: Reconnect

[OE-core] [AUH] dhcpcd: upgrading to 10.1.0 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dhcpcd* to *10.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-dhcpcd-upgrade-10.0.10-10.1.0.patch - check the changes to upstream patches and summarize th

[OE-core] [AUH] python3-urllib3: upgrading to 2.2.3 FAILED

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

[OE-core] [AUH] qemu-system-native,qemu,qemu-native: upgrading to 9.1.0,9.1.0,9.1.0 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *qemu-system-native,qemu,qemu-native* to *9.1.0,9.1.0,9.1.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe qemu-system-native fail

[OE-core] [AUH] virglrenderer: upgrading to 1.1.0 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *virglrenderer* to *1.1.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-virglrenderer-upgrade-1.0.1-1.1

[OE-core] [AUH] libproxy: upgrading to 0.5.9 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libproxy* to *0.5.9* has Succeeded. Next steps: - apply the patch: git am 0001-libproxy-upgrade-0.5.8-0.5.9.patch - check the changes to upstream patches and summarize th

[OE-core] [AUH] python3-dtc: upgrading to 1.7.1 FAILED

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

[OE-core] [AUH] puzzles: upgrading to 182b3d9e27981c03df07cc86d8f794ad218dc350 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *puzzles* to *182b3d9e27981c03df07cc86d8f794ad218dc350* has Succeeded. Next steps: - apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.patch - check the chan

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

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

[OE-core] [AUH] gnupg: upgrading to 2.5.1 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gnupg* to *2.5.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gnupg-upgrade-2.5.0-2.5.1.patch - c

[OE-core] [AUH] xz: upgrading to 5.6.3 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xz* to *5.6.3* has Succeeded. Next steps: - apply the patch: git am 0001-xz-upgrade-5.6.2-5.6.3.patch - check the changes to upstream patches and summarize them in the co

[OE-core] [AUH] repo: upgrading to 2.48 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *repo* to *2.48* has Succeeded. Next steps: - apply the patch: git am 0001-repo-upgrade-2.47-2.48.patch - check the changes to upstream patches and summarize them in the c

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-hypothesis* to *6.114.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-6.112.1-6.114.0.patch - check the changes to upstre

[OE-core] [AUH] python3-pycryptodome,python3-pycryptodomex: upgrading to 3.21.0,3.21.0 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pycryptodome,python3-pycryptodomex* to *3.21.0,3.21.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pycryptodome-python3-pycryptodomex-upgrade-3

[OE-core] [AUH] ttyrun: upgrading to 2.35.0 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ttyrun* to *2.35.0* has Succeeded. Next steps: - apply the patch: git am 0001-ttyrun-upgrade-2.34.0-2.35.0.patch - check the changes to upstream patches and summarize the

[OE-core] [AUH] mtools: upgrading to 4.0.45 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mtools* to *4.0.45* has Succeeded. Next steps: - apply the patch: git am 0001-mtools-upgrade-4.0.44-4.0.45.patch - check the changes to upstream patches and summarize the

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gst-devtools* to *1.24.8* has Succeeded. Next steps: - apply the patch: git am 0001-gst-devtools-upgrade-1.24.6-1.24.8.patch - check the changes to upstream patches and s

[OE-core] [AUH] btrfs-tools: upgrading to 6.11 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *btrfs-tools* to *6.11* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade btrfs-tools -V 6.11 -S 8859114eaee39c117ff95f5b60b

[OE-core] [AUH] tiff: upgrading to 4.7.0 FAILED

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

[OE-core] [AUH] rpm: upgrading to 4.20.0 FAILED

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

[OE-core] [AUH] python3-pefile: upgrading to 2024.8.26 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pefile* to *2024.8.26* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pefile-upgrade-2023.2.7-2024.8.26.patch - check the changes to upstream

[OE-core] [AUH] man-db: upgrading to 2.13.0 FAILED

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

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

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

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gstreamer1.0-libav* to *1.24.8* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-libav-upgrade-1.24.6-1.24.8.patch - check the changes to upstream

[OE-core] [AUH] sysvinit: upgrading to 3.10 FAILED

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

[OE-core] [AUH] cups: upgrading to 2.4.11 FAILED

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

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *vulkan-volk* to *1.3.296.0* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-volk-upgrade-1.3.290.0-1.3.296.0.patch - check the changes to upstream patche

[OE-core] [AUH] openssl: upgrading to 3.3.2 FAILED

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

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools-rust* to *1.10.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-rust-upgrade-1.10.1-1.10.2.patch - check the changes to

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *wireless-regdb* to *2024.10.07* has Succeeded. Next steps: - apply the patch: git am 0001-wireless-regdb-upgrade-2024.07.04-2024.10.07.patch - check the changes to upstr

[OE-core] [AUH] weston: upgrading to 14.0.0 FAILED

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

[OE-core] [AUH] spirv-headers: upgrading to 1.3.296.0 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *spirv-headers* to *1.3.296.0* has Succeeded. Next steps: - apply the patch: git am 0001-spirv-headers-upgrade-1.3.290.0-1.3.296.0.patch - check the changes to upstream p

[OE-core] [AUH] python3-dtc: upgrading to 1.7.1 FAILED

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

[OE-core] [AUH] libuv: upgrading to 1.49.0 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libuv* to *1.49.0* has Succeeded. Next steps: - apply the patch: git am 0001-libuv-upgrade-1.48.0-1.49.0.patch - check the changes to upstream patches and summarize them

[OE-core] [AUH] openssl: upgrading to 3.3.2 FAILED

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

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

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

[OE-core] [AUH] gnupg: upgrading to 2.5.1 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gnupg* to *2.5.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gnupg-upgrade-2.5.0-2.5.1.patch - c

[OE-core] [AUH] python3-markdown: upgrading to 3.7 FAILED

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

[OE-core] [AUH] libpipeline: upgrading to 1.5.8 FAILED

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

[OE-core] [AUH] libtry-tiny-perl: upgrading to 0.32 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libtry-tiny-perl* to *0.32* has Succeeded. Next steps: - apply the patch: git am 0001-libtry-tiny-perl-upgrade-0.31-0.32.patch - check the changes to upstream patches and

[OE-core] [AUH] repo: upgrading to 2.48 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *repo* to *2.48* has Succeeded. Next steps: - apply the patch: git am 0001-repo-upgrade-2.47-2.48.patch - check the changes to upstream patches and summarize them in the c

[OE-core] [AUH] libuv: upgrading to 1.49.0 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libuv* to *1.49.0* has Succeeded. Next steps: - apply the patch: git am 0001-libuv-upgrade-1.48.0-1.49.0.patch - check the changes to upstream patches and summarize them

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lttng-modules* to *2.13.15* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe lttng-modules failed. NOTE: Reconnecting to bitbake serv

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-jsonschema-specifications* to *2024.10.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-jsonschema-specifications-upgrade-2023.12.1-.patch -

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *stress-ng* to *0.18.05* has Succeeded. Next steps: - apply the patch: git am 0001-stress-ng-upgrade-0.18.02-0.18.05.patch - check the changes to upstream patches and summ

[OE-core] [AUH] dtc: upgrading to 1.7.1 FAILED

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

[OE-core] [AUH] screen: upgrading to 5.0.0 FAILED

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

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-dbusmock* to *0.32.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-dbusmock-upgrade-0.32.1-0.32.2.patch - check the changes to upstream patch

[OE-core] [AUH] python3-pefile: upgrading to 2024.8.26 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pefile* to *2024.8.26* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pefile-upgrade-2023.2.7-2024.8.26.patch - check the changes to upstream

[OE-core] [AUH] tcl: upgrading to 9.0.0 FAILED

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

[OE-core] [AUH] python3-pyproject-metadata: upgrading to 0.8.1 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pyproject-metadata* to *0.8.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pyproject-metadata-upgrade-0.8.0-0.8.1.patch - check the changes

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gstreamer1.0-libav* to *1.24.8* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-libav-upgrade-1.24.6-1.24.8.patch - check the changes to upstream

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

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gstreamer1.0-python* to *1.24.8* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-python-upgrade-1.24.6-1.24.8.patch - check the changes to upstrea

[OE-core] [AUH] qemu,qemu-native,qemu-system-native: upgrading to 9.1.0,9.1.0,9.1.0 FAILED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *qemu,qemu-native,qemu-system-native* to *9.1.0,9.1.0,9.1.0* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe qemu failed. NOTE: Reco

[OE-core] [AUH] liburi-perl: upgrading to 5.30 SUCCEEDED

2024-10-10 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *liburi-perl* to *5.30* has Succeeded. Next steps: - apply the patch: git am 0001-liburi-perl-upgrade-5.28-5.30.patch - check the changes to upstream patches and summarize

  1   2   3   >