[OE-core] [PATCH v2] staging.bbclass: Inlcude native dirs for nativesdk build

2023-11-09 Thread Vyacheslav Yurkov
Some build systems (like cmake) check whether target binaries are present even if they are not used during compilation. Excluded ${bindir} causes such recipes to fail to build nativesdk variant. The good example of that is protobuf/grpc nativesdk build from meta-oe layer. For more details refer

[OE-core] [PATCH] staging.bbclass: Inlcude native dirs for nativesdk build

2023-11-09 Thread Vyacheslav Yurkov
Some build systems (like cmake) check whether target binaries are present even if they are not used during compilation. Excluded ${bindir} causes such recipes to faile to build nativesdk variant. The good example of that is protobuf/grps nativesdk build. For more details refer this long

[OE-core][kirkstone][PATCH] tiff: Backport fix for CVE-2023-41175

2023-11-09 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/6e2dac5f904496d127c92ddc4e56eccfca25c2ee] Reference: https://security-tracker.debian.org/tracker/CVE-2023-41175 Signed-off-by: Vijay Anusuri --- .../libtiff/tiff/CVE-2023-41175.patch | 69

[OE-core][mickledore][PATCH] sudo: upgrade 1.9.13p3 -> 1.9.15p2

2023-11-09 Thread Xiangyu Chen
From: Xiangyu Chen Upgrade 1.9.13p3 to 1.9.15p2 to fix bugs and CVEs License-update: file removed upstream Drop patch as issue fixed upstream. Changelogs: 1.9.15p2: https://www.sudo.ws/releases/stable/#1.9.15p2 1.9.15p1: https://www.sudo.ws/releases/stable/#1.9.15p1 1.9.15:

[OE-core][PATCH] sudo: upgrade 1.9.14p3 -> 1.9.15p2

2023-11-09 Thread Xiangyu Chen
From: Xiangyu Chen Changelog: === 1.9.15p2: - Fixed a bug on BSD systems where sudo would not restore the terminal settings on exit if the terminal had parity enabled. 1.9.15p1: - Fixed a bug introduced in sudo 1.9.15 that prevented LDAP-based sudoers from being able to read the

[OE-core] Patchtest results for [PATCH] linux/cve-exclusion6.1/6.5: Update to latest kernel point releases

2023-11-09 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/linux-cve-exclusion6.1-6.5-Update-to-latest-kernel-point-releases.patch FAIL: test commit message presence: Please

[OE-core] [PATCH] linux/cve-exclusion6.1/6.5: Update to latest kernel point releases

2023-11-09 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../linux/cve-exclusion_6.1.inc | 30 ++--- .../linux/cve-exclusion_6.5.inc | 62 --- 2 files changed, 60 insertions(+), 32 deletions(-) diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.1.inc

[OE-core] Patchtest results for [PATCH] layer.conf: Switch layer to nanbield series only

2023-11-09 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/layer.conf-Switch-layer-to-nanbield-series-only.patch FAIL: test commit message presence: Please include a commit

[OE-core] [PATCH] layer.conf: Switch layer to nanbield series only

2023-11-09 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9b94bbd8b34..bb8b1c81b12 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -7,7 +7,7 @@ BBFILE_COLLECTIONS +=

[OE-core] [PATCH] librsvg: Enable 64bit atomics in crossbeam again for riscv32

2023-11-09 Thread Khem Raj
This works all fine now. Signed-off-by: Khem Raj --- meta/recipes-gnome/librsvg/librsvg_2.56.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.56.3.bb index b1b7c8d0fc3..43d4059cf2f 100644 ---

[OE-core] [PATCH v2] librsvg: Fix build for riscv32

2023-11-09 Thread Khem Raj
Add missing support for linux-raw-sys Signed-off-by: Khem Raj --- v2: Drop crossbeam 64bit atomics enabling change .../librsvg/0001-Add-riscv32-support.patch| 1511 + meta/recipes-gnome/librsvg/librsvg_2.56.3.bb |1 + 2 files changed, 1512 insertions(+) create mode

Re: [OE-core] [PATCH] librsvg: Fix build for riscv32

2023-11-09 Thread Khem Raj
On Thu, Nov 9, 2023 at 6:00 AM Richard Purdie wrote: > > On Wed, 2023-11-08 at 22:50 -0800, Khem Raj wrote: > > Add missing support for linux-raw-sys > > > > Signed-off-by: Khem Raj > > --- > > .../librsvg/0001-Add-riscv32-support.patch| 1511 + > >

