Re: [RFC][oe-core][PATCH 1/2] mesa: update 24.0.7 -> 24.2.0

2024-08-23 Thread Markus Volk
rebased to master On Sat, Aug 24 2024 at 08:57:52 AM +02:00:00, Markus Volk wrote: - Remove patches that have been merged upstream - Remove 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch Upstream managed to fix this:

[RFC][oe-core][PATCH 2/2] mesa: add support for rusticl

2024-08-23 Thread Markus Volk
Signed-off-by: Markus Volk --- ...n.build-workaround-for-rusticl-build.patch | 27 +++ ...6da9458c9d0348f2390dc0bea67cf140b1a0.patch | 45 +++ meta/recipes-graphics/mesa/mesa.inc | 33 +- 3 files changed, 95 insertions(+), 10 deletions(-) create mode

[RFC][oe-core][PATCH 1/2] mesa: update 24.0.7 -> 24.2.0

2024-08-23 Thread Markus Volk
- Remove patches that have been merged upstream - Remove 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch Upstream managed to fix this: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/meson.build?ref_type=heads#L839 - Update 0001-freedreno-don-t-encode-build-path-into-binaries.p

Re: [OE-core][kirkstone][PATCH v4] expat: fix CVE-2023-52425

2024-08-23 Thread Steve Sakoman
On Fri, Aug 23, 2024 at 5:49 AM Steve Sakoman via lists.openembedded.org wrote: > > Something is still broken in the way you are generating or sending this patch: > > Applying: expat: fix CVE-2023-52425 > Using index info to reconstruct a base tree... > error: patch failed: meta/recipes-core/expat

