[OE-core] [PATCH] sstate: remove corrupted artifacts from local mirror

2024-10-04 Thread Yu, Max via lists.openembedded.org
We observe sstate cache corruptions sometimes which cause rebuilds. That is not a fatal error as the package has to be rebuilt and updated artifact needs to be pushed to remote sstate cache mirror. Currently, Yocto does not handle corruptions properly, where the corrupted artifact is not deleted or

[OE-core] Need support: Turbostat is not compiling in 6.8 custom kernel!

2024-10-04 Thread Kamal GMBH
I am using 6.8 custom kernel and yocto scarthgap and i am using x86 machine. i wants to enable turbostat part of my image. i am adding below lines to enable turbostat tool in the local.conf file IMAGE_INSTALL:append = " turbostat" I am getting below error; IMAGE_INSTALL:append = " perf cpupo

[OE-core] [scarthgap] cryptodev: upgrade 1.13 -> 1.14

2024-10-04 Thread Ryan Eatmon via lists.openembedded.org
From: Wang Mingyu 0001-Disable-installing-header-file-provided-by-another-p.patch 0001-tests-Makefile-do-not-use-Werror.patch removed since they're included in 1.14 Changelog: === * Fix compilation issues after API changes in several Linux kernels * Split install targets to help package

[OE-core][PATCH] patchtest: add test_commit_message_user_tags

2024-10-04 Thread Trevor Gamblin
This test makes patchtest check to ensure that there aren't any GitHub-style user account names being tagged in the commit message, e.g. it should catch lines like: "fix added by @threexc" This is desired so that if (for example) we add upstream changelogs in recipe upgrade commit messages verbat

Re: [OE-core] [PATCH] pseudo: add man user and group to fallback

2024-10-04 Thread Richard Purdie
On Fri, 2024-10-04 at 12:08 +, Diego Santa Cruz wrote: > > -Original Message- > > From: Richard Purdie > ... > > > > This change may make it clearer: > > > > https://git.yoctopr/ > > oject.org%2Fpoky%2Fcommit%2F%3Fid%3Db5dbdfe90497867a70fcdd69a3e3479 > > 52dff7d3a&data=05%7C02%7CDieg

Re: [OE-core] [PATCH] pseudo: add man user and group to fallback

2024-10-04 Thread Diego Santa Cruz via lists.openembedded.org
> -Original Message- > From: Richard Purdie ... > > This change may make it clearer: > > https://git.yoctopr/ > oject.org%2Fpoky%2Fcommit%2F%3Fid%3Db5dbdfe90497867a70fcdd69a3e3479 > 52dff7d3a&data=05%7C02%7CDiego.SantaCruz%40spinetix.com%7Ce1c23609fd > d8496109bd08dce4667060%7C5f4034faed2d

Re: [OE-core] [kirkstone][PATCH v3 2/3] buildhistory: Restoring files from preserve list

2024-10-04 Thread Martin Jansa
Hi, you should request backporting: https://lists.openembedded.org/g/openembedded-core/message/203338 as well as it now fails in kirkstone (and possibly in scarthgap as well) due to these buildhistory changes being backported (libdevmapper in meta-oe has the same issue, backport was already sent t

Re: [OE-core] [PATCH] pseudo: add man user and group to fallback

2024-10-04 Thread Richard Purdie
On Fri, 2024-10-04 at 10:59 +, Diego Santa Cruz wrote: > > -Original Message- > > From: Richard Purdie > > Sent: 04 October 2024 12:28 > > To: Diego Santa Cruz ; openembedded- > > c...@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH] pseudo: add man user and group to fallback

Re: [OE-core] [PATCH] pseudo: add man user and group to fallback

2024-10-04 Thread Diego Santa Cruz via lists.openembedded.org
> -Original Message- > From: Richard Purdie > Sent: 04 October 2024 12:28 > To: Diego Santa Cruz ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] pseudo: add man user and group to fallback > > On Fri, 2024-10-04 at 12:16 +0200, Diego Santa Cruz via lists.opene

Re: [OE-core] [PATCH] pseudo: add man user and group to fallback

2024-10-04 Thread Richard Purdie
On Fri, 2024-10-04 at 12:16 +0200, Diego Santa Cruz via lists.openembedded.org wrote: > When installing packages with man pages the man user and group are > expected to exist. These are included in base-passwd and installed as > part of the rootfs. However, when populating the SDK the rootfs may n

[OE-core] [PATCH] pseudo: add man user and group to fallback

2024-10-04 Thread Diego Santa Cruz via lists.openembedded.org
When installing packages with man pages the man user and group are expected to exist. These are included in base-passwd and installed as part of the rootfs. However, when populating the SDK the rootfs may not have been built and thus the user and group cannot be resolved and the installation fails

[oe-core][kirkstone][PATCH 1/1] qemu: fix CVE-2023-3019

2024-10-04 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade A DMA reentrancy issue leading to a use-after-free error was found in the e1000e NIC emulation code in QEMU. This issue could allow a privileged guest user to crash the QEMU process on the host, resulting in a denial of service. CVE-2023-3019-0003 is the CVE fix and CVE-2023-3

Re: [OE-core] [yocto] [PATCH v7 0/7] Add barebox bootloader support (and testing)

2024-10-04 Thread Ahmad Fatoum
Hello, On 02.10.24 10:17, Ahmad Fatoum wrote: > I am building for MACHINE = "qemuarm64" already, but something else catches > my eye: QEMU_USE_KVM = 'True' > > I wasn't aware that I need to manually set this. I do this now and it fails > for other reasons: qemu-system-aarch64: KVM does not suppor

Re: [OE-core] [PATCH] valgrind: Drop patch regressing fdleak_cmsg test

2024-10-04 Thread Khem Raj
On Thu, Oct 3, 2024 at 11:41 PM Richard Purdie wrote: > > On Thu, 2024-10-03 at 16:01 -0700, Khem Raj via lists.openembedded.org > wrote: > > This patch is regressing on some distros where systemd > > is used and /var/tmp is same as /var/volatime/tmp > > > > Removing this tweak also passes on poky