Signed-off-by: Martin Jansa
---
.../python/python3-cython_0.29.36.bb | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.36.bb
b/meta/recipes-devtools/python/python3-cython_0.29.36.bb
index 78be2b94ed..
Signed-off-by: Martin Jansa
---
meta/recipes-devtools/valgrind/valgrind_3.21.0.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb
b/meta/recipes-devtools/valgrind/valgrind_3.21.0.bb
index 68ab319a1b..d098ae08fc 100644
---
Signed-off-by: Martin Jansa
---
.../0001-vulkan-samples-Fix-reproducibility-issue.patch | 2 +-
meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/meta/recipes-graphics/vulkan/vulkan-samples/0001-vulkan-s
Signed-off-by: Martin Jansa
---
meta/recipes-kernel/perf/perf.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index a90acd55ef..85ae338a67 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipe
Signed-off-by: Martin Jansa
---
meta/classes-recipe/rust-common.bbclass| 2 +-
meta/recipes-devtools/rust/cargo_1.70.0.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes-recipe/rust-common.bbclass
b/meta/classes-recipe/rust-common.bbclass
index 878272721c.
Signed-off-by: Martin Jansa
---
meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb
b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb
index e65f80d64b..0ad2f80217 100644
--- a/meta/recipes-mult
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb
b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb
index 99ed82dac4..ca1910966e 100644
--- a/me
Signed-off-by: Martin Jansa
---
meta/recipes-devtools/go/go-cross-canadian.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/go/go-cross-canadian.inc
b/meta/recipes-devtools/go/go-cross-canadian.inc
index 45758f3361..0a72e89bbd 100644
--- a/meta/recipe
Signed-off-by: Martin Jansa
---
meta/recipes-extended/acpica/acpica_20230628.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/acpica/acpica_20230628.bb
b/meta/recipes-extended/acpica/acpica_20230628.bb
index b7921516a2..8ca1f0892f 100644
--- a/meta/rec
Signed-off-by: Martin Jansa
---
meta/recipes-core/ovmf/ovmf_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb
b/meta/recipes-core/ovmf/ovmf_git.bb
index 6bbe21ac5c..bf67a2a4a8 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/r
* ${EXTENDPE} and ${PR} was already dropped from ${WORKDIR} in:
https://lists.openembedded.org/g/openembedded-core/message/185818
adjust -fmacro-prefix-map and -fdebug-prefix-map similarly.
As we don't depend on PR in WORKDIR maybe we don't need it in
/usr/src/debug paths as well anymore.
From: Archana Polampalli
This includes CVE fix for CVE-2023-46246.
9198c1f2b (tag: v9.0.2068) patch 9.0.2068: [security] overflow in :history
References:
https://nvd.nist.gov/vuln/detail/CVE-2023-46246
Signed-off-by: Archana Polampalli
---
meta/recipes-support/vim/vim.inc | 2 +-
1 file chang
From: Vijay Anusuri
Patches to fix:
CVE-2023-38469
CVE-2023-38470
CVE-2023-38471
CVE-2023-38472
CVE-2023-38473
Upstream-Status: Backport
[https://github.com/lathiat/avahi/commit/a337a1ba7d15853fb56deef1f464529af6e3a1cf
&
https://github.com/lathiat/avahi/commit/c6cab87df290448a63323c8ca759b
As xuser-account creates a new user, we need to add it to the testing
static passwd file.
Signed-off-by: Yoann Congal
---
meta-selftest/files/static-group | 1 +
meta-selftest/files/static-passwd | 1 +
2 files changed, 2 insertions(+)
diff --git a/meta-selftest/files/static-group b/meta-selft
Dnia środa, 15 listopada 2023 23:19:40 CET Richard Purdie pisze:
> On Wed, 2023-11-15 at 22:52 +0100, Piotr Łobacz wrote:
> > As curl-native needs CA bundle for establishing secure connection,
> > its installation is required in native environment.
> >
> > Signed-off-by: Piotr Łobacz
> > ---
> >
Dnia środa, 15 listopada 2023 23:17:40 CET Richard Purdie pisze:
> On Wed, 2023-11-15 at 22:52 +0100, Piotr Łobacz wrote:
> > By default curl is being configured with:
> >
> > --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt
> >
> > which causes an issue for native build, when calling
On Wed, 2023-11-15 at 09:26 -0700, Christopher Larson wrote:
>
> Can you explain your issues with gdb with using a rootfs-dbg, because
> I don’t see any problem with a filesystem that only contains debug
> symbols, given how easily gdb can be configured to look into
> alternate paths. I’ll admit I
On Wed, 2023-11-15 at 22:52 +0100, Piotr Łobacz wrote:
> As curl-native needs CA bundle for establishing secure connection,
> its installation is required in native environment.
>
> Signed-off-by: Piotr Łobacz
> ---
> .../recipes-support/ca-certificates/ca-certificates_20211016.bb | 2 ++
> 1 fi
On Wed, 2023-11-15 at 22:52 +0100, Piotr Łobacz wrote:
> By default curl is being configured with:
>
> --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt
>
> which causes an issue for native build, when calling
> curl-native command, as certificates file is missing.
>
> Signed-off-by:
As curl-native needs CA bundle for establishing secure connection,
its installation is required in native environment.
Signed-off-by: Piotr Łobacz
---
.../recipes-support/ca-certificates/ca-certificates_20211016.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/ca-cer
By default curl is being configured with:
--with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt
which causes an issue for native build, when calling
curl-native command, as certificates file is missing.
Signed-off-by: Piotr Łobacz
---
meta/recipes-support/curl/curl_8.4.0.bb | 1 +
1 fil
As Richard has noticed it was wrong, meaning part of the fix should be placed
in ca-certificates and I even dunno why it was still working... Nevertheless
I'm sending v2 patchest.
BR
Piotr
Od: Ross Burton
Wysłane: poniedziałek, 13 listopada 2023 18:44
Do: Piotr
Upstream Repository: https://github.com/curl/curl.git
Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2023-38039
Type: Security Fix
CVE: CVE-2023-38039
Score: 7.5
Patch: https://github.com/curl/curl/commit/3ee79c1674fd6f9
Signed-off-by: Deepak Rathore
diff --git a/meta/recipes-support/curl/cu
From: Markus Volk
Rework recipe
- remove legacy of the autotools buildsystem
- remove BBCLASSEXTEND
- build vapi dependent on gi-data
- docs require gir, add a EXTRA_OEMESON:append to avoid fail in
a combination where docs=true and gir=false
- gtk+3 and gtk4 are requested by default-> add gtk4
* Inherit systemd class
* Add packageconfig for fribidi support
Signed-off-by: Khem Raj
---
meta/recipes-support/vte/{vte_0.74.0.bb => vte_0.74.1.bb} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-support/vte/{vte_0.74.0.bb => vte_0.74.1.bb} (89%)
diff --git a/m
Hello Steve,
I've just stumbled upon the fact that this upgrade causes softhsm
package to throw SIGSEGV when PKCS#11 engine is used.
There is an ongoing discussion on both OpenSSL [1] and SoftHSM [2]
repositories on how to address this issue, but there is no definitive
solution presented at
From: Ross Burton
Update this wic image to be more generalised:
- Use ${EFI_PROVIDER} instead of hard-coding grub-efi
- Don't set the console explicitly, the kernel can set that up
- Use generic partition names "boot" and "root" instead of "msdos" and
"platform"
- Use UUIDs for more mounts
Si
On 2023-11-15 9:48 a.m., Alexander Kanavin wrote:
On Thu, 9 Nov 2023 at 03:00, Randy MacLeod wrote:
As I said previously, I may not have time to get back to this until next week so
if anyone picks up this work, they might want to confirm that this is really
required.
I should have just waited
On Nov 15, 2023 at 7:09 AM -0700, Joakim Tjernlund via lists.openembedded.org
, wrote:
> On Wed, 2023-11-15 at 14:45 +0100, Alexander Kanavin wrote:
> > On Wed, 15 Nov 2023 at 14:42, Joakim Tjernlund
> > wrote:
> > > > Pending... what exactly?
> > >
> > > Pending merge
> >
> > If a patch is pendi
Can you explain your issues with gdb with using a rootfs-dbg, because I don’t
see any problem with a filesystem that only contains debug symbols, given how
easily gdb can be configured to look into alternate paths. I’ll admit I also
don’t know the difference between these modes, and also wonder
Hi Richard,
> FWIW I think it would be fine to add an API to tinfoil to execute a
> task and only that task ignoring dependencies.
I'm going to try to develop a patch for a Tinfoil API extension today.
I'm not sure if I'm up to it, but I'm sure I'm motivated to try. :-)
I think that this could l
Rather than whitelist, the upstream database should be corrected.
Please send an email to cpe_diction...@nist.gov explaining why the
database entry is incorrect, providing supporting links.
It is always best to correct the database in cases like this.
Steve
On Mon, Nov 13, 2023 at 8:35 PM pooji
On Wed, 2023-11-15 at 15:01 +0100, adrian.freiho...@gmail.com wrote:
> When it comes to the do_install and other remote debugging related
> tasks, the IDE anyway does not more than calling shell commands. There
> could be a script which calls bitbake -c install and devtool deploy-
> target. It woul
On Thu, 9 Nov 2023 at 03:00, Randy MacLeod wrote:
> As I said previously, I may not have time to get back to this until next week
> so
> if anyone picks up this work, they might want to confirm that this is really
> required.
>
> I should have just waited until I had time to complete the update
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vte* to *0.74.1* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe vte failed.
NOTE: Reconnecting to bitbake server...
Loading cache...do
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *diffoscope* to *251* has
Succeeded.
Next steps:
- apply the patch: git am 0001-diffoscope-upgrade-249-251.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 *icu* to *74-1* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-icu-upgrade-73-2-74-1.patch
- check the c
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libgcrypt* to *1.10.3* has
Succeeded.
Next steps:
- apply the patch: git am 0001-libgcrypt-upgrade-1.10.2-1.10.3.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 *shared-mime-info* to *2.4*
has Succeeded.
Next steps:
- apply the patch: git am 0001-shared-mime-info-upgrade-2.3-2.4.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-rtsp-server* to
*1.22.7* has Succeeded.
Next steps:
- apply the patch: git am
0001-gstreamer1.0-rtsp-server-upgrade-1.22.6-1.22.7.patch
- check the changes to
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *p11-kit* to *0.25.2* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-p11-kit-upgrade-0.25.0-0.25.2.patch
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 *puzzles* to
*96d65e852cea8a95001fa70e3ec2996d4ea5e2b4* 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 *webkitgtk* to *2.42.2* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe webkitgtk failed.
NOTE: Reconnecting to bitbake server...
Loadin
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-samples* to
*3d48fe1691fd105e3c38cdea4cb8d58d85eb0fdc* has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am
00
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *appstream* to *1.0.0* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe appstream failed.
NOTE: Reconnecting to bitbake server...
Loading
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mpg123* to *1.32.3* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-mpg123-upgrade-1.31.3-1.32.3.patch
-
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.7*
has Succeeded.
Next steps:
- apply the patch: git am 0001-gstreamer1.0-omx-upgrade-1.22.6-1.22.7.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 *hwlatdetect* to *2.6* has
Succeeded.
Next steps:
- apply the patch: git am 0001-hwlatdetect-upgrade-2.5-2.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 *linux-firmware* to *2023*
has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am
0001-linux-firmware-upgrade-202310
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libsdl2* to *2.28.5* has
Succeeded.
Next steps:
- apply the patch: git am 0001-libsdl2-upgrade-2.28.4-2.28.5.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 *gstreamer1.0-python* to
*1.22.7* has Succeeded.
Next steps:
- apply the patch: git am
0001-gstreamer1.0-python-upgrade-1.22.6-1.22.7.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 *systemtap* to *5.0* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-systemtap-upgrade-4.9-5.0.patch
- ch
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ffmpeg* to *6.1* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe ffmpeg failed.
NOTE: Reconnecting to bitbake server...
Loading cache..
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.7* has Succeeded.
Next steps:
- apply the patch: git am
0001-gstreamer1.0-plugins-ugly-upgrade-1.22.6-1.22.7.patch
- check the changes t
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libxkbcommon* to *1.6.0* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-libxkbcommon-upgrade-1.5.0-1.6.0.pa
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.268.0* has Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe vulkan-validation-layers failed.
NOTE: Reconne
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-headers* to
*1.3.268.0* has Succeeded.
Next steps:
- apply the patch: git am
0001-vulkan-headers-upgrade-1.3.261.1-1.3.268.0.patch
- check the changes to upstream pa
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-loader* to *1.3.268.0*
has Failed (devtool error).
Detailed error information:
The following devtool command failed: upgrade vulkan-loader -V 1.3.268.0 -S
f4c838e2e7358fc4
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *waffle* to *1.8.0* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe waffle failed.
NOTE: Reconnecting to bitbake server...
Loading cache
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *glslang* to *1.3.268.0* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-glslang-upgrade-1.3.261.1-1.3.268.0.
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *virglrenderer* to *1.0.0* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-virglrenderer-upgrade-0.10.4-1.0.0
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *epiphany* to *45.1* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-epiphany-upgrade-44.6-45.1.patch
- c
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libdrm* to *2.4.117* has
Succeeded.
Next steps:
- apply the patch: git am 0001-libdrm-upgrade-2.4.116-2.4.117.patch
- check the changes to upstream patches and summarize the
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *lsof* to *4.99.0* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-lsof-upgrade-4.98.0-4.99.0.patch
- che
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gst-devtools* to *1.22.7* has
Succeeded.
Next steps:
- apply the patch: git am 0001-gst-devtools-upgrade-1.22.6-1.22.7.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 *gsettings-desktop-schemas* to
*45.0* has Succeeded.
Next steps:
- apply the patch: git am
0001-gsettings-desktop-schemas-upgrade-44.0-45.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 *valgrind* to *3.22.0* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-valgrind-upgrade-3.21.0-3.22.0.patch
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 *rpm* to *4.19.0* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86-64 bitbake rpm' failed
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gawk* to *5.3.0* has
Succeeded.
Next steps:
- apply the patch: git am 0001-gawk-upgrade-5.2.2-5.3.0.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 *vala* to *0.56.14* has
Succeeded.
Next steps:
- apply the patch: git am 0001-vala-upgrade-0.56.13-0.56.14.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 *stress-ng* to *0.17.01* has
Succeeded.
Next steps:
- apply the patch: git am 0001-stress-ng-upgrade-0.17.00-0.17.01.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 *cups* to *2.4.7* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-cups-upgrade-2.4.6-2.4.7.patch
- check
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *shadow* to *4.14.2* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe shadow failed.
NOTE: Reconnecting to bitbake server...
Loading cach
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *piglit* to
*5760ed1f60b39574d8e3ee01d95127074865bf18* has Succeeded.
Next steps:
- apply the patch: git am 0001-piglit-upgrade-to-latest-revision.patch
- check the changes t
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-tools* to *1.3.268.0*
has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am
0001-vulkan-tools-upgrade-1.3.261.1
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *iptables* to *1.8.10* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe iptables failed.
NOTE: Reconnecting to bitbake server...
Loading
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *repo* to *2.39* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe repo failed.
NOTE: Reconnecting to bitbake server...
Loading cache...do
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *rt-tests* to *2.6* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe rt-tests failed.
NOTE: Reconnecting to bitbake server...
Loading cac
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *go-helloworld* to
*1d6d2400d4027025cb8edc86a139c9c581d672f7* 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 *usbutils* to *017* has
Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am 0001-usbutils-upgrade-015-017.patch
- chec
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *harfbuzz* to *8.3.0* has
Succeeded.
Next steps:
- apply the patch: git am 0001-harfbuzz-upgrade-8.2.2-8.3.0.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 *systemd-bootchart* to *235*
has Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe systemd-bootchart failed.
NOTE: Reconnecting to bitbake ser
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.7* has Succeeded.
Next steps:
- apply the patch: git am
0001-gstreamer1.0-libav-upgrade-1.22.6-1.22.7.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 *kmscube* to
*96d63eb59e34c647cda1cbb489265f8c536ae055* 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 *libstd-rs* to *1.73.0* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe libstd-rs failed.
NOTE: Reconnecting to bitbake server...
Loadin
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *rust* to *1.73.0* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe rust failed.
NOTE: Reconnecting to bitbake server...
Loading cache...
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libxrandr* to *1.5.4* has
Succeeded.
Next steps:
- apply the patch: git am 0001-libxrandr-upgrade-1.5.3-1.5.4.patch
- check the changes to upstream patches and summarize the
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *cairo* to *1.18.0* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe cairo failed.
NOTE: Reconnecting to bitbake server...
Loading cache.
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *texinfo* to *7.1* has Failed
(devtool error).
Detailed error information:
The following devtool command failed: upgrade texinfo -V 7.1
NOTE: Reconnecting to bitbake server...
Load
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 *cargo* to *1.73.0* has Failed
(devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe cargo failed.
NOTE: Reconnecting to bitbake server...
Loading cache.
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-poetry-core* to
*1.8.1* has Failed (devtool error).
Detailed error information:
The following devtool command failed: upgrade python3-poetry-core -V 1.8.1
NOTE: Reconnecti
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *bash* to *5.2.21* has
Succeeded.
Next steps:
- apply the patch: git am 0001-bash-upgrade-5.2.15-5.2.21.patch
- check the changes to upstream patches and summarize them in th
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *man-db* to *2.12.0* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe man-db failed.
NOTE: Reconnecting to bitbake server...
Loading cach
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* to *3.12.0* has
Failed (devtool error).
Detailed error information:
The following devtool command failed: upgrade python3 -V 3.12.0
NOTE: Reconnecting to bitbake server..
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-setuptools-scm* to
*8.0.4* has Failed (devtool error).
Detailed error information:
The following devtool command failed: upgrade python3-setuptools-scm -V 8.0.4
NOTE: Reco
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *rust-llvm* to *1.73.0* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe rust-llvm failed.
NOTE: Reconnecting to bitbake server...
Loadin
1 - 100 of 170 matches
Mail list logo