Re: [OE-core] [PATCH v8 0/8] systemd uki support

2024-10-14 Thread Mikko Rapeli
Hi, On Mon, Oct 14, 2024 at 01:30:56PM +0300, Mikko Rapeli via lists.openembedded.org wrote: > Hi, > > On Sun, Oct 13, 2024 at 08:43:15AM +0100, Richard Purdie wrote: > > On Fri, 2024-10-11 at 15:20 +0300, Mikko Rapeli via lists.openembedded.org > > wrote: > > > These changes enable building sy

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-4.0.22.rc1)

2024-10-14 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.0.22.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit

[OE-core] [meta][PATCH v3] python3-cryptography: upgrade 42.0.8 -> 43.0.1

2024-10-14 Thread Tom Geelen
python3-cryptography-vectors: upgrade 42.0.8 -> 43.0.1 Changelog: - https://cryptography.io/en/latest/changelog/#v43-0-0 - https://cryptography.io/en/latest/changelog/#v43-0-1 Change build tool to use python3-maturin-native as specified in pyproject.toml file. Performed linting on the recipe and

Re: [OE-core] Latest AB-INT unexplained mystery failure

2024-10-14 Thread Richard Purdie
On Mon, 2024-10-14 at 14:46 +0100, Richard Purdie via lists.openembedded.org wrote: > e) bitbake server timeout issues > > > https://valkyrie.yoctoproject.org//#/builders/48/builds/185/steps/14/logs/stdio > > I've saved  > > https://valkyrie.yocto.io/pub/shared-f

Re: [OE-core] [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 Thread Khem Raj
don't forget to send a patch to remove it from meta-oe at the same time. On Mon, Oct 14, 2024 at 2:12 AM Etienne Cordonnier via lists.openembedded.org wrote: > > From: Etienne Cordonnier > > The kdump script from kexec-tools does not work without makedumpfile (see > https://git.yoctoproject.org

[OE-core] [PATCH] insane: avoid race condition when DEBIAN/CONTROL entries are removed

2024-10-14 Thread Ross Burton
There is a race condition when iterating directories which are being altered whilst iterating, which is something that can and does happen when do_package_qa runs at the same time as eg do_package_write_ipkg (the opkg metadata is written inside the build tree). The race is that naive code will list

Re: [OE-core] [PATCH] ffmpeg: Disable asm optimizations on x86

2024-10-14 Thread Khem Raj
On Mon, Oct 14, 2024 at 4:02 AM Ross Burton wrote: > > On 13 Oct 2024, at 20:17, Khem Raj wrote: > > > > disable asm code if PIC is required, as the provided asm > > decidedly is not PIC for x86. > > I think I’d prefer to see a revert of the textrel change I sent, with a > comment explaining how

Re: [OE-core] [PATCH 1/6] linux-yocto-dev: conditionally add coreutils to depends

2024-10-14 Thread Quentin Schulz via lists.openembedded.org
Hi Bruce, On 10/14/24 3:45 PM, Bruce Ashfield via lists.openembedded.org wrote: From: Bruce Ashfield 6.11+ uses truncate as part of the build. While truncate has been added to HOSTTOOLS in oe-core master, it still is possible to build a kernel recipe newer than 6.11+ on a release that doesn't

[OE-core] [PATCH] python3-pytest-subtests: RDEPENDS on python3-attrs

2024-10-14 Thread Tim Orling
From: Tim Orling setup.cfg shows run-time dependency on python3-attrs>=19.2.0 https://github.com/pytest-dev/pytest-subtests/blob/3671b40691440fcb01e96e346220ac4fe62d3580/setup.cfg#L30 This was caught during testing ptests for python3-cryptography 43.0.1 upgrade. Signed-off-by: Tim Orling ---

Re: [OE-core] [PATCH] cve-check-update-nvd2-native: Incremement DL_DIR database location

2024-10-14 Thread Richard Purdie
On Mon, 2024-10-14 at 18:15 +0200, Marta Rybczynska wrote: > I've analysed the corrupted file a bit. This is somewhat complex as I > do not have a "golden" copy with the > exact same content. However, what I can see: > 1.  This is not a partial download, quite new CVEs from 2024 are > there (as fro

Re: [OE-core] [PATCH] cve-check-update-nvd2-native: Incremement DL_DIR database location

2024-10-14 Thread Marta Rybczynska
On Mon, Oct 14, 2024 at 6:07 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sun, 2024-10-13 at 08:26 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Fri, 2024-10-11 at 13:24 +0200, Marta Rybczynska wrote: > > > > > > > > > On Fri, Oct 11, 2024 at 1:19 PM Richa

Re: [OE-core] Latest AB-INT unexplained mystery failure

2024-10-14 Thread Richard Purdie
On Mon, 2024-10-14 at 14:46 +0100, Richard Purdie via lists.openembedded.org wrote: > c) source mirroring failing on AB > - > > https://valkyrie.yoctoproject.org//#/builders/82/builds/15 > https://valkyrie.yoctoproject.org//#/builders/82/builds/16 > > Sources are

