[OE-core] [PATHCH V4 4/4] oeqa/runtime/rust: correct rust test

2023-08-15 Thread Frederic Martinsons
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:

[OE-core] [PATHCH V4 3/4] rust: provide examples for C library generation in rust

2023-08-15 Thread Frederic Martinsons
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.

[OE-core] [PATHCH V4 2/4] classes-recipe: add cargo_c.bbclass

2023-08-15 Thread Frederic Martinsons
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 ---

[OE-core] [PATHCH V4 1/4] rust: add cargo-c native recipe

2023-08-15 Thread Frederic Martinsons
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

[OE-core] [PATHCH V4 0/4] Introduction of cargo-c class and recipe

2023-08-15 Thread Frederic Martinsons
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

Re: [OE-core] [PATHCH V3 2/4] classes-recipe: add cargo_c.bbclass

2023-08-15 Thread Frederic Martinsons
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:

[OE-core][dunfell][PATCH] elfutils: Backport fix for CVE-2021-33294

2023-08-15 Thread Vijay Anusuri
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 ---

Re: [OE-core] [kirkstone][PATCH 0/1] Fix kirkstone dmidedecode smbios3_decode

2023-08-15 Thread Lau, Karn Jye
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

[OE-core] [mickledore][patch] curl: fix CVE-2023-32001

2023-08-15 Thread Lee Chee Yang
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

Re: [OE-core] [PATHCH V3 2/4] classes-recipe: add cargo_c.bbclass

2023-08-15 Thread Peter Kjellerstedt
> -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

[OE-core] [PATCH] lib/package_manager: Improve repo artefact filtering

2023-08-15 Thread Richard Purdie
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

Re: [OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-15 Thread Richard Purdie
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:

Re: [OE-core] Yocto Project Status 15 August 2023 (WW33)

2023-08-15 Thread Richard Purdie
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

Re: [OE-core] Yocto Project Status 15 August 2023 (WW33)

2023-08-15 Thread Alexander Kanavin
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.

Re: [OE-core][master][mickledore][PATCH] openssl: Upgrade 3.1.1 -> 3.1.2

2023-08-15 Thread Randy MacLeod via lists.openembedded.org
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

Re: [OE-core] [kirkstone][PATCH] Fix kirkstone dmidedecode smbios3_decode

2023-08-15 Thread Steve Sakoman
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 > >

[OE-core][mickledore 18/18] kernel: don't fail if Modules.symvers doesn't exist

2023-08-15 Thread Steve Sakoman
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:

[OE-core][mickledore 17/18] curl: ensure all ptest failures are caught

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 16/18] devtool/upgrade: raise an error if extracting source produces more than one directory

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 15/18] maintainers.inc: Modify email address

2023-08-15 Thread Steve Sakoman
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,

[OE-core][mickledore 14/18] linux-firmware: split platform-specific Adreno shaders to separate packages

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 13/18] linux-firmware : Add firmware of RTL8822 serie

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 12/18] linux-firmware: Fix mediatek mt7601u firmware path

2023-08-15 Thread Steve Sakoman
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")

[OE-core][mickledore 11/18] glibc-locale: use stricter matching for metapackages' runtime dependencies

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 10/18] oeqa/ssh: Further improve process exit handling

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 09/18] tcf-agent: Update to 1.8.0 release

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 08/18] bind: upgrade to v9.18.17

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 07/18] openssh: upgrade to 9.3p2

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 06/18] linux-yocto/6.1: update to v6.1.43

2023-08-15 Thread Steve Sakoman
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:

[OE-core][mickledore 05/18] linux-yocto/6.1: update to v6.1.41

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 04/18] binutils: stable 2.40 branch updates

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 03/18] qemu: fix CVE-2023-2861

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 02/18] qemu: fix CVE-2023-3255

2023-08-15 Thread Steve Sakoman
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 +

[OE-core][mickledore 01/18] qemu: fix CVE-2023-3301

2023-08-15 Thread Steve Sakoman
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

[OE-core][mickledore 00/18] Patch review

2023-08-15 Thread Steve Sakoman
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:

[OE-core][PATCH] classes/image_types: Add vfat image type

2023-08-15 Thread Joshua Watt
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

Re: [OE-core] [RFC][PATCHV2 0/4] Introduction of cargo-c class and recipe

2023-08-15 Thread Frederic Martinsons
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,

[OE-core] [PATHCH V3 4/4] oeqa/runtime/rust: correct rust test