Re: [OE-core] [master][scarthgap][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Siddharth Doshi via lists.openembedded.org
Hi Alex, Noted. Regards, Siddharth -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#203706): https://lists.openembedded.org/g/openembedded-core/message/203706 Mute This Topic: https://lists.openembedded.org/mt/108040776/21656 Group Owner: openembed

Re: [OE-core] [kirkstone][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Siddharth Doshi via lists.openembedded.org
Hi Alex, For some unknown reason, Randy's message was filtered to spam and i missed it. Else, would have replied before submitting the patch for kirkstone. I did stat my own investigations and reasons for the upgrade -> https://lists.openembedded.org/g/openembedded-core/message/203703 However,

Re: [OE-core] [master][scarthgap][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Alexander Kanavin
The stable branch policy isn't about API/ABI compatibility, it's rather about whether a new release has new features or only bugfixes. If there are new features it is not eligible. Alex On Fri, 23 Aug 2024 at 19:18, Siddharth Doshi via lists.openembedded.org wrote: > > Hi Randy and Alex, > > I a

Re: [OE-core] [master][scarthgap][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Siddharth Doshi via lists.openembedded.org
Hi Randy and Alex, I appreciate the feedback and your concern regarding upgrades in stable-branches. > > This update make sense for the master brnanch but likely not for scarthgap > unless you can show that > this is a bug fix only release. > - This release for sure is not a bug fix only rele

[OE-core] [PATCHv2 2/2] oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction

2024-08-23 Thread Peter Kjellerstedt
These tests verify that the correct files are left behind when systemd is inherited and depending on whether the systemd and/or sysvinit distro features are enabled. Signed-off-by: Peter Kjellerstedt --- PATCHv2: * Change LICENSE to MIT for the test recipes. * Add EXCLUDE_FROM_WORLD to the test

[OE-core] [PATCHv2 1/2] systemd.bbclass: Clean up empty parent directories

2024-08-23 Thread Peter Kjellerstedt
Previously, rm_systemd_unitdir() would remove one parent directory of ${systemd_unitdir} if it was empty after removing ${systemd_unitdir}. rm_sysvinit_initddir() would not remove any parent directory. Thus, if the only directory created in /etc was /etc/init.d, an empty /etc would remain after the

Re: [OE-core] [RFC PATCH] piglit: add a patch to address host contamination for wayland-scanner

2024-08-23 Thread Alexander Kanavin
On Fri, 23 Aug 2024 at 18:55, Richard Purdie wrote: > Is there any notion of cross compiling in cmake? This might be > upstreamable if you could make "wayland-scanner" conditional upon cross > compiling? The correct fix would be to use the output from 'native' pkg-config (set via cmake class to

Re: [OE-core] [RFC PATCH] piglit: add a patch to address host contamination for wayland-scanner

2024-08-23 Thread Richard Purdie
On Fri, 2024-08-23 at 15:50 +0200, Alexander Kanavin via lists.openembedded.org wrote: > From: Alexander Kanavin > > Signed-off-by: Alexander Kanavin > --- >  ...o-not-obtain-wayland-scanner-path-fr.patch | 38 +++ >  meta/recipes-graphics/piglit/piglit_git.bb    |  1 + >  2 file

Re: [OE-core][master][scarthgap][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Alexander Kanavin
Sorry, no. This same argument can be made for any other component in scarthgap where a major new release happened after scarthgap was released. The correct way to provide updated component versions in LTS is via this layer: https://git.yoctoproject.org/meta-lts-mixins/ So please send a patch for t

Re: [OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp

2024-08-23 Thread Richard Purdie
On Thu, 2024-05-30 at 17:02 +0800, Changqing Li via lists.openembedded.org wrote: > From: Changqing Li > > Currently, set VOLATILE_TMP_DIR to "no", only make /tmp as persistent. > This patch extends VOLATILE_TMP_DIR to also specify the persistence of > /var/tmp by following changes: > > * chang

Re: [OE-core][master][scarthgap][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Viswanath Kraleti
Hello Randy, 2.11 version of wpa-supplicant/hostapd are released almost after 2.5 Years. 2-10 released on 2022-01-16. A lot of people are eagerly waiting for this release since a long time. 2.11 has crucial HE/IEEE 802.11ax/Wi-Fi 6 support and preliminary support for EHT/IEEE 802.11be/Wi-Fi 7.

Re: [OE-core] [PATCH 4/4] kernel-fitimage: run unbundled fitimage after deploy

2024-08-23 Thread Adrian Freihofer
Hi Richard Thank you for the review. On Fri, 2024-08-23 at 14:00 +0100, Richard Purdie wrote: > I have been struggling to find time to sit and think through the > implications of this. I have finally done that, at least a little and > I > have some questions below. Sorry about the delay in getti

Re: [OE-core][REQUEST FOR ASSISTANCE][PATCH] piglit: upgrade 22eaf6a91c -> c11c9374c1

2024-08-23 Thread Richard Purdie
On Fri, 2024-08-23 at 10:18 -0400, Trevor Gamblin via lists.openembedded.org wrote: > > On 2024-08-23 9:51 a.m., Alexander Kanavin wrote: > > I just sent a patch that addresses the wayland-scanner problem > > (marked > > RFC as it depends on your patch applied first). Does the problem > > and > >

Re: [OE-core][REQUEST FOR ASSISTANCE][PATCH] piglit: upgrade 22eaf6a91c -> c11c9374c1

2024-08-23 Thread Trevor Gamblin
On 2024-08-23 9:51 a.m., Alexander Kanavin wrote: I just sent a patch that addresses the wayland-scanner problem (marked RFC as it depends on your patch applied first). Does the problem and the fix make sense to you? Thanks for sending that out. It's actually not clear to me why there isn't a n

Re: [OE-core][REQUEST FOR ASSISTANCE][PATCH] piglit: upgrade 22eaf6a91c -> c11c9374c1

2024-08-23 Thread Alexander Kanavin
I just sent a patch that addresses the wayland-scanner problem (marked RFC as it depends on your patch applied first). Does the problem and the fix make sense to you? Alex On Thu, 22 Aug 2024 at 17:18, Trevor Gamblin via lists.openembedded.org wrote: > > Commit 79895d fixes builds with numpy

[OE-core] [RFC PATCH] piglit: add a patch to address host contamination for wayland-scanner

2024-08-23 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...o-not-obtain-wayland-scanner-path-fr.patch | 38 +++ meta/recipes-graphics/piglit/piglit_git.bb| 1 + 2 files changed, 39 insertions(+) create mode 100644 meta/recipes-graphics/piglit/piglit/0001-CMakeLists.t

[OE-core] [PATCH 2/2] cve-check: remove the TEXT format support

2024-08-23 Thread Marta Rybczynska
Remove the TEXT format support, as the JSON format offers more functions. Users who do automation should have migrated already. Support of both formats makes the code more complex than necessary. Users can convert JSON files to TEXT files with cve-json-to-text.py in scripts/ Signed-off-by: Marta

[OE-core] [PATCH 1/2] cve-json-to-text: add script

2024-08-23 Thread Marta Rybczynska
Add a script that converts the cve-check result from the JSON format to the TEXT format. Signed-off-by: Marta Rybczynska --- scripts/cve-json-to-text.py | 145 1 file changed, 145 insertions(+) create mode 100755 scripts/cve-json-to-text.py diff --git a/scr

Re: [OE-core] [PATCH 4/4] kernel-fitimage: run unbundled fitimage after deploy

2024-08-23 Thread Richard Purdie
I have been struggling to find time to sit and think through the implications of this. I have finally done that, at least a little and I have some questions below. Sorry about the delay in getting to this, I keep hoping someone else will help with this kind of review but it is very time consuming a

Re: [OE-core] [PATCH] python3-numpy: disable ccache

2024-08-23 Thread Martin Jansa
It seems to be bigger issue in multiple python recipes (numpy was the only one shown in my image builds), in world build with ccache enabled I see: meta-oe/meta-python/recipes-devtools/python/python3-msgpack_1.0.8.bb:do_compile) failed with exit code '1' meta-oe/meta-python/recipes-devtools/python

Re: [OE-core][kirkstone][PATCH v4] expat: fix CVE-2023-52425

2024-08-23 Thread Steve Sakoman
Something is still broken in the way you are generating or sending this patch: Applying: expat: fix CVE-2023-52425 Using index info to reconstruct a base tree... error: patch failed: meta/recipes-core/expat/expat_2.5.0.bb:22 error: meta/recipes-core/expat/expat_2.5.0.bb: patch does not apply error

Re: [OE-core] [PATCH] obexd: Add system bus support for obexd

2024-08-23 Thread Alexander Kanavin
I think this needs to be better justified. What were the reasons upstream didn't want to take this patch? Why would oe-core take it and maintain it until the end of time? Shouldn't this be a product specific feature for those (few) who need it, rather than a project level feature? Alex On Fri, 23

[OE-core] [PATCH] obexd: Add system bus support for obexd

2024-08-23 Thread quic_dgangire
From: Damodar Reddy GangiReddy Currently obexd uses session bus. Distros where session bus is not supported and still obex profiles are required in that case use system bus instead of session bus which can be configured with new optional feature Additional optional feature has been added to ach

[OE-core] [scarthgap][PATCH] util-linux: Add PACKAGECONFIG option to mitigate rootfs remount error

2024-08-23 Thread Niko Mauno via lists.openembedded.org
The 2.39 version of util-linux took new file descriptors based mount kernel API into use. In relation to this change, the upstream release notes in https://github.com/util-linux/util-linux/blob/v2.39/Documentation/releases/v2.39-ReleaseNotes#L14-L21 mention that This change is very aggressive to

Re: [OE-core][kirkstone][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Alexander Kanavin
Updates like this are not eligible for stable branches. Please pay attention to what Randy said. Alex On Fri, 23 Aug 2024 at 09:38, Siddharth Doshi via lists.openembedded.org wrote: > > From: Siddharth Doshi > > License-Update: > === > - README: Change in copyright years as per >

Re: [OE-core] [PATCH 3/4] kernel: refactor fitimage

2024-08-23 Thread Adrian Freihofer via lists.openembedded.org
On Mon, 2024-08-19 at 17:17 +0200, Adrian Freihofer wrote: > From: Adrian Freihofer > > * do_bundle_initramfs only when needed >   With INITRAMFS_IMAGE_BUNDLE = "1" the kernel Makefile is used to >   bundle the kernel binary and the initramfs. This works only when > the >   build folder of the ke

[OE-core][kirkstone][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11

2024-08-23 Thread Siddharth Doshi via lists.openembedded.org
From: Siddharth Doshi License-Update: === - README: Change in copyright years as per https://w1.fi/cgit/hostap/commit/README?id=d945ddd368085f255e68328f2d3b020ceea359af - wpa_supplicant/wpa_supplicant.c: Change in copyright years as per https://w1.fi/cgit/hostap/commit/wpa_supplican