Re: [OE-core] kernel: export native PKGCONFIG variables

2022-12-06 Thread Christian Eggers
Hi Bruce, on 2021-11-23, you added the following patch: > 9172d61c57e23682c3d2c25701cbd53c84d01a27 > > kernel: export native PKGCONFIG variables > > In a similar manner to cml1.bbclass, we export the pkg-config > variables to allow a direct call to pkg-config access to the > native sysroot versus

[OE-Core][kirkstone][PATCH] grub: backport patches to fix CVE-2022-28736

2022-12-06 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- ...i-chainloader-Use-grub_loader_set_ex.patch | 86 + ...ot-Add-API-to-pass-context-to-loader.patch | 168 ++ ...hainloader-Simplify-the-loader-state.patch | 129 ++ meta/recipes-bsp/grub/grub2.inc

[OE-Core][master][langdale][PATCH] grub: backport patches to fix CVE-2022-28736

2022-12-06 Thread Xiangyu Chen
From: Xiangyu Chen Signed-off-by: Xiangyu Chen --- ...i-chainloader-Use-grub_loader_set_ex.patch | 86 + ...ot-Add-API-to-pass-context-to-loader.patch | 168 ++ ...hainloader-Simplify-the-loader-state.patch | 129 ++ meta/recipes-bsp/grub/grub2.inc

Re: [OE-Core][Kirkstone][PATCH] sysstat: fix CVE-2022-39377

2022-12-06 Thread Steve Sakoman
On Tue, Dec 6, 2022 at 3:02 PM Xiangyu Chen wrote: > > Friendly ping. Not sure how I missed this! I've got it now. Thanks, Steve > On 11/19/22 16:17, Xiangyu Chen wrote: > > Signed-off-by: Xiangyu Chen > > --- > > .../sysstat/sysstat/CVE-2022-39377.patch | 93 +++ > >

Re: [OE-Core][Kirkstone][PATCH] sysstat: fix CVE-2022-39377

2022-12-06 Thread Xiangyu Chen
Friendly ping. On 11/19/22 16:17, Xiangyu Chen wrote: Signed-off-by: Xiangyu Chen --- .../sysstat/sysstat/CVE-2022-39377.patch | 93 +++ .../sysstat/sysstat_12.4.5.bb | 3 +- 2 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 meta/rec

Re: [OE-core] [PATCH 01/13] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock

2022-12-06 Thread Sergey Bostandzhyan
Hi everyone, I promised Randy to post my experience with Yocto and Rust, which was a first time attempt for me. Note, that when starting I had no knowledge about Rust whatsoever, so this is "clean start" observation. On Tue, Dec 06, 2022 at 06:04:18PM -0500, Randy MacLeod wrote: > On 2022-10-31

Re: [kirkstone][oe-core][PATCH 1/1] libarchive: fix CVE-2022-36227 -- and langdale !

2022-12-06 Thread Steve Sakoman
On Tue, Dec 6, 2022 at 1:59 PM Randy MacLeod wrote: > > On 2022-12-06 17:16, Joe Slater wrote: > > Import a patch from libarchive applied after release 3.6.1. > > Thanks Joe. > > Steve, > > This should apply to langdale as well. "Should" :-) It doesn't apply cleanly due to: https://git.openembed

Re: [kirkstone][oe-core][PATCH 1/1] libarchive: fix CVE-2022-36227 -- and langdale !

2022-12-06 Thread Randy MacLeod
On 2022-12-06 17:16, Joe Slater wrote: Import a patch from libarchive applied after release 3.6.1. Thanks Joe. Steve, This should apply to langdale as well. ../Randy Signed-off-by: Joe Slater --- .../libarchive/cve-2022-36227.patch | 48 +++ .../libarchive/l

Re: [OE-core] [PATCH 01/13] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock

2022-12-06 Thread Randy MacLeod
On 2022-10-31 07:47, Alexander Kanavin wrote: For better or worse, more and more rust components are appearing that do not include their dependencies in tarballs (or git trees), and rely on cargo to fetch them. On the other hand, bitbake does not use cargo (and quite possible won't ever be able t

Re: [OE-core][PATCH] oeqa/selftest/externalsrc: add test for srctree_hash_files

2022-12-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/12/2022 22:07:13+, Peter Marko wrote: > > Hello, > > The submodule test fails on the autobuilders: > > Sure, that's the point of a test - fail if issue is not fixed and pass when > the issue is fixed. > Queue this together with > https://lists.openembedded.org/g/openembedded-core/messa

[kirkstone][oe-core][PATCH 1/1] libarchive: fix CVE-2022-36227

2022-12-06 Thread Joe Slater
Import a patch from libarchive applied after release 3.6.1. Signed-off-by: Joe Slater --- .../libarchive/cve-2022-36227.patch | 48 +++ .../libarchive/libarchive_3.6.1.bb| 4 +- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 meta/reci

Re: [OE-core][PATCH] oeqa/selftest/externalsrc: add test for srctree_hash_files

2022-12-06 Thread Peter Marko
> Hello, > The submodule test fails on the autobuilders: Sure, that's the point of a test - fail if issue is not fixed and pass when the issue is fixed. Queue this together with https://lists.openembedded.org/g/openembedded-core/message/174061. Ross asked me to provide a test for it - https://l

Re: [OE-core][PATCH] oeqa/selftest/externalsrc: add test for srctree_hash_files

2022-12-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, The submodule test fails on the autobuilders: 2022-12-06 19:23:44,209 - oe-selftest - INFO - == 2022-12-06 19:23:44,209 - oe-selftest - INFO - FAIL: externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files (subunit.R

[oe-core][PATCH 1/1] libarchive: fix CVE-2022-36227

2022-12-06 Thread Joe Slater
Import patch applied to libarchive after the 3.6.1 release. Signed-off-by: Joe Slater --- .../libarchive/cve-2022-36227.patch | 48 +++ .../libarchive/libarchive_3.6.1.bb| 1 + 2 files changed, 49 insertions(+) create mode 100644 meta/recipes-extended/lib

Re: [oe-core][PATCH] gstreamer-vaapi: rename USE_X11 variable

2022-12-06 Thread Markus Volk
Am Di, 6. Dez 2022 um 00:29:48 +0100 schrieb Markus Volk : we should discuss it with upstream as it is presumably something they'd want to fix I submitted an issue for it -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

[OE-core][dunfell 0/7] Pull request (cover letter only)

2022-12-06 Thread Steve Sakoman
The following changes since commit 408bf1b4bb4f4ed126c17fb3676f9fa0513065ba: sstate: Account for reserved characters when shortening sstate filenames (2022-11-23 00:26:19 +) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/dunfell-nex

[OE-core] [PATCH v2] devtool/friends: Use LAYERSERIES_CORENAMES when generating LAYERSERIES_COMPAT entries

2022-12-06 Thread Richard Purdie
It seems some layers want to subvert the intent of LAYERSERIES_COMPAT so bitbake is going to have to become stricter about the values there. To work with this, use LAYERSERIES_CORENAMES to generate the entries in LAYERSERIES_COMPAT instead of the current magic LAYERSERIES_COMPAT_core value which ma

Re: [OE-core] [PATCH 3/6] btrfs-tools: Do not use 64bit functions for largefile support

2022-12-06 Thread Alexander Kanavin
On Tue, 6 Dec 2022 at 16:29, Richard Purdie wrote: > I'm worried the mdadm upstream isn't very active so that one, whilst > submitted, may take a while. There's a steady amount of new commits here: https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/log/ so I'd send directly to the person commit

[OE-core] Yocto Project Status 6 December 2022 (WW49)

2022-12-06 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday December 8th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

Re: [OE-core] [PATCH 3/6] btrfs-tools: Do not use 64bit functions for largefile support

2022-12-06 Thread Richard Purdie
On Tue, 2022-12-06 at 15:58 +0100, Alexander Kanavin wrote: > I want to once again request that the whole set is not merged into > master until every patch has an upstream submission link. It's fine to > test them in master-next, but please do not merge. I did a quick check and the acl patch was m

Re: [OE-core] [PATCH 2/6] acl: Enable largefile support by default

2022-12-06 Thread Richard Purdie
On Thu, 2022-12-01 at 11:02 -0800, Khem Raj wrote: > This ensures right flags are passed so enable it. Musl and decoupled > these APIs from _GNU_SOURCE and now are only available when > _LARGEFILE64_SOURCE macro is enabled > > Signed-off-by: Khem Raj > --- > ...rtable-version-of-dirent-and-readd

Re: [OE-core] [PATCH 3/6] btrfs-tools: Do not use 64bit functions for largefile support

2022-12-06 Thread Alexander Kanavin
I want to once again request that the whole set is not merged into master until every patch has an upstream submission link. It's fine to test them in master-next, but please do not merge. Alex On Thu, 1 Dec 2022 at 20:08, Alexander Kanavin via lists.openembedded.org wrote: > > On Thu, 1 Dec 202

Re: [OE-core][PATCH] scripts: convert-overrides: Allow command-line customizations

2022-12-06 Thread Steve Sakoman
On Tue, Dec 6, 2022 at 4:40 AM Joshua Watt wrote: > I don't see this one in (or pending for) kirkstone yet? Oops, I thought I had done that. Sorry! I've got it now for both langdale and kirkstone. Steve > On Tue, Nov 15, 2022 at 3:56 PM Steve Sakoman wrote: > > > > > > > > On Tue, Nov 15, 20

Re: [OE-core][PATCH] scripts: convert-overrides: Allow command-line customizations

2022-12-06 Thread Joshua Watt
Steve, I don't see this one in (or pending for) kirkstone yet? Thanks, Joshua Watt On Tue, Nov 15, 2022 at 3:56 PM Steve Sakoman wrote: > > > > On Tue, Nov 15, 2022, 9:42 AM Joshua Watt wrote: >> >> Steve, >> >> Please backport this to kirkstone and langdale. >> >> Thanks! > > > Ok, will do! >