[OE-core] [PATCH v2] oeqa,ssh: Handle SSHCall timeout error code

2023-11-09 Thread luca fancellu
The current code in ssh.py is terminating the ssh process that does not finish its computation in a given timeout (when timeout is passed), the SSHCall function is returning the process error code. The Openssl ssh before version 8.6_p1 is returning 0 when it is terminated, from commit

Re: [OE-core][kirkstone][PATCH] goarch: Move Go architecture mapping to a library

2023-11-09 Thread Jose Quaresma
Bruce Ashfield escreveu no dia quinta, 9/11/2023 à(s) 14:18: > On Thu, Nov 9, 2023 at 7:37 AM Peter Marko > wrote: > > > > From: Peter Marko > > > > Other spaces uses the Go architecture definitions as their own (for > > example, container arches are defined to be Go arches). To make it > >

Re: [OE-core][kirkstone][PATCH] goarch: Move Go architecture mapping to a library

2023-11-09 Thread Bruce Ashfield
On Thu, Nov 9, 2023 at 7:37 AM Peter Marko wrote: > > From: Peter Marko > > Other spaces uses the Go architecture definitions as their own (for > example, container arches are defined to be Go arches). To make it > easier for other places to use this mapping, move the code that does the >

Re: [OE-core] [PATCH] librsvg: Fix build for riscv32

2023-11-09 Thread Richard Purdie
On Wed, 2023-11-08 at 22:50 -0800, Khem Raj wrote: > Add missing support for linux-raw-sys > > Signed-off-by: Khem Raj > --- > .../librsvg/0001-Add-riscv32-support.patch| 1511 + > meta/recipes-gnome/librsvg/librsvg_2.56.3.bb |3 +- > 2 files changed, 1513

[OE-core][kirkstone][PATCH] goarch: Move Go architecture mapping to a library

2023-11-09 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Other spaces uses the Go architecture definitions as their own (for example, container arches are defined to be Go arches). To make it easier for other places to use this mapping, move the code that does the translation of OpenEmbedded arches to Go arches to a library. (From

Re: [OE-core] [PATCH] oeqa,ssh: Handle SSHCall timeout error code

2023-11-09 Thread luca fancellu
>> +except SSHCallTimeout: >> +# Version of openssh before 8.6_p1 returns error code 0 when killed >> by >> +# a signal, when the timeout occurs we will receive a 0 error code >> +# because the process is been terminated and it's wrong because that >> +# value

Re: [OE-core] [PATCH] bitbake.conf: Drop PE and PR from WORKDIR and STAMP

2023-11-09 Thread Richard Purdie
On Wed, 2023-11-08 at 09:34 +0100, Martin Jansa wrote: > On Thu, Aug 10, 2023 at 6:41 PM Richard Purdie > wrote: > > Once, we relied upon stamps changing to rebuild. PE and PR are > > packaging > > variables and are reflected in the taskhashes when/where they're > > used so > > they do not need

[OE-core] [PATCH v2] libdnf: Fix arm arch mapping issues for qemuarmv5

2023-11-09 Thread Richard Purdie
qemuarmv5 currently fails with: $ dnf --help Error: Incorrect or unknown "arch": armv5hl Fix this by removing the code in libdnf which is trying to be too clever, we don't need this mappings given the way OE configures rpm. Signed-off-by: Richard Purdie --- .../libdnf/libdnf/armarch.patch

[OE-core] [PATCH] libdnf: Fix arm arch mapping issues for qemuarmv5

2023-11-09 Thread Richard Purdie
qemuarmv5 currently fails with: $ dnf --help Error: Incorrect or unknown "arch": armv5hl Fix this by removing the code in libdnf which is trying to be too clever, we don't need this mappings given the way OE configures rpm. Signed-off-by: Richard Purdie ---

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

2023-11-09 Thread Jing Hui Tham
Hi All, QA for yocto-4.0.14.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

Re: [OE-core] [PATCH] oeqa,ssh: Handle SSHCall timeout error code

2023-11-09 Thread Alexandre Belloni via lists.openembedded.org
On 08/11/2023 11:25:47+, luca fancellu wrote: > The current code in ssh.py is terminating the ssh process that > does not finish its computation in a given timeout (when timeout > is passed), the SSHCall function is returning the process error > code. > > The Openssl ssh before version 8.6_p1