Re: [OE-core] [PATCH] cve-check-update-nvd2-native: Incremement DL_DIR database location

2024-10-14 Thread Richard Purdie
On Sun, 2024-10-13 at 08:26 +0100, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2024-10-11 at 13:24 +0200, Marta Rybczynska wrote: > > > > > > On Fri, Oct 11, 2024 at 1:19 PM Richard Purdie > > wrote: > > > On Fri, 2024-10-11 at 13:17 +0200, Marta Rybczynska wrote: > > > > > > > >

Re: [OE-core] [meta][PATCH v2] python3-cryptography: upgrade 42.0.8 -> 43.0.1 -> reproducibility doc improvement

2024-10-14 Thread Tom Geelen
Yes, I'll push a V3 of the patch with the comments of Tim added this evening. On Mon, Oct 14, 2024, 4:14 PM Tim Orling wrote: > > > On Mon, Oct 14, 2024 at 4:33 AM Alexander Kanavin > wrote: > >> On Mon, 14 Oct 2024 at 13:22, Yoann Congal wrote: >> > > 1) Maturin creates a .whl (zip archive) w

[OE-core] [PATCH v2] glibc: Fix missing randomness in __gen_tempname

2024-10-14 Thread Ola x Nilsson
From: Ola x Nilsson Backport the fix for glibc bug 32214. The missing randomness in early boot may cause some systemd services to fail when they occasionally try to create tempdirs like /run/systemd/namespace-aa at the same time. The error messages can contain things like "Failed to set up m

[OE-core] Patchtest results for [PATCH] glibc: Fix missing randomness in __gen_tempname

2024-10-14 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/glibc-Fix-missing-randomness-in-__gen_tempname.patch FAIL: test Signed-off-by presence: A patch file has been added

[OE-core] [PATCH] glibc: Fix missing randomness in __gen_tempname

2024-10-14 Thread Ola x Nilsson
From: Ola x Nilsson Backport the fix for glibc bug 32214. The missing randomness in early boot may cause some systemd services to fail when they occasionally try to create tempdirs like /run/systemd/namespace-aa at the same time. The error messages can contain things like "Failed to set up m

Re: [OE-core] [meta][PATCH v2] python3-cryptography: upgrade 42.0.8 -> 43.0.1 -> reproducibility doc improvement

2024-10-14 Thread Tim Orling
On Mon, Oct 14, 2024 at 4:33 AM Alexander Kanavin wrote: > On Mon, 14 Oct 2024 at 13:22, Yoann Congal wrote: > > > 1) Maturin creates a .whl (zip archive) where files are listed in a > > > non-deterministic order in the archive index. I'm not 100% sure if > > > your patch addresses this problem

Re: [OE-core] [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 Thread Alexander Kanavin
Thanks, I don't have a problem with the patch, just to make it clear. Alex On Mon, 14 Oct 2024 at 15:54, Etienne Cordonnier wrote: > > @Alexander Kanavin : > - kexec has been in poky for ages, and then in December 2015 the commit you > mentioned added a hard dependency to makedumpfile in the kd

Re: [OE-core] [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 Thread Etienne Cordonnier via lists.openembedded.org
@Alexander Kanavin : - kexec has been in poky for ages, and then in December 2015 the commit you mentioned added a hard dependency to makedumpfile in the kdump script, but did not create a recipe for makedumpfile (which did not have a recipe at that point). - A makedumpfile recipe was added in Jul

Re: [OE-core] Latest AB-INT unexplained mystery failure

2024-10-14 Thread Richard Purdie
It was suggested I should write down a list of other issues we have on the autobuilder right now. Some of these are related to the transition to new infrastructure, some are previously seen issues occurring more frequently, some are entirely new. I appreciate these should all have bugs. I'm copying

[OE-core] [PATCH 6/6] linux-yocto/6.10: update to v6.10.14

2024-10-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.10 to the latest korg -stable release that comprises the following commits: 47c2f92131c4 Linux 6.10.14 aa8086f899a7 perf python: Allow checking for the existence of warning options in clang df8d896f8f94 drm/amd/display: enable_hpo_dp_link_

[OE-core] [PATCH 2/6] linux-yocto/6.10: update to v6.10.12

2024-10-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.10 to the latest korg -stable release that comprises the following commits: e0081d1e9c57 Linux 6.10.12 47e0c6b594de powercap: intel_rapl: Change an error pointer to NULL e872738e670d USB: usbtmc: prevent kernel-usb-infoleak 3f24124ed89f

[OE-core] [PATCH 5/6] linux-yocto/6.6: update to v6.6.54

2024-10-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: 63a57420cf79 Linux 6.6.54 cada2646b748 Revert: "dm-verity: restart or panic on an I/O error" 646749b423c4 spi: atmel-quadspi: Fix wrong register value written to MR

[OE-core] [PATCH 3/6] linux-yocto/6.10: update to v6.10.13

2024-10-14 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.10 to the latest korg -stable release that comprises the following commits: 0202c63cba31 Linux 6.10.13 b332bcca5914 Revert: "dm-verity: restart or panic on an I/O error" ff055e9142d8 spi: atmel-quadspi: Fix wrong register value written to M

[OE-core] [PATCH 4/6] linux-yocto-dev: bump to v6.12

2024-10-14 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 752d108bd8..c2d960d163 1

[OE-core] [PATCH 1/6] linux-yocto-dev: conditionally add coreutils to depends

2024-10-14 Thread Bruce Ashfield
From: Bruce Ashfield 6.11+ uses truncate as part of the build. While truncate has been added to HOSTTOOLS in oe-core master, it still is possible to build a kernel recipe newer than 6.11+ on a release that doesn't have the HOSTTOOLS tweak. We can test for truncate and condtionally add the depend

[OE-core] [PATCH 0/6] linux-yocto: consolidated pull request

2024-10-14 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here's the -stable updates I've been collecting for 6.10 and 6.6. I'm also bumping -dev to 6.12, even though core-image-kernel-dev isn't quite ready yet (lttng-modules hasn't updated for 6.12), but all basic sanity tests have passed. I'll follow up in a bit with s

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Richard Purdie
On Mon, 2024-10-14 at 12:34 +, Ross Burton via lists.openembedded.org wrote: > On 14 Oct 2024, at 13:01, Richard Purdie via lists.openembedded.org > wrote: > > > > On Mon, 2024-10-14 at 13:05 +0200, Alexander Kanavin via > > lists.openembedded.org wrote: > > > This doesn't quite make sense. W

[OE-core] Patchtest results for [PATCH 1/2] fetch2/wget.py: use default wget user-agent in upstream version checks

2024-10-14 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/1-2-fetch2-wget.py-use-default-wget-user-agent-in-upstream-version-checks.patch FAIL: test target mailing list: Ser

[OE-Core][master][PATCH] rust: set CVE_STATUS for CVE-2024-43402

2024-10-14 Thread Ranjitsinh Rathod via lists.openembedded.org
As per NVD, this CVE only affects to Windows platform Link: https://nvd.nist.gov/vuln/detail/CVE-2024-43402 Signed-off-by: Ranjitsinh Rathod --- meta/recipes-devtools/rust/rust-source.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recip

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Ross Burton
On 14 Oct 2024, at 13:01, Richard Purdie via lists.openembedded.org wrote: > > On Mon, 2024-10-14 at 13:05 +0200, Alexander Kanavin via > lists.openembedded.org wrote: >> This doesn't quite make sense. Why is the problem specific to .pyc >> files and not other files ovmf installs? > > If it hel

[OE-core] [PATCH 1/2] fetch2/wget.py: use default wget user-agent in upstream version checks

2024-10-14 Thread Alexander Kanavin
From: Alexander Kanavin This has been set to various mozilla versions from this point onwards without explanation or specific examples: https://git.yoctoproject.org/poky/commit/?h=master-next&id=ba06cc8943d021f406c3d292ce415b77319ca5c6 However, sourceforge has recently banned the current 'fake m

[OE-core] [PATCH 2/2] meta: use explicit uri for all sourceforge upstream version checks

2024-10-14 Thread Alexander Kanavin
From: Alexander Kanavin Previously the check for some recipes relied on sourceforge redirecting from downloads.sourceforge.net (SRC_URI is set to that) into the actual project page. Sourceforge does this for interactive browsers, but not for wget. With the check no longer mimicking a browser, a

[OE-core] [PATCH 2/2] groff: fix rare build race in hdtbl

2024-10-14 Thread Ross Burton
It's possible to build the hdtbl examples before grn has been build: groff: error: couldn't exec grn: No such file or directory Backport a dependency fix from upstream. [ YOCTO #15610 ] Signed-off-by: Ross Burton --- ...l-Fix-Savannah-66316-missing-grn-dep.patch | 38 +++ meta

[OE-core] [PATCH 1/2] tcl: skip io-13.6 test case

2024-10-14 Thread Ross Burton
Result was: {abcdefghj 01234} 0 Result should have been (exact matching): {abcdefghj } 1 01234 0 io-13.6 FAILED This test is documented as failing on slow machines, so just skip it. [ YOCTO #15407 ] Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl/run-ptest | 2 ++

Re: [OE-core] [PATCH v8 0/8] systemd uki support

2024-10-14 Thread Mikko Rapeli
Hi, On Mon, Oct 14, 2024 at 01:42:46PM +0200, Alexander Kanavin wrote: > On Mon, 14 Oct 2024 at 13:39, Mikko Rapeli wrote: > > No, I'm not able to reproduce the problem. Maybe I'd need to share the > > sstate > > to another machine or user to trigger this. Just changing build paths > > doesn't t

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Richard Purdie
On Mon, 2024-10-14 at 13:05 +0200, Alexander Kanavin via lists.openembedded.org wrote: > This doesn't quite make sense. Why is the problem specific to .pyc > files and not other files ovmf installs? If it helps, I do roughly understand what is happening here and I believe this is the right fix. C

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Alexander Kanavin
On Mon, 14 Oct 2024 at 13:39, Mikko Rapeli wrote: > No, I'm not able to reproduce the problem. Maybe I'd need to share the sstate > to another machine or user to trigger this. Just changing build paths > doesn't trigger the problem on my build machine. Can I see the link to the autobuilder failur

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Mikko Rapeli
Hi, On Mon, Oct 14, 2024 at 01:28:07PM +0200, Alexander Kanavin wrote: > On Mon, 14 Oct 2024 at 13:21, Mikko Rapeli wrote: > > I don't know. At this point I'd rather remove all tests in uki > > support which are causing so many issues. > > > > I tried to dig deeper into ovmf native but it looks l

[OE-core] [PATCH RESEND] u-boot: upgrade 2024.07 -> 2024.10

2024-10-14 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2024.10. Signed-off-by: Fabio Estevam --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/{u-boot-tools_2024.07.bb => u-boot-tools_2024.10.bb} | 0 .../recipes-bsp/u-boot/{u-boot_2024.07.bb => u-boot_2024.10.bb} | 0 3 fi

Re: [OE-core] [meta][PATCH v2] python3-cryptography: upgrade 42.0.8 -> 43.0.1 -> reproducibility doc improvement

2024-10-14 Thread Alexander Kanavin
On Mon, 14 Oct 2024 at 13:22, Yoann Congal wrote: > > 1) Maturin creates a .whl (zip archive) where files are listed in a > > non-deterministic order in the archive index. I'm not 100% sure if > > your patch addresses this problem - does it? Are the files supplied to > > the zip writer in sorted o

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Alexander Kanavin
On Mon, 14 Oct 2024 at 13:21, Mikko Rapeli wrote: > I don't know. At this point I'd rather remove all tests in uki > support which are causing so many issues. > > I tried to dig deeper into ovmf native but it looks like a mess. > meta-arm edk2 doesn't compile anything for native but just installs

Re: [OE-core] [meta][PATCH v2] python3-cryptography: upgrade 42.0.8 -> 43.0.1 -> reproducibility doc improvement

2024-10-14 Thread Yoann Congal via lists.openembedded.org
Hi, Le 14/10/2024 à 12:42, Alexander Kanavin a écrit : > On Mon, 14 Oct 2024 at 04:00, Tim Orling wrote: > >> Yoann and I were able to figure out a promising fix for maturin which is the >> root cause of the reproducibility issues. It needs a little more testing and >> rewording the commit mes

Re: [OE-core] [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 Thread Alexander Kanavin
On Mon, 14 Oct 2024 at 13:03, Alexander Kanavin via lists.openembedded.org wrote: > > How was this added in the first place without bringing in this required > dependency? It was there from the start: https://git.yoctoproject.org/poky/commit/?h=master-next&id=a444eb5951112a4900665677b3bff323a882

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Mikko Rapeli
Hi, On Mon, Oct 14, 2024 at 01:05:51PM +0200, Alexander Kanavin wrote: > This doesn't quite make sense. Why is the problem specific to .pyc > files and not other files ovmf installs? I don't know. At this point I'd rather remove all tests in uki support which are causing so many issues. I tried

Re: [OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Alexander Kanavin
This doesn't quite make sense. Why is the problem specific to .pyc files and not other files ovmf installs? Alex On Mon, 14 Oct 2024 at 12:28, Mikko Rapeli via lists.openembedded.org wrote: > > They break builds which share sstate files on different > machines and paths: > > ERROR: ovmf-edk2-sta

Re: [OE-core] [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 Thread Alexander Kanavin
How was this added in the first place without bringing in this required dependency? Alex On Mon 14. Oct 2024 at 11.12, Etienne Cordonnier via lists.openembedded.org wrote: > From: Etienne Cordonnier > > The kdump script from kexec-tools does not work without makedumpfile (see > https://git.yoc

Re: [OE-core] [PATCH] ffmpeg: Disable asm optimizations on x86

2024-10-14 Thread Ross Burton
On 13 Oct 2024, at 20:17, Khem Raj wrote: > > disable asm code if PIC is required, as the provided asm > decidedly is not PIC for x86. I think I’d prefer to see a revert of the textrel change I sent, with a comment explaining how to trigger it. I tried, but didn’t considering trying ldd. Ross

Re: [OE-core] [PATCH] patchtest: add "Inactive-Upstream"

2024-10-14 Thread Richard Purdie
On Mon, 2024-10-14 at 12:52 +0200, Alexander Kanavin via lists.openembedded.org wrote: > On Mon, 14 Oct 2024 at 12:21, Quentin Schulz via > lists.openembedded.org > wrote: > > I believe even if the project is inactive, we should still aim at > > submitting patches in the event the project starts

Re: [OE-core] [PATCH scarthgap RFC] bitbake.conf: Add truncate to HOSTTOOLS

2024-10-14 Thread Martin Jansa
https://git.openembedded.org/openembedded-core/commit/?h=scarthgap&id=85451cdaee4718233211da1e43db01f5cd2b1aff On Mon, Oct 14, 2024 at 12:54 PM Quentin Schulz via lists.openembedded.org wrote: > > Hi all, > > On 9/30/24 12:36 PM, Quentin Schulz wrote: > > From: Richard Purdie > > > > Some wic im

Re: [OE-core] [PATCH] patchtest: add "Inactive-Upstream"

2024-10-14 Thread Alexander Kanavin
On Mon, 14 Oct 2024 at 12:21, Quentin Schulz via lists.openembedded.org wrote: > I believe even if the project is inactive, we should still aim at > submitting patches in the event the project starts again, or maybe it's > just that nobody has sent a patch for years and the SW works good enough >

Re: [OE-core] [PATCH scarthgap RFC] bitbake.conf: Add truncate to HOSTTOOLS

2024-10-14 Thread Quentin Schulz via lists.openembedded.org
Hi all, On 9/30/24 12:36 PM, Quentin Schulz wrote: From: Richard Purdie Some wic images need this command. Since it is part of coreutils, it doesn't really cost anything to have in HOSTTOOLS and it avoids signifiant build dependencies on coreutils-native. [YOCTO #15571] (cherry picked from

Re: [OE-core] [PATCH] patchtest: add "Inactive-Upstream"

2024-10-14 Thread Alexander Kanavin
On Mon, 14 Oct 2024 at 12:21, Quentin Schulz via lists.openembedded.org wrote: > I believe even if the project is inactive, we should still aim at > submitting patches in the event the project starts again, or maybe it's > just that nobody has sent a patch for years and the SW works good enough >

Re: [OE-core] [meta][PATCH v2] python3-cryptography: upgrade 42.0.8 -> 43.0.1 -> reproducibility doc improvement

2024-10-14 Thread Alexander Kanavin
On Mon, 14 Oct 2024 at 04:00, Tim Orling wrote: > Yoann and I were able to figure out a promising fix for maturin which is the > root cause of the reproducibility issues. It needs a little more testing and > rewording the commit message before we submit upstream (I mentioned data.tar > which i

Re: [OE-core] [PATCH] patchtest: add "Inactive-Upstream"

2024-10-14 Thread Richard Purdie
On Mon, 2024-10-14 at 12:21 +0200, Quentin Schulz via lists.openembedded.org wrote: > Hi Katariina, > > On 10/8/24 8:33 AM, Katariina Lounento via lists.openembedded.org wrote: > > [You don't often get email from > > katariina.lounento=vaisala@lists.openembedded.org. Learn why this is > > i

Re: [OE-core] [PATCH v8 0/8] systemd uki support

2024-10-14 Thread Mikko Rapeli
Hi, On Sun, Oct 13, 2024 at 08:43:15AM +0100, Richard Purdie wrote: > On Fri, 2024-10-11 at 15:20 +0300, Mikko Rapeli via lists.openembedded.org > wrote: > > These changes enable building systemd uki images which combine > > kernel, kernel command line, initrd and possibly signatures to > > a sin

[OE-core] [PATCH] ovmf-native: remove .pyc files from install

2024-10-14 Thread Mikko Rapeli
They break builds which share sstate files on different machines and paths: ERROR: ovmf-edk2-stable202408-r0 do_prepare_recipe_sysroot: Error executing a python function in exec_func_python() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_

Re: [OE-core] [PATCH] patchtest: add "Inactive-Upstream"

2024-10-14 Thread Quentin Schulz via lists.openembedded.org
Hi Katariina, On 10/8/24 8:33 AM, Katariina Lounento via lists.openembedded.org wrote: [You don't often get email from katariina.lounento=vaisala@lists.openembedded.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] From: Katariina Lounento The list of v

[OE-core] [PATCH] insane: Don't used cachedpath for os.lstat()

2024-10-14 Thread Richard Purdie
The functions behave slightly differently to the functions they're caching and the use in insane.bbclass isn't compatible. For now, to avoid build failures, switch back to the stat calls. We may be able to improve cachedpath or change the call sites. Signed-off-by: Richard Purdie --- meta/classe

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

2024-10-14 Thread Quentin Schulz via lists.openembedded.org
Hi Kamal, On 10/4/24 4:19 PM, Kamal GMBH via lists.openembedded.org wrote: You don't often get email from kamalgmbh32=gmail@lists.openembedded.org. Learn why this is important I am using 6.8 custom kernel and yocto scarthgap and i am using x8

[OE-core] Patchtest results for [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 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/makedumpfile-import-1.7.5-from-meta-openembedded.patch FAIL: test lic files chksum modified not mentioned: LIC_FILE

Re: [OE-core] [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 Thread Etienne Cordonnier via lists.openembedded.org
+Khem Raj and Wang My in CC Hi all, for context: Wang Mingyu has been maintaining the recipe in meta-openembedded. I proposed to her to add them as maintainer in poky per email, but have not heard back. Because of that, I wrote down my name instead. I am completely open to having someone else writ

[OE-core] [PATCH] makedumpfile: import 1.7.5 from meta-openembedded

2024-10-14 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier The kdump script from kexec-tools does not work without makedumpfile (see https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/kexec/kexec-tools/kdump#n14 ). Thus, let's import makedumpfile from meta-openembedded/meta-oe/recipes-kernel/makedumpfile and make kexec

[OE-core] [PATCH 1/2] bitbake.conf: Mark VOLATILE_LOG_DIR as obsolete

2024-10-14 Thread Niko Mauno via lists.openembedded.org
This variable was removed in https://git.yoctoproject.org/poky/commit/?id=2f8806deb7655b37d6f8d12ff54680d6acf7a298 ("bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead") so ensure that distributions become aware that it no longer has any effect. Signed-off-by: Niko Mauno ---

[OE-core] [PATCH 2/2] bitbake.conf: Mark VOLATILE_TMP_DIR as obsolete

2024-10-14 Thread Niko Mauno via lists.openembedded.org
This variable was removed in https://git.yoctoproject.org/poky/commit/?id=2f46b6f27dfa3a9d5ad177900fcecfe64c3536f1 ("bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead") so ensure that distributions become aware that it no longer has any effect. Signed-off-by: Niko Mauno ---