On Wed, 2023-08-16 at 08:36 +0200, Alexis Lothoré wrote:
> Hello Richard,
>
> On 8/15/23 23:13, Richard Purdie wrote:
> > On Fri, 2023-08-11 at 14:55 +0200, Alexis Lothoré via
> > lists.openembedded.org wrote:
> > > From: Alexis Lothoré
> > >
> > > Sporadic errors have been observed in autobuild
On Tue, 2023-08-15 at 10:11 -0600, Joshua Watt wrote:
> From: Joshua Watt
>
> Adds support for creating FAT formatted file system images (useful for
> boot partitions on some SoCs).
>
> Signed-off-by: Joshua Watt
> ---
> meta/classes-recipe/image_types.bbclass | 12
> 1 file chang
Hello Richard,
On 8/15/23 23:13, Richard Purdie wrote:
> On Fri, 2023-08-11 at 14:55 +0200, Alexis Lothoré via
> lists.openembedded.org wrote:
>> From: Alexis Lothoré
>>
>> Sporadic errors have been observed in autobuilder when trying to store new
>> tests results:
>>
>> error: failed to push som
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 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 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 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
Le mer. 16 août 2023, 01:11, Peter Kjellerstedt
a écrit :
> > -Original Message-
> > From: openembedded-core@lists.openembedded.org <
> openembedded-core@lists.openembedded.org> On Behalf Of Frederic Martinsons
> > Sent: den 15 augusti 2023 17:36
> > To: openembedded-core@lists.openembedd
From: Vijay Anusuri
Upstream-Status: Backport from
https://sourceware.org/git/?p=elfutils.git;a=commit;h=480b6fa3662ba8ffeee274bf0d37423413c01e55
Reference
https://nvd.nist.gov/vuln/detail/CVE-2021-33294
https://sourceware.org/bugzilla/show_bug.cgi?id=27501
Signed-off-by: Vijay Anusuri
---
.
Tested the fix in intel hw platform, LGTM.
May i know what is the purpose of
meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_5.patch?
Do we need to include in dmidecode_3.3.bb?
Thx,
KJ
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18610
From: Chee Yang Lee
Signed-off-by: Chee Yang Lee
---
.../curl/curl/CVE-2023-32001.patch| 39 +++
meta/recipes-support/curl/curl_8.0.1.bb | 1 +
2 files changed, 40 insertions(+)
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-32001.patch
diff --gi
> -Original Message-
> From: openembedded-core@lists.openembedded.org
> On Behalf Of Frederic Martinsons
> Sent: den 15 augusti 2023 17:36
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATHCH V3 2/4] classes-recipe: add cargo_c.bbclass
>
> From: Frederic Martinsons
If you run an arm build followed by an x86 one and then ask for a
full repo to be created, it will include all of the arm and x86 packages.
testexport will then find the arm socat package rather than the x86 one
and try and run arm binaries within an x86 qemu image with no success.
The reproducer
On Fri, 2023-08-11 at 14:55 +0200, Alexis Lothoré via
lists.openembedded.org wrote:
> From: Alexis Lothoré
>
> Sporadic errors have been observed in autobuilder when trying to store new
> tests results:
>
> error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults'
> hint: Upda
On Tue, 2023-08-15 at 21:13 +0200, Alexander Kanavin wrote:
> On Tue, 15 Aug 2023 at 16:52, Stephen Jolley wrote:
> > The various systemd issues have mostly been resolved although the AUH did
> > break as a result and will have to be fixed and rerun.
>
> I sent the patch now - it's for yocto-aut
On Tue, 15 Aug 2023 at 16:52, Stephen Jolley wrote:
> The various systemd issues have mostly been resolved although the AUH did
> break as a result and will have to be fixed and rerun.
I sent the patch now - it's for yocto-autobuilder-helper, not AUH, so
when that's applied, AUH job can re-run.
On 2023-08-13 06:49, Peter Marko via lists.openembedded.org wrote:
Gentle ping.
Is there any problem with this patch?
Peter
Peter,
We'd all like to see this openssl update merged but I suspect, that for
master,
it's backed up behind the 6.4 kernel update and some glibc update
problems summa
On Tue, Aug 15, 2023 at 12:02 AM Adrian Freihofer
wrote:
>
> Here is a fix for this issue:
> https://lists.openembedded.org/g/openembedded-core/message/186054.
> Unfortunately, I was not able to link to this discussion.
I have this version of the fix in my current test queue.
Steve
>
>
-=-=
From: Joel Stanley
Kernels that do not use modules do not have the Modules.symvers file,
which causes the previous one-liner to fail. Invert the logic so that
the absence of the Modules.symvers is a passing situation but we still
get failure checking on the install operation.
Signed-off-by: Joe
From: Alexander Kanavin
Piping results through sed is masking failures that aren't
picked up by sed expressions.
One such failure probes the source tree, and so isn't
relevant for target testing, and can be disabled.
Signed-off-by: Alexander Kanavin
Signed-off-by: Richard Purdie
(cherry picke
From: Alexander Kanavin
This can happen if running unpack task produces unrelated files and directories
(e.g. if recipe_qa or other tasks run); in this case it's better to stop, rather
than allow devtool to continue and error out much later with a message that has
nothing to do with where the pro
From: Andrej Valek
andrej.va...@siemens.com -> andre...@skyrain.eu
Signed-off-by: Andrej Valek
Signed-off-by: Richard Purdie
(cherry picked from commit 1af0edaa83934d67ff554be591968fc8cea42e4e)
Signed-off-by: Steve Sakoman
---
meta/conf/distro/include/maintainers.inc | 2 +-
1 file changed,
From: Dmitry Baryshkov
For newest Qualcomm platforms the firmware for the Adreno GPU consists
of two parts: platform-independent SQE/GMU/GPMU/PFP/PM4 and
platform-specific ZAP shader, which is used during the boot process. As
the platform-independent parts can be shared between different
platform
From: BELOUARGA Mohamed
RTL8822 is a serie of wireless modules that need firmwares to function
correctly.
The linux firmware recipe does not have a package of these firmwares, and this
commit add them.
Signed-off-by: BELOUARGA Mohamed
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard P
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")
Fixes: 64603f602d ("linux-firmware: upgrade 20230404 -> 20230515")
Signed-off-by:
From: Alexander Kanavin
This resolves two issues:
1. metapackages were depending on themselves (except -binaries which wouldn't
match against 'glibc-binary').
2. for the nativesdk variant, due to a non-empty dependency list at parsing
time caused by
issue 1, map_depends_variable() from meta/l
From: Richard Purdie
It looks like there were further cases where orphaned processes may be left
behind since the .kill() calls may be unsuccessful if the process terminated
due to the terminate or through normal exit. In that situation .wait()
wouldn't have been called.
Further tweak the exit c
From: Mark Hatle
New 1.8 release of tcf-agent. Implements DWARF 5 support and various
bug fixes.
Changelog since last SRCREV:
Releng: Upversion TCF to 1.8
Fixed possible SEGFAULT after error message queue overflow
Fixed misspelling in a comment
TCF Agent: update breakpoint error mes
From: Sudip Mukherjee
Changes:
Update license checksum: only whitespace change.
Update sha256sum for new version.
Additional change:
Do not use version with the foldername, which will result in less diffstat
with future upgrades.
Signed-off-by: Sudip Mukherjee
Signed-off-by: Alexandre Belloni
From: Ross Burton
9795c401 (tag: V_9_3_P2) OpenSSH 9.3p2
bde3635f update version in README
f673f2f3 update RPM spec versions
d7790cdc disallow remote addition of FIDO/PKCS11 keys
b23fe83f terminate pkcs11 process for bad libraries
This includes the fix for CVE-2023-38408.
Signed-off-by: Ross Bu
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
52a953d0934b Linux 6.1.43
c3d576baa6c8 dma-buf: fix an error pointer vs NULL bug
23acc2b850ba dma-buf: keep the signaling time of merged fences v3
665e6fd71468 test_firmware: r
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
5302e81aa209 Linux 6.1.41
ed9b87010aa8 x86/cpu/amd: Add a Zenbleed fix
5fc203d8d3ed x86/cpu/amd: Move the errata checking functionality up
75389113731b Linux 6.1.40
9879d6e
From: sanjana
Below commits on binutils-2.40 stable branch are updated.
391fd4d9ee5 PR30697, ppc32 mix of local-dynamic and global-dynamic TLS
7ad52a2357f [GOLD] powerpc DT_RELACOUNT
03f49a0619c PR30536, ppc64el gold linker produces unusable clang-16 binary
Signed-off-by: sanjana
Signed-off-by
From: Yogita Urade
qemu: 9pfs: prevent opening special files
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2023-2861
Signed-off-by: Yogita Urade
Signed-off-by: Steve Sakoman
---
meta/recipes-devtools/qemu/qemu.inc | 1 +
.../qemu/qemu/CVE-2023-2861.patch | 171 +
From: Yogita Urade
QEMU: VNC: infinite loop in inflate_buffer() leads to denial of service
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2023-3255
Signed-off-by: Yogita Urade
Signed-off-by: Steve Sakoman
---
meta/recipes-devtools/qemu/qemu.inc | 1 +
.../qemu/qemu/CVE-2023-3255.
From: Yogita Urade
qemu: hotplug/hotunplug mlx vdpa device to the occupied addr port,
then qemu core dump occurs after shutdown guest
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2023-3301
Signed-off-by: Yogita Urade
Signed-off-by: Steve Sakoman
---
meta/recipes-devtools/qemu/qemu.inc
Please review this set of changes for mickledore and have comments back by
end of day Thursday, August 17.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5739
The following changes since commit 6bd6b7110ea2029fc736a40760536adfaf28eec0:
target/s
From: Joshua Watt
Adds support for creating FAT formatted file system images (useful for
boot partitions on some SoCs).
Signed-off-by: Joshua Watt
---
meta/classes-recipe/image_types.bbclass | 12
1 file changed, 12 insertions(+)
diff --git a/meta/classes-recipe/image_types.bbcla
Le dim. 13 août 2023, 16:57, Frédéric Martinsons <
frederic.martins...@gmail.com> a écrit :
>
>
> On Sun, 13 Aug 2023 at 15:09, Richard Purdie <
> richard.pur...@linuxfoundation.org> wrote:
>
>> On Sun, 2023-08-13 at 12:22 +0100, Richard Purdie via
>> lists.openembedded.org wrote:
>> > On Sun, 202
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
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
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 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
Hi,
I have a recipe - test-py.bb - that contains:
BBCLASSEXTEND = "native nativesdk".
FILES:${PN} += " one.py two.py"
do_install() {
install -D ${WORKDIR}/git/Core/scripts/one.py "${D}$bindir}/one.py"
install -D ${WORKDIR}/git/Core/scripts/two.py "${D}$bindir}/two.py"
}
I want to have those pyth
v2 fixes build with DISTRO_FEATURE 'api-documentation' enabled
On Tue, Aug 15 2023 at 04:52:18 PM +02:00:00, Markus Volk
wrote:
gtk.h: gtkscrollinfo.h was added, no change of license
gdk.h: gdkpixbuf.h was deprecated, no change of license
update renamed build-options
Overview of Changes in 4
gtk.h: gtkscrollinfo.h was added, no change of license
gdk.h: gdkpixbuf.h was deprecated, no change of license
update renamed build-options
Overview of Changes in 4.12.0, 05-08-2023
=
* List widgets:
- Add scroll_to APIs
* GtkFileLauncher:
- Add an alwa
Current Dev Position: YP 4.3 M3
Next Deadline: 28th August 2023 YP 4.3 M3 build date
Next Team Meetings:
-
Bug Triage meeting Thursday August 17th 7:30 am PDT (
https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
-
Weekly Project Engineering Sync Tuesday August 15t
gtk.h: gtkscrollinfo.h was added, no change of license
gdk.h: gdkpixbuf.h was deprecated, no change of license
Overview of Changes in 4.12.0, 05-08-2023
=
* List widgets:
- Add scroll_to APIs
* GtkFileLauncher:
- Add an always-ask property
* GtkTextView
Hi Steven
Just realized that this patch is a duplicate of commit
2061f9f15a7f8ad06841d8e0bac9a4a298932564 from master branch.
Maybe the best would be to cherry-pick 2061f9f15a7f8ad06841d8e0bac9a4a298932564
to kirkstone and ignore this patch here.
Regards,
Adrian
-=-=-=-=-=-=-=-=-=-=-=-
Links:
On Tue, 2023-08-15 at 09:08 -0400, Paul Gortmaker wrote:
> [Dilemma on changes - merge or not to merge (e.g. 6.4)] On 14/08/2023 (Mon
> 10:54) Richard Purdie wrote:
>
> > I'm becoming a little weary/wary of some of the changes that are coming
> > in. The challenge is that once they merge, issues
The package version of libxcrypt is still 4.4.30 where the
libxcrypt-compat package is at 4.4.33. However, both packages
(libxcrypt and libxcrypt-compact) share the same .inc file which
referres to the sources at 4.4.33.
This bug fix does not change anything on the target device. It only
fixes a b
[Dilemma on changes - merge or not to merge (e.g. 6.4)] On 14/08/2023 (Mon
10:54) Richard Purdie wrote:
> I'm becoming a little weary/wary of some of the changes that are coming
> in. The challenge is that once they merge, issues become the problem of
> a very small number of people.
>
> My curr
Source control information being present in PV used to be a hard requirement
for bitbake to operate correctly. Now that hashes are a required part of task
stamps, this requirement no longer exists.
This means we can defer the hash pieces to PKGV and simplify PV.
Use new bitbake fetcher API to inj
Thousand Apology for reply same message over and over again, i was attempting
to use git send-email --in-reply-to= it turn out to be something i
am not expected.
-KJ
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#186061):
https://lists.openembe
From: "Lau, Karn Jye"
Recent cve fixed broke smbios and legacy decode features.
Backported upstream changes to fix smbios3_decode, smbios_decode
and legacy_decode functions on dmidecode v3.3 to read and decode
system information corectly.
Reference:https://github.com/mirror/dmidecode/commit/39b2
From: "Lau, Karn Jye"
Recent cve fixed broke smbios and legacy decode features.
Backported upstream changes to fix smbios3_decode, smbios_decode
and legacy_decode functions on dmidecode v3.3 to read and decode
system information corectly.
Reference:https://github.com/mirror/dmidecode/commit/39b2
From: "Lau, Karn Jye"
Recent cve fixed broke smbios and legacy decode features.
Backported upstream changes to fix smbios3_decode, smbios_decode
and legacy_decode functions on dmidecode v3.3 to read and decode
system information corectly.
Reference:https://github.com/mirror/dmidecode/commit/39b2
From: "Lau, Karn Jye"
Recent cve fixed broke smbios and legacy decode features.
Backported upstream changes to fix smbios3_decode, smbios_decode
and legacy_decode functions on dmidecode v3.3 to read and decode
system information corectly.
Reference:https://github.com/mirror/dmidecode/commit/39b2
Here is a fix for this issue:
https://lists.openembedded.org/g/openembedded-core/message/186054.
Unfortunately, I was not able to link to this discussion.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#186056):
https://lists.openembedded.org/g/op
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;
+u8 *table;
...
-
I can confirm that demidecode does not currently work in the kirkstone
branch. dmidecode does not output any fields (tested in Qemu). With this
fix, the fields are back.
Instead of trying to change the code, this implementation simply chooses
to add another refactoring patch from the upstream repo
This mass-fail is another fallout from systemd requiring usrmerge.
Patch incoming, there'll be a respin.
Alex
On Tue, 15 Aug 2023 at 09:56, Auto Upgrade Helper wrote:
>
> AUH finished upgrade batch the result patches/logs can be found at:
> https://autobuilder.yocto.io/pub/auh/20230815045617, ne
AUH finished upgrade batch the result patches/logs can be found at:
https://autobuilder.yocto.io/pub/auh/20230815045617, next are the statistics:
Recipe upgrade statistics:
* Failed(other errors): 90
connman, 1.42, Changhyeok Bae
openssh, 9.4p1, Unassigned
openssl, 3
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.22.5* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0' failed
Loading cache...done.
Loaded 1804 entries from depende
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *puzzles* to
*eeec6b867af104a93a615a285a29fab91d8709d4* has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake puzzles' failed
Loading cache...done.
Loaded 0
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *boost* to *1.83.0* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake boost' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
NOT
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *diffoscope* to *247* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake diffoscope' failed
Loading cache...done.
Loaded 1804 entries from dependency cac
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(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gnutls' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
NO
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnupg* to *2.4.3* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gnupg' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
NOTE
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 Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-rtsp-server' failed
Loading cache...done.
Loaded 1
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(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gpgme' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
NOT
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-good* to
*1.22.5* has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-plugins-good' failed
Loading cache...done.
Loaded
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-base* to
*1.22.5* has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-plugins-base' failed
Loading cache...done.
Loaded
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-bad* to
*1.22.5* has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-plugins-bad' failed
Loading cache...done.
Loaded 1
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
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake libgit2' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libsndfile1* to *1.2.2* has
Succeeded.
Next steps:
- apply the patch: git am 0001-libsndfile1-upgrade-1.2.0-1.2.2.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 *gstreamer1.0-python* to
*1.22.5* has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-python' failed
Loading cache...done.
Loaded 1804 entrie
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mesa* to *23.1.5* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake mesa' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
NOTE:
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(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake bmap-tools' failed
Loading cache...done.
Loaded 1804 entries from dependency cac
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(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake lttng-tools' failed
Loading cache...done.
Loaded 0 entries from dependency
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 Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake vulkan-validation-layers' failed
Loading cache...done.
Loade
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *pango* to *1.51.0* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake pango' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
NOT
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 Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake vulkan-tools' failed
Loading cache...done.
Loaded 1804 entries from depe
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *spirv-headers* to *1.3.250.1*
has Succeeded.
Next steps:
- apply the patch: git am
0001-spirv-headers-upgrade-1.3.250.0-1.3.250.1.patch
- check the changes to upstream patc
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
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake wayland-utils' failed
Loading cache...done.
Loaded 1804 entries from depend
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 Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-omx' failed
Loading cache...done.
Loaded 1804 entries from
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(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake libglu' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
NO
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *spirv-tools* to *1.3.250.1*
has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake spirv-tools' failed
Loading cache...done.
Loaded 0 entries from dependenc
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 Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-plugins-ugly' failed
Loading cache...done.
Loaded
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-vaapi* to
*1.22.5* has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake gstreamer1.0-vaapi' failed
Loading cache...done.
Loaded 1804 entries
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 *piglit* to
*480bcc289d8d4a12ec786a44ac43941163d8157b* has Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake piglit' failed
Loading cache...done.
Loaded 180
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *harfbuzz* to *8.1.1* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake harfbuzz' failed
Loading cache...done.
Loaded 0 entries from dependency cache.
P
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libgudev* to *238* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake libgudev' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
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(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake vulkan-loader' failed
Loading cache...done.
Loaded 1804 entries from de
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *shaderc* to *2023.6* has
Failed(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake shaderc' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
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(other errors).
Detailed error information:
'MACHINE=qemux86 bitbake shadow' failed
Loading cache...done.
Loaded 1804 entries from dependency cache.
N
1 - 100 of 171 matches
Mail list logo