Re: [OE-core] [PATCH 13/33] librepo: upgrade 1.17.0 -> 1.17.1

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 12/04/2024 00:52:52+, Mingyu Wang (Fujitsu) wrote: > I use the command git am and patch on master-text to apply this patch, they > are all succeeded. > May I ask what command you used to apply this patch, that would be helpful. > Thank you. I use git am, the patch is definitively mangled

[OE-core] [PATCH] Replaced :append with += in multiple recipe files under meta layer.

2024-04-12 Thread K Sanjay Nayak
Fixes [YOCTO #2951] Conditional operator is preferred over the append operation, hence modified multiple recipes under the meta-layer. Reported-by : Christopher Larson Signed-off-by: K Sanjay Nayak --- meta/recipes-bsp/grub/grub-efi_2.12.bb | 2 +-

Re: [OE-core] [PATCH] nativesdk-gzip: fix reproducibility issues

2024-04-12 Thread Oleh Matiusha via lists.openembedded.org
Can it be accepted in upstream then? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198156): https://lists.openembedded.org/g/openembedded-core/message/198156 Mute This Topic: https://lists.openembedded.org/mt/105462485/21656 Group Owner:

Re: [OE-core] [PATCH v2 1/3] binutils-cross-canadian: add gprofng package as runtime dependency

2024-04-12 Thread Sadineni, Harish via lists.openembedded.org
Hello Alex, can you provide more details to reproduce the issue?. Thanks, Harish Sadineni -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198157): https://lists.openembedded.org/g/openembedded-core/message/198157 Mute This Topic:

Re: [oe-core][PATCH 2/2] packagegroup-core-boot: recommend ifupdown

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 11/04/2024 14:58:40+, Joe Slater via lists.openembedded.org wrote: > > > > -Original Message- > > From: Ross Burton > > Sent: Thursday, April 11, 2024 7:21 AM > > To: Richard Purdie ; Slater, Joseph > > > > Cc: OE-core ; MacLeod, Randy > > > > Subject: Re: [oe-core][PATCH 2/2]

Re: [OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-12 Thread Matthias Schiffer
On Thu, 2024-04-11 at 06:40 -0700, Heiko wrote: > >  Hi Steve, > > I created the patch as described > here:  > https://docs.yoctoproject.org/4.0.17/contributor-guide/submit-changes.html#contributing-thro > ugh-mailing-lists-why-not-using-web-based-workflows > > Only one line has been changed.

Re: [OE-core] [PATCH] nativesdk-gzip: fix reproducibility issues

2024-04-12 Thread Richard Purdie
On Thu, 2024-04-11 at 13:32 +, Oleh Matiusha via lists.openembedded.org wrote: > There is absolute path in zgrep binary. It is related > to the changes that fix an issue with zgrep on Solaris > and other platforms with 'grep -e'. I'd like to ask here > if Yocto supports Solaris as host

Re: [OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-12 Thread Heiko
I used " git send- email". I don`t know, why the tabs were replaced. I have attached the patch with tabs. (Or do I have to create a new post?) Best regards, Heiko kirkstone-kernel.bbclass-check-if-directory-exists-before-removing-empty-module-directory.diff Description: Binary data

Re: [OE-core] [PATCH] Replaced :append with += in multiple recipe files under meta layer.

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 12/04/2024 11:35:36+0530, K Sanjay Nayak wrote: > Fixes [YOCTO #2951] > > Conditional operator is preferred over the append operation, I don't believe += is conditional. > hence modified multiple recipes under the meta-layer. > > Reported-by : Christopher Larson > Signed-off-by: K Sanjay

[OE-core] [PATCH 1/2] python3-websockets: Import from meta-python

2024-04-12 Thread Richard Purdie
For the newer hash equivlance servers we need websockets. Import it from meta-oe so we can easily include it in buildtools tarball. Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-websockets_12.0.bb| 16

[OE-core] [PATCH 2/2] buildtools-tarball: Add python3-websockets

2024-04-12 Thread Richard Purdie
For the newer hash equivlance servers we need websockets. Add it to buildtools tarball. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb

Re: [OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-12 Thread Steve Sakoman
On Fri, Apr 12, 2024 at 2:52 AM Heiko wrote: > > I used "git send-email". I don`t know, why the tabs were replaced. > > I have attached the patch with tabs. (Or do I have to create a new post?) You should send a new patch targeted for the master branch since we need to fix this there first

[OE-core][PATCH] bitbake.conf: remove comment about oldincludedir

2024-04-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko oldincludedir was removed by 506c91cbc6a604a84e37e53ccff430436369802e Signed-off-by: Peter Marko --- meta/conf/bitbake.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 6f180d18b0..ba8bd5f975

Re: [OE-core][PATCH] systemd: make predictable name mac policy opt-out

2024-04-12 Thread Peter Marko via lists.openembedded.org
-Original Message- From: Ross Burton Sent: Wednesday, April 10, 2024 18:00 To: Marko, Peter (ADV D EU SK BFS1) Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core][PATCH] systemd: make predictable name mac policy opt-out > On 8 Apr 2024, at 08:04, Peter Marko via

Re: [OE-core] [PATCH 10/33] gnutls: upgrade 3.8.4 -> 3.8.5

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 11/04/2024 19:41:09+, Simone Weiß wrote: > On Wed, 2024-04-10 at 02:45 +0200, Alexandre Belloni via > lists.openembedded.org wrote: > > Failed ptests: > > {'gnutls': ['alerts', > >     'cert-status', > >     'ciphersuite-name', > >     'dtls-etm', > >    

Re: [OE-core] [PATCH v2] devtool: standard: throws appropriate error if source is in detached HEAD

2024-04-12 Thread Peter Kjellerstedt
> -Original Message- > From: Julien Stephan > Sent: den 11 april 2024 16:20 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH v2] devtool: standard: throws appropriate error > if source is in detached HEAD > > Le mer. 10 avr. 2024 à

Re: [OE-core] [PATCH] Replaced :append with += in multiple recipe files under meta layer.

2024-04-12 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of K Sanjay Nayak > Sent: den 12 april 2024 08:06 > To: openembedded-core@lists.openembedded.org > Cc: K Sanjay Nayak > Subject: [OE-core] [PATCH] Replaced :append with += in multiple recipe files > under

[OE-core][PATCH v2] systemd: make predictable name mac policy opt-out

2024-04-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Even the patch says it's inappropriate for upstream, and it's also inappropriate for some downstream projects, too. So make it possible to opt-out on it by replacing the patch by sed and depend on distro feature pni-names. Signed-off-by: Peter Marko ---

Re: [OE-core] [PATCH] nativesdk-gzip: fix reproducibility issues

2024-04-12 Thread Oleh Matiusha via lists.openembedded.org
​How far did you get builds to work on Solaris out of interest? Perhaps you have misunderstood me. I have neither the desire nor the hardware to work on providing Solaris support, but I asked if Yocto supports or plans to support Solaris to see if my patch is compatible with the current

Re: [OE-core] [PATCH 1/2] python3-websockets: Import from meta-python

2024-04-12 Thread Khem Raj
we need a patch to remove it from meta-python at same time On Fri, Apr 12, 2024 at 4:08 AM Richard Purdie wrote: > > For the newer hash equivlance servers we need websockets. Import it > from meta-oe so we can easily include it in buildtools tarball. > > Signed-off-by: Richard Purdie > --- >

[OE-core] [RFC PATCH] scripts: new oe-test-system-upgrade test

2024-04-12 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker Proof of concept "testimage" test to check whether the generated package feeds can be used to update an older image provided by the Yocto Project autobuilder. Signed-off-by: Michael Opdenacker Suggested-by: Richard Purdie CC: Thomas Petazzoni CC: Bruce Ashfield ---

Re: [OE-core] [PATCH] nativesdk-gzip: fix reproducibility issues

2024-04-12 Thread Richard Purdie
On Fri, 2024-04-12 at 14:55 +, Oleh Matiusha -X (omatiush - GLOBALLOGIC INC at Cisco) wrote: > > ​How far did you get builds to work on Solaris out of interest? > > > Perhaps you have misunderstood me. I have neither the desire nor the > hardware to work on providing Solaris support, but I

[OE-core][dunfell][PATCH] go: Maintain consistency in CVE-2023-24538 source patch file names

2024-04-12 Thread Venkata Ravi Eluri via lists.openembedded.org
From: E V Ravi Rename CVE-2023-24538-1.patch to CVE-2023-24538_1.patch and CVE-2023-24538-2.patch to CVE-2023-24538_2.patch to maintain consistency in source patch file names (replace - with _). Other source patch files for this CVE are as follows: CVE-2023-24538_3.patch,

Re: [oe-core][PATCH 2/2] packagegroup-core-boot: recommend ifupdown

2024-04-12 Thread Joe Slater via lists.openembedded.org
> -Original Message- > From: Alexandre Belloni > Sent: Friday, April 12, 2024 3:22 AM > To: Slater, Joseph > Cc: Ross Burton ; Richard Purdie > ; OE-core c...@lists.openembedded.org>; MacLeod, Randy > > Subject: Re: [oe-core][PATCH 2/2] packagegroup-core-boot: recommend > ifupdown >

[OE-core][PATCH 2/3] kbd: remove non-free Agafari fonts

2024-04-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Its license makes it impossible to distribute kbd in any commercial products. Backport commit which removes it. Signed-off-by: Peter Marko --- .../0001-Remove-non-free-Agafari-fonts.patch | 336 ++ meta/recipes-core/kbd/kbd_2.6.4.bb| 3 + 2

[OE-core][PATCH 3/3] kbd: update license

2024-04-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko GPL-3 is used for keymaps-pine LGPL2 is used in all C source files under src/libkfont/ which generate binaries included in main kbd package. This is seen in their SPDX headers. Signed-off-by: Peter Marko --- meta/recipes-core/kbd/kbd_2.6.4.bb | 16 +--- 1 file

[OE-core][PATCH 0/3] kbd: update-license

2024-04-12 Thread Peter Marko via lists.openembedded.org
kbd consists of many parts with different licenses which are not properly documented/handled. This series tries to fix the most problematic issues, which are non-commercial and gpl-3 licenses. Peter Marko (3): kbd: split gpl-3 keymap to separate package kbd: remove non-free Agafari fonts

[OE-core][PATCH 1/3] kbd: split gpl-3 keymap to separate package

2024-04-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Pine keymap was added with GPL-3 license. https://github.com/legionus/kbd/commit/1589e9e1019756b5287b41dddcd7285271c5990e Split this GPL-3 keymap and install it via recommendation so it is easy to remove it by excluding recommendations. Signed-off-by: Peter Marko ---

Re: [OE-core][PATCH] systemd: make predictable name mac policy opt-out

2024-04-12 Thread Richard Purdie
On Fri, 2024-04-12 at 13:47 +, Marko, Peter wrote: > -Original Message- > From: Ross Burton > Sent: Wednesday, April 10, 2024 18:00 > To: Marko, Peter (ADV D EU SK BFS1) > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core][PATCH] systemd: make predictable name mac

Re: [OE-core][PATCH 2/3] kbd: remove non-free Agafari fonts

2024-04-12 Thread Peter Marko via lists.openembedded.org
I know that binary patches are problematic over mailing list. Here the patch as zipped attachment just in case. Peter <> -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198182): https://lists.openembedded.org/g/openembedded-core/message/198182

Patchtest results for [OE-core][PATCH 3/3] kbd: update license

2024-04-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/3-3-kbd-update-license.patch FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed without

Re: [OE-core][PATCH] systemd: make predictable name mac policy opt-out

2024-04-12 Thread Francesco Dolcini
Hello Marko and Ross On Wed, Apr 10, 2024 at 06:04:30PM +, Marko, Peter wrote: > From: Ross Burton > > On 8 Apr 2024, at 08:04, Peter Marko via lists.openembedded.org > > wrote: > > > From: Peter Marko > > > > > > Even the patch says it's inappropriate for upstream, and it's also > > >

[OE-core] [PATCH] xorg-xserver : Disabled BlankTime, StandbyTime, SuspendTime and OffTime in X default for QEMU images

2024-04-12 Thread K Sanjay Nayak
Fixes [YOCTO #15436] This fix addresses the issue of Xserver screensaver blanking being enabled on QEMU images by disabling BlankTime, StandbyTime, SuspendTime, and OffTime in the Xorg default settings for QEMU images. Reference : https://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html

Re: [OE-core][PATCH] systemd: make predictable name mac policy opt-out

2024-04-12 Thread Peter Marko via lists.openembedded.org
-Original Message- From: Richard Purdie Sent: Friday, April 12, 2024 18:41 To: Marko, Peter (ADV D EU SK BFS1) ; Ross Burton ; Kanavin, Alexander (EXT) (Linutronix GmbH) ; joe.sla...@windriver.com Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core][PATCH] systemd: make

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

2024-04-12 Thread Alexandre Belloni via lists.openembedded.org
On 10/04/2024 09:18:24+0200, Johannes Schneider via lists.openembedded.org 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

[OE-core][kirkstone][PATCH] ncurses: patch CVE-2023-50495

2024-04-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko backport relevant parts from https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230424.patch.gz Signed-off-by: Peter Marko --- .../ncurses/files/CVE-2023-50495.patch| 81 +++ .../ncurses/ncurses_6.3+20220423.bb | 1 + 2 files

Re: [OE-core][PATCH 2/3] kbd: remove non-free Agafari fonts

2024-04-12 Thread Khem Raj
ERROR: Logfile of failure stored in: /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/kbd/2.6.4/temp/log.do_patch.613 ERROR: Task (/mnt/b/yoe/master/sources/poky/meta/recipes-core/kbd/kbd_2.6.4.bb:do_patch) failed with exit code '1' NOTE: Tasks Summary: Attempted 1114 tasks of which 1108

Re: [OE-core][PATCH 2/3] kbd: remove non-free Agafari fonts

2024-04-12 Thread Khem Raj
On Fri, Apr 12, 2024 at 10:02 AM Peter Marko via lists.openembedded.org wrote: > > I know that binary patches are problematic over mailing list. > Here the patch as zipped attachment just in case. > This does not help either, This patch is deleting files so why not just do the delete operation