2023-08-15 Thread Frederic Martinsons
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:

[OE-core] [PATHCH V3 2/4] classes-recipe: add cargo_c.bbclass

2023-08-15 Thread Frederic Martinsons
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 ---

[OE-core] [PATHCH V3 3/4] rust: provide examples for C library generation in rust

2023-08-15 Thread Frederic Martinsons
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.

[OE-core] [PATHCH V3 1/4] rust: add cargo-c native recipe

2023-08-15 Thread Frederic Martinsons
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

[OE-core] [PATHCH V3 0/4] Introduction of cargo-c class and recipe

2023-08-15 Thread Frederic Martinsons
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

[OE-core] nativesdk recipe not added to esdk

2023-08-15 Thread Sutton, Chris (FP) - IC via lists.openembedded.org
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

Re: [oe-core][PATCHv2] gtk4: upgrade 4.10.5 -> 4.12.0

2023-08-15 Thread Markus Volk
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

[oe-core][PATCHv2] gtk4: upgrade 4.10.5 -> 4.12.0

2023-08-15 Thread Markus Volk
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

[OE-core] Yocto Project Status 15 August 2023 (WW33)

2023-08-15 Thread Stephen Jolley
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

[oe-core][PATCH] gtk: upgrade 4.10.5 -> 4.12.0

2023-08-15 Thread Markus Volk
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 *

Re: [OE-core] [kirkstone][PATCH] libxcrypt: fixup upgrade 4.4.30 -> 4.4.33

2023-08-15 Thread Adrian Freihofer
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:

Re: [OE-core] Dilemma on changes - merge or not to merge (e.g. 6.4)

2023-08-15 Thread Richard Purdie
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

[OE-core] [kirkstone][PATCH] libxcrypt: fixup upgrade 4.4.30 -> 4.4.33

2023-08-15 Thread Adrian Freihofer
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

Re: [OE-core] Dilemma on changes - merge or not to merge (e.g. 6.4)

2023-08-15 Thread Paul Gortmaker via lists.openembedded.org
[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

[OE-core] [PATCH v2] base/package: Move source revision information from PV to PKGV

2023-08-15 Thread Richard Purdie
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

Re: [OE-core] [kirkstone][PATCH v2] dmidecode: Fix decode functions

2023-08-15 Thread Lau, Karn Jye
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):

[OE-core][kirkstone][PATCH v2] dmidecode: Fix decode functions

2023-08-15 Thread Lau, Karn Jye
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.

[OE-core][kirkstone][PATCH v2] dmidecode: Fix decode functions

2023-08-15 Thread Lau, Karn Jye
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.

[OE-core][kirkstone][PATCH v2] dmidecode: Fix decode functions

2023-08-15 Thread Lau, Karn Jye
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.

[OE-core][kirkstone][PATCH v2] dmidecode: Fix decode functions

2023-08-15 Thread Lau, Karn Jye
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.

Re: [OE-core] [kirkstone][PATCH] Fix kirkstone dmidedecode smbios3_decode

2023-08-15 Thread Adrian Freihofer
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):

[OE-core] [kirkstone][PATCH 1/1] dmidecode: fixup for CVE-2023-30630

2023-08-15 Thread 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; +u8 *table; ... -

[OE-core] [kirkstone][PATCH 0/1] Fix kirkstone dmidedecode smbios3_decode

2023-08-15 Thread Adrian Freihofer
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

Re: [OE-core] [AUH] Upgrade status: 2023-08-15

2023-08-15 Thread Alexander Kanavin
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,

[OE-core] [AUH] Upgrade status: 2023-08-15

2023-08-15 Thread Auto Upgrade Helper
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,

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0' failed Loading cache...done. Loaded 1804 entries from

[OE-core] [AUH] puzzles: upgrading to eeec6b867af104a93a615a285a29fab91d8709d4 FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *puzzles* to *eeec6b867af104a93a615a285a29fab91d8709d4* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake puzzles' failed Loading cache...done. Loaded

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *boost* to *1.83.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake boost' failed Loading cache...done. Loaded 1804 entries from dependency cache.

[OE-core] [AUH] diffoscope: upgrading to 247 FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffoscope* to *247* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake diffoscope' failed Loading cache...done. Loaded 1804 entries from dependency

[OE-core] [AUH] gnutls: upgrading to 3.8.1 FAILED

2023-08-15 Thread Auto Upgrade Helper
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.

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

2023-08-15 Thread Auto Upgrade Helper
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.

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-rtsp-server* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-rtsp-server' failed Loading cache...done. Loaded

[OE-core] [AUH] gpgme: upgrading to 1.21.0 FAILED

2023-08-15 Thread Auto Upgrade Helper
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.

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-good* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-plugins-good' failed Loading cache...done.

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-base* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-plugins-base' failed Loading cache...done.

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-bad* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-plugins-bad' failed Loading cache...done. Loaded

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libgit2* to *1.7.1* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake libgit2' failed Loading cache...done. Loaded 1804 entries from dependency cache.

[OE-core] [AUH] libsndfile1: upgrading to 1.2.2 SUCCEEDED

2023-08-15 Thread Auto Upgrade Helper
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

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-python* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-python' failed Loading cache...done. Loaded 1804

[OE-core] [AUH] mesa: upgrading to 23.1.5 FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *mesa* to *23.1.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake mesa' failed Loading cache...done. Loaded 1804 entries from dependency cache.

[OE-core] [AUH] bmap-tools: upgrading to 3.7 FAILED

2023-08-15 Thread Auto Upgrade Helper
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

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lttng-modules* to *2.13.10* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am

[OE-core] [AUH] lttng-tools: upgrading to 2.13.10 FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lttng-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

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-validation-layers* to *1.3.250.1* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake vulkan-validation-layers' failed Loading cache...done.

[OE-core] [AUH] pango: upgrading to 1.51.0 FAILED

2023-08-15 Thread Auto Upgrade Helper
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.

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-tools* to *1.3.250.1* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake vulkan-tools' failed Loading cache...done. Loaded 1804 entries from

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

2023-08-15 Thread Auto Upgrade Helper
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

[OE-core] [AUH] wayland-utils: upgrading to 1.2.0 FAILED

2023-08-15 Thread Auto Upgrade Helper
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

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-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

[OE-core] [AUH] libglu: upgrading to 9.0.3 FAILED

2023-08-15 Thread Auto Upgrade Helper
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.

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

2023-08-15 Thread Auto Upgrade Helper
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

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-plugins-ugly* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-plugins-ugly' failed Loading cache...done.

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0-vaapi* to *1.22.5* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake gstreamer1.0-vaapi' failed Loading cache...done. Loaded 1804 entries

[OE-core] [AUH] libpthread-stubs: upgrading to 0.5 FAILED

2023-08-15 Thread Auto Upgrade Helper
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

[OE-core] [AUH] piglit: upgrading to 480bcc289d8d4a12ec786a44ac43941163d8157b FAILED

2023-08-15 Thread Auto Upgrade Helper
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

[OE-core] [AUH] harfbuzz: upgrading to 8.1.1 FAILED

2023-08-15 Thread Auto Upgrade Helper
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.

[OE-core] [AUH] libgudev: upgrading to 238 FAILED

2023-08-15 Thread Auto Upgrade Helper
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.

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *vulkan-loader* to *1.3.250.1* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake vulkan-loader' failed Loading cache...done. Loaded 1804 entries from

[OE-core] [AUH] shaderc: upgrading to 2023.6 FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *shaderc* to *2023.6* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake shaderc' failed Loading cache...done. Loaded 1804 entries from dependency

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

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *shadow* to *4.14.0* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake shadow' failed Loading cache...done. Loaded 1804 entries from dependency cache.

[OE-core] [AUH] kmscube: upgrading to ea6c5d1eeefbfb0a1c27ab74a6e4621f1d9adf4c FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *kmscube* to *ea6c5d1eeefbfb0a1c27ab74a6e4621f1d9adf4c* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake kmscube' failed Loading cache...done. Loaded

[OE-core] [AUH] go-helloworld: upgrading to 9fd7daa707c37689879391242abc42be737c78e2 FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *go-helloworld* to *9fd7daa707c37689879391242abc42be737c78e2* has Failed (devtool error). Detailed error information: The following devtool command failed: upgrade go-helloworld

[OE-core] [AUH] xz: upgrading to 5.4.4 FAILED

2023-08-15 Thread Auto Upgrade Helper
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *xz* to *5.4.4* has Failed(other errors). Detailed error information: 'MACHINE=qemux86 bitbake xz' failed Loading cache...done. Loaded 1804 entries from dependency cache. NOTE:

  1   2   >