From: Joseph Tilahun
The monotonic clock is preferable over the system clock when computing the time
elapsed.
Signed-off-by: Joseph Tilahun
---
meta/classes-global/buildstats.bbclass| 4 +--
meta/classes/buildhistory.bbclass | 4 +--
meta/lib/oeqa/core/context.py
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 12:33:32+0200
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: ---
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.
r
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 and
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
---
meta/classes-recipe/cargo_c.b
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 p
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
---
.../l
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" bina
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 eb3ec7469fff857c819332371ad1d586f43c79c3
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 insertio
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 (
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 i
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: Loa
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 netf
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 len
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 meta/recipes-support/curl/curl/C
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
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 ve
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:
https://nvd.nist.gov/vuln/detail/C
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 meta/recipes-devtools/qemu/qemu/
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 +
.../qemu/qemu/CVE-2020-14394
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
inves
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:
build-appli
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
me
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 -
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 them
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
- ch
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 in
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 in
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 cache...done.
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 changes
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
d84a6fd202fe246a0bc19ed2082e41bcdd
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
f372068d09fc13bc
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
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
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 t
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 summa
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 p
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 0001-lttng-modules-upgrade-2.13.9-2.1
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
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 pat
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 summ
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
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 ch
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 them
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 patche
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 ser
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 patche
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 summa
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 c
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 bit
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
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
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
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
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
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 changes
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
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 cha
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 summari
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 com
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 to
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: Reconne
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 b
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
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 to
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 pat
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: Reconne
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 c
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
python3-sphinxcontrib-seri
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
1.0
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 su
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 -S
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
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 pat
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
-V
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
1
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
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 upst
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
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 in
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 pat
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 a
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 cha
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 summarize
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 summarize
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 the
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 s
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
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.
L
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 the
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
- c
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: Recon
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
78ca34d8c55eee6b0664f9c1d30fcc
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 summar
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 dep
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...
Loa
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 comm
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
1 - 100 of 143 matches
Mail list logo