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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
> 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.
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
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
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
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:
> -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:
26 matches
Mail list logo