Re: [OE-core] [PATCH v11 0/3] pkg-database and systemd-sysext image

2024-06-12 Thread Richard Purdie
On Tue, 2024-06-04 at 08:50 +0200, Johannes Schneider wrote: > systemd-sysext allows to overlay another image (or multiple) ontop of > a "base-image" = the current rootfs, via the use of overlayfs; to add > tools and features meant for development purposes. > > To quote the documentation on system

Re: [OE-core][master][PATCH] ppp: Add RSA-MD in LICENSE

2024-06-12 Thread Ranjitsinh Rathod via lists.openembedded.org
Hi Steve, Is it possible for you to cherry-pick this commit from upstream master to scarthgap branch? This is available already in all branches except scarthgap. Let me know If I need to send a patch if you can't directly cherry-pick. Thanks, Best Regards, Ranjitsinh Rathod Technical Leader

[OE-core] Patchtest results for [PATCH v3] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-12 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v3-gstreamer1.0-plugins-bad-Fix-build-with-musl.patch FAIL: test commit message presence: Please include a commit m

[OE-core] [PATCH] expect-native: fix build with gcc-14

2024-06-12 Thread Changqing Li via lists.openembedded.org
From: Changqing Li * do_configure failed with gcc-14: error in build/config.log: conftest.c:56:3: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:59:5: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] * this recipe set "BBCLASSEXTEND = "native na

[OE-core] Patchtest results for [PATCH v2] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-12 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v2-gstreamer1.0-plugins-bad-Fix-build-with-musl.patch FAIL: test Upstream-Status presence: Upstream-Status is in in

[OE-core] [PATCH v3] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-12 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Refresh patch and change upstream status to accepted v3: Change status to backport ...path_get_basename-instead-of-libc-ba.patch | 96 +++ .../gstreamer1.0-plugins-bad_1.24.3.bb| 1 + 2 files changed, 97 insertions(+) create mode 100644

[OE-core] [PATCH v2] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-12 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Refresh patch and change upstream status to accepted ...path_get_basename-instead-of-libc-ba.patch | 96 +++ .../gstreamer1.0-plugins-bad_1.24.3.bb| 1 + 2 files changed, 97 insertions(+) create mode 100644 meta/recipes-multimedia/gstrea

[OE-core][scarthgap][PATCH] cups: Upgrade 2.4.7 -> 2.4.9

2024-06-12 Thread Siddharth via lists.openembedded.org
From: Siddharth Doshi CVE's Fixed by upgrade: CVE-2024-35235 cups: Cupsd Listen arbitrary chmod 0140777 Other Changes between 2.4.7 -> 2.4.9 https://github.com/OpenPrinting/cups/blob/2.4.x/CHANGES.md Signed-off-by: Siddharth Doshi --- meta/recipes-extended

[OE-core][master][PATCH] cups: Upgrade 2.4.8 -> 2.4.9

2024-06-12 Thread Siddharth via lists.openembedded.org
From: Siddharth Doshi CVE's Fixed by upgrade: CVE-2024-35235 cups: Cupsd Listen arbitrary chmod 0140777 Other Changes between 2.4.8 -> 2.4.9 https://github.com/OpenPrinting/cups/blob/2.4.x/CHANGES.md Signed-off-by: Siddharth Doshi --- meta/recipes-extended

[OE-core] [PATCH] gcc: Fix typo in increment expression in unicode from libstdc++

2024-06-12 Thread Khem Raj
This issue is seen when libstdc++ headers are used by clang18 see - https://github.com/llvm/llvm-project/issues/92586 Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-14.1.inc| 1 + ...-in-_Grapheme_cluster_view-_Iterator.patch | 76 +++ 2 files changed, 77 inse

[OE-core] Patchtest results for [PATCH] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-12 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/gstreamer1.0-plugins-bad-Fix-build-with-musl.patch FAIL: test commit message presence: Please include a commit mess

[OE-core] [PATCH] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-12 Thread Khem Raj
Signed-off-by: Khem Raj --- ...path_get_basename-instead-of-libc-ba.patch | 98 +++ .../gstreamer1.0-plugins-bad_1.24.3.bb| 1 + 2 files changed, 99 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-uvcgadget-Use-g_path_get

[OE-core] [PATCH] oeqa/sdk/case: Ensure DL_DIR is populated with artefacts if used

2024-06-12 Thread Richard Purdie
Where we're using DL_DIR in sdk archive to try and cache testing artefacts, copy into the cache so that it gets populated and this doesn't have to be done manually. Currently we're making a lot of repeat requests to github as this wasn't being populated. Signed-off-by: Richard Purdie --- meta/li

[OE-core] [PATCH v3 2/5] cargo-update-recipe-crates: add RECIPE_UPDATE_EXTRA_TASKS

2024-06-12 Thread Tim Orling
From: Tim Orling When we upgrade a recipe that inherits cargo-update-recipe-crates and the upstream Cargo.toml/Cargo.lock have been changed, we need to run the update_crates task or else the devtool upgrade (and therefore AUH upgrade) will fail. Add "do_update_crates" task to RECIPE_UPDATE_EXTRA

[OE-core] [PATCH v3 1/5] devtool upgrade: enable RECIPE_UPDATE_EXTRA_TASKS

2024-06-12 Thread Tim Orling
From: Tim Orling For some recipes, such as those that inherit cargo-update-recipe-crates, we need to run additional tasks once the new sources have been unpacked. Introduce a new variable RECIPE_UPDATE_EXTRA_TASKS which is a space- delimited list of tasks to run after the new sources have been u

Re: [OE-core][PATCH] python3: skip test_concurrent_futures/test_deadlock

2024-06-12 Thread Khem Raj
On Wed, Jun 12, 2024 at 8:10 AM Trevor Gamblin via lists.openembedded.org wrote: > > > On 2024-06-12 11:05 a.m., Trevor Gamblin wrote: > > These tests are causing hangs on the Autobuilder, so disable them for > > now. > > Note that this was submitted for the 3.12.4 patch sent recently, so > it'll

Re: [OE-core][PATCH] python3: skip test_concurrent_futures/test_deadlock

2024-06-12 Thread Trevor Gamblin
On 2024-06-12 11:05 a.m., Trevor Gamblin wrote: These tests are causing hangs on the Autobuilder, so disable them for now. Note that this was submitted for the 3.12.4 patch sent recently, so it'll need to go on master-next with that. Signed-off-by: Trevor Gamblin --- ...-test_deadlock-

[OE-core] [PATCH] selftest/spdx: Fix for SPDX_VERSION addition

2024-06-12 Thread Richard Purdie
Update the test for the addition of SPDX_VERSION to the deploy path. Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/spdx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/spdx.py b/meta/lib/oeqa/selftest/cases/spdx.py index 05f

[OE-core][PATCH] python3: skip test_concurrent_futures/test_deadlock

2024-06-12 Thread Trevor Gamblin
These tests are causing hangs on the Autobuilder, so disable them for now. Signed-off-by: Trevor Gamblin --- ...-test_deadlock-skip-problematic-test.patch | 30 +++ .../recipes-devtools/python/python3_3.12.4.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta/r

Re: [OE-core][PATCH v4] oeqa/runtime: fix race-condition in minidebuginfo test

2024-06-12 Thread Ross Burton
On 11 Jun 2024, at 14:24, Etienne Cordonnier via lists.openembedded.org wrote: > > +# Give some time to systemd-coredump@.service to process the coredump > +TIMEOUT_SEC = 20 > +for x in range(TIMEOUT_SEC): > +status, output = self.target.run('coredumpctl list

Re: [OE-core] [PATCH v2 2/5] cargo-update-recipe-crates: add RECIPE_UPDATE_EXTRA_TASKS

2024-06-12 Thread Ross Burton
> On 11 Jun 2024, at 16:55, Tim Orling via lists.openembedded.org > wrote: > +RECIPE_UPDATE_EXTRA_TASKS:${PN} += "do_update_crates" Why the ${PN}? It’s not like you’d have RECIPE_UPDATE_EXTRA_TASKS:${PN}-doc. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[OE-core] [PATCH 1/2] scripts/makefile-getvar: add script to get values from Makefiles

2024-06-12 Thread Ross Burton
There is often a need to extract a value from a Makefile, and standard GNU Make doesn't provide a way to do this. This script lets you access values from Makefiles directly: $ makefile-getvar curl/tests/server/Makefile noinst_PROGRAMS getpart resolve rtspd sockfilt sws tftpd fake_ntlm socksd disa

[OE-core] [PATCH 2/2] curl: rewrite ptest installation

2024-06-12 Thread Ross Burton
The latest libtool upgrade appears to have resulted in intermediate files containing build paths. This wouldn't normally be a problem but the curl-ptest package is populated by copying ${B}/tests/ which includes all of the intermediate objects, so this causes buildpath warnings. Rewrite the ptest

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-12 Thread Jose Quaresma
Hi Livius, In reality, although the kernel has its code in S = "${WORKDIR}/git" it ends up being moved to ${STAGING_KERNEL_DIR} in the do_symlink_kernsrc kernel.bbclass function. https://github.com/openembedded/openembedded-core/blob/07b4c7a2bd23f8645810e13439e814caaaf9cd94/meta/classes-recipe/ker

Re: [OE-core] Patchtest results for [PATCH v2 1/2] ccache: 4.9.1 -> 4.10

2024-06-12 Thread Richard Purdie
On Wed, 2024-06-12 at 08:54 +, Peter Kjellerstedt via lists.openembedded.org wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org  > c...@lists.openembedded.org> On Behalf Of Robert Yang via > > lists.openembedded.org > > Sent: den 12 juni 2024 07:54 > > To:

Re: [OE-core] Patchtest results for [PATCH v2 1/2] ccache: 4.9.1 -> 4.10

2024-06-12 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Robert Yang via > lists.openembedded.org > Sent: den 12 juni 2024 07:54 > To: patcht...@automation.yoctoproject.org > Cc: openembedded-core@lists.openembedded.org > Subject: Re: