[OE-core] [PATCH 1/2] popt: fix override syntax in RDEPENDS

2022-06-13 Thread Yi Zhao
RDEPENDS_${PN}-ptest -> RDEPENDS:${PN}-ptest Signed-off-by: Yi Zhao --- meta/recipes-support/popt/popt_1.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/popt/popt_1.18.bb b/meta/recipes-support/popt/popt_1.18.bb index af8add4ad6..b465f8817d 100644

[OE-core] [PATCH 2/2] git: fix override syntax in RDEPENDS

2022-06-13 Thread Yi Zhao
RDEPENDS_${PN}-tk -> RDEPENDS:${PN}-tk Signed-off-by: Yi Zhao --- meta/recipes-devtools/git/git_2.36.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/git/git_2.36.1.bb b/meta/recipes-devtools/git/git_2.36.1.bb index 2c53616642..07e416282b 100644

[OE-core][PATCH] classes/create-spdx: Add SPDX_PRETTY option

2022-06-13 Thread Joshua Watt
Adds an option to make the SPDX more human-readable (at the expense of a larger files) Signed-off-by: Joshua Watt --- meta/classes/create-spdx.bbclass | 22 -- meta/lib/oe/sbom.py | 4 ++-- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git

Re: [OE-core] [PATCH v3] archiver: avoid race conditions when using multiconfig and sharing the same TMPDIR

2022-06-13 Thread Jose Quaresma
Hi Richard, Richard Purdie escreveu no dia sexta, 10/06/2022 à(s) 11:59: > On Fri, 2022-06-10 at 11:43 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Thu, 2022-06-09 at 17:39 +0100, Jose Quaresma wrote: > > > The archiver doesn't support using multiconfig sharing the same

Re: [OE-core] Subject: [PATCH 1/3] [PATCH] [master] weston.py: added xwayland test

2022-06-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm sorry but none of the patches apply correctly and this is proving difficult to fix. Could you resend using git send-email? You have more information here: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded On 13/06/2022 05:40:01-0700, Süsens, Sebastian via

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 12 Jun 2022 02:00:01 AM HST

2022-06-13 Thread Ross Burton
The CPE previously says that it applies to apple:cups <499.4. We have openprinting’s fork of cups, 2.4.2. It now also says openprinting:cups <2.4.2, but I don’t think we should restrict the CVE_PRODUCT as we’ll miss all the apple:cups entries then. Not sure how best to handle this… Ross >

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 12 Jun 2022 02:00:01 AM HST

2022-06-13 Thread Steve Sakoman
On Mon, Jun 13, 2022 at 5:32 AM Steve Sakoman via lists.openembedded.org wrote: > > On Mon, Jun 13, 2022 at 5:01 AM Ross Burton wrote: > > > > > > > CVE-2022-26691 (CVSS3: 6.7 MEDIUM): cups > > > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-26691 * > > > > This is fixed in 2.4.2

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 12 Jun 2022 02:00:01 AM HST

2022-06-13 Thread Steve Sakoman
On Mon, Jun 13, 2022 at 5:01 AM Ross Burton wrote: > > > > CVE-2022-26691 (CVSS3: 6.7 MEDIUM): cups > > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-26691 * > > This is fixed in 2.4.2 which is already in master. > > The stable branches can cherry-pick >

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 12 Jun 2022 02:00:01 AM HST

2022-06-13 Thread Ross Burton
> CVE-2022-26691 (CVSS3: 6.7 MEDIUM): cups > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-26691 * This is fixed in 2.4.2 which is already in master. The stable branches can cherry-pick https://github.com/OpenPrinting/cups/commit/de4f8c196106033e4c372dce3e91b9d42b0b9444. Ross

[OE-core][kirkstone 15/20] lttng-modules: fix build against 5.18-rc7+

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield lttng-modules fails to build against 5.18-rc7, the details of the fix are as follows: The commit [fix: sched/tracing: Don't re-read p->state when emitting sched_switch event (v5.18)] was correct, but the kernel changed their mind with the following commit:

[OE-core][kirkstone 20/20] rootfs.py: close kernel_abi_ver_file

2022-06-13 Thread Steve Sakoman
From: Martin Jansa * fixes: oe-core/meta/lib/oe/rootfs.py:331: ResourceWarning: unclosed file <_io.TextIOWrapper name='pkgdata/mach/kernel-depmod/kernel-abiversion' mode='r' encoding='UTF-8'> kernel_ver = open(kernel_abi_ver_file).read().strip(' \n') Signed-off-by: Martin Jansa

[OE-core][kirkstone 19/20] buildhistory.bbclass: fix shell syntax when using dash

2022-06-13 Thread Steve Sakoman
From: Martin Jansa * fix: run.buildhistory_get_image_installed.791888: 198: [: unexpected operator introduced in: commit 82e6172c1df378dff4e503aa878501c08937b5bb Author: Andres Beltran Date: Tue Oct 5 00:34:15 2021 + buildhistory: Fix package output files for SDKs

[OE-core][kirkstone 18/20] systemd: Correct 0001-pass-correct-parameters-to-getdents64.patch

2022-06-13 Thread Steve Sakoman
From: Jiaqing Zhao Current patch removes the uint8_t* cast in src/basic/recurse-dir.c:57 to fix musl build, but it changes the value here as pointer arithmetic is type-depended in C. This patch corrects the behavior by adding an extra cast to struct dirent*. Also changes the patch's

[OE-core][kirkstone 17/20] lttng-modules: fix shell syntax

2022-06-13 Thread Steve Sakoman
From: Martin Jansa * add missing space to fix: /bin/sh: 1: [: Illegal number: 119) shown in the log.do_compile (isn't fatal for the build) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie (cherry picked from commit 8f785f35c8a9cdc0107fbaa76b20df5199159ee0) Signed-off-by: Steve

[OE-core][kirkstone 16/20] lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel

2022-06-13 Thread Steve Sakoman
From: He Zhe The following kernel commit has been back ported to v5.10.119 and v5.15.44. commit 14c174633f349cb41ea90c2c0aaddac157012f74 Author: Jason A. Donenfeld Date: Thu Feb 10 16:40:44 2022 +0100 random: remove unused tracepoints These explicit tracepoints aren't really used and

[OE-core][kirkstone 14/20] linux-yocto/5.10: update to v5.10.119

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 56c31ac1d8aa Linux 5.10.119 7c57f2134988 ALSA: ctxfi: Add SB046x PCI ID 514f58734001 random: check for signals after page of pool writes 18c261e9485a random: wire up

[OE-core][kirkstone 13/20] linux-yocto/5.15: update to v5.15.44

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 4e67be407725 Linux 5.15.44 50196b5d73dc ALSA: ctxfi: Add SB046x PCI ID ea5b87349d5a random: check for signals after page of pool writes 3e167570a951 random: wire up

[OE-core][kirkstone 12/20] linux-yocto/5.15: cfg/xen: Move x86 configs to separate file

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: ad633e22764 features/xen: Move x86 configs to separate file Signed-off-by: Kamil Dziezyk Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][kirkstone 09/20] linux-yocto/5.15: update to v5.15.43

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 0e5bb338bf47 Linux 5.15.43 d12cd0bf5d26 mptcp: Do TCP fallback on early DSS checksum failure c5871dddc145 Linux 5.15.42 94bf8bfb009f afs: Fix afs_getattr() to refetch file

[OE-core][kirkstone 11/20] linux-yocto/5.15: Enable MDIO bus config

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 52919926480 bsp/mti-malta32: enable MDIO for mti-malta32 963ab127810 bsp/qemuarm64: enable MDIO for qemuarm64 77d5d5e86c0 cfg/net: introduce mdio fragment Signed-off-by: Potin Lai Signed-off-by: Bruce

[OE-core][kirkstone 10/20] linux-yocto/5.10: update to v5.10.118

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: c204ee3350eb Linux 5.10.118 56642f6af2ab module: check for exit sections in layout_sections() instead of module_init_section() 633be494c3ca include/uapi/linux/xfrm.h: Fix

[OE-core][kirkstone 08/20] linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default

2022-06-13 Thread Steve Sakoman
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 5371fc3b2a2 bpf: explicitly disable unpriv eBPF by default Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 3da9b7882a397b204f63fac5fef04d79ba0a01f2) Signed-off-by: Steve

[OE-core][kirkstone 07/20] lttng-ust: upgrade 2.13.2 -> 2.13.3

2022-06-13 Thread Steve Sakoman
From: wangmy Changelog: == * Document ust lock async-signal-safety * Fix: don't use strerror() from ust lock nocheck * Fix: remove non-async-signal-safe fflush from ERR() * Fix: Pointers are rejected by integer element compile time assertion for array and sequence * Fix: statedump:

[OE-core][kirkstone 06/20] iso-codes: upgrade 4.9.0 -> 4.10.0

2022-06-13 Thread Steve Sakoman
From: wangmy Changelog: == Added Update ISO 639-2 codes to include Montenegrin (cnr) added in 2017. Update ISO 4217. Fixes #24 ISO 639-3: New translation for Friulian ISO 639-5: New translations for Esperanto, Hindi, Russian ISO 4217: New translation for Esperanto Changed

[OE-core][kirkstone 05/20] baremetal-image: fix broken symlink in do_rootfs

2022-06-13 Thread Steve Sakoman
From: Davide Gardenal If IMAGE_LINK_NAME and IMAGE_MANIFEST are equal don't create a link otherwise it will create it to itself. Signed-off-by: Davide Gardenal Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 8fd1a37c38dbfc688d840d12c61d76f151f9f605)

[OE-core][kirkstone 04/20] bitbake.conf: Make TCLIBC and TCMODE lazy assigned

2022-06-13 Thread Steve Sakoman
From: Pavel Zhukov This allows two level of overriding (distro level and local.conf/shell variable). Previous settings blocked shell variables overring if it was overriden on distro level. Signed-off-by: Pavel Zhukov Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked

[OE-core][kirkstone 03/20] glibc: Drop make-native dependency

2022-06-13 Thread Steve Sakoman
From: Richard Purdie Now that our make version is a minmum of 4.0 we can drop this dependency. Signed-off-by: Richard Purdie (cherry picked from commit 7a0c52fd44332abb24e0dea608229ab7c472d94e) Signed-off-by: Steve Sakoman --- meta/recipes-core/glibc/glibc_2.35.bb | 2 +- 1 file changed, 1

[OE-core][kirkstone 02/20] perl: Add dependency on make-native to avoid race issues

2022-06-13 Thread Steve Sakoman
From: Richard Purdie Make 4.1 has race issues with double colon usage in makefiles which are common in MakeMaker generated code in perl. Add a dependency on make-native to avoid this as it is relaitvely low overhead. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][kirkstone 00/20] Patch review

2022-06-13 Thread Steve Sakoman
Please review this set of patches for kirkstone and have comments back by end of day Wednesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3774 The following changes since commit 6ade2bfdd9297896b9f251dd62f55e461fef1a3e: rootfs.py: find

[OE-core][kirkstone 01/20] sanity: Switch to make 4.0 as a minimum version

2022-06-13 Thread Steve Sakoman
From: Richard Purdie We can't build glibc without make 4.0 and we don't work on older distros with older versions of make without buildtools tarball so increase the minimum version to 4.0. Signed-off-by: Richard Purdie (cherry picked from commit e9a449aeec72a698206323c3471c9268f949b1ae)

[OE-core] [meta][dunfell][PATCH] openssh: Whitelist CVE-2021-36368

2022-06-13 Thread Pawan Badganchi
From: Pawan Badganchi As per debian, the issue is fixed by a feature called "agent restriction" in openssh 8.9. Urgency is unimportant as per debian, Hence this CVE is whitelisting. Link: https://security-tracker.debian.org/tracker/CVE-2021-36368

Re: [OE-core] [AUH] rust-llvm: upgrading to 1.61.0 FAILED

2022-06-13 Thread Alexander Kanavin
To get started quicker, I have a recipe update commit on top of this branch, which you are welcome to cherry-pick: https://git.yoctoproject.org/poky-contrib/log/?h=akanavin/package-version-updates-later Alex On Mon, 13 Jun 2022 at 15:01, Randy MacLeod wrote: > > On 2022-06-13 04:15, Alexander

Re: [OE-core] [AUH] rust-llvm: upgrading to 1.61.0 FAILED

2022-06-13 Thread Randy MacLeod
On 2022-06-13 04:15, Alexander Kanavin wrote: Rust 1.61 is held by rust-native regressing on red hat distros; fedora 34/35, centos/alma 8 all show this: https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3151 Alex Thanks Alex. Naveen, Sundeep, It looks like there's been a

[OE-core] [PATCH 3/3] [PATCH] [master] xwayland.weston-start: adaption of X11-unix folder

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
changed permission of X11-unix to 775 changed owner of X11-unix to root:video Signed-off-by: ssuesens --- meta/recipes-graphics/wayland/weston/xwayland.weston-start | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston/xwayland.weston-start

[OE-core] [PATCH 2/3] [PATCH] [master} weston.init: enabled xwayland

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
set xwayland support in weston.init file to true Signed-off-by: ssuesens --- meta/recipes-graphics/wayland/weston-init.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index

[OE-core] Subject: [PATCH 1/3] [PATCH] [master] weston.py: added xwayland test

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
Test xwayland support if DISTRO_FEATURE X11 is enabled Test checked if xserver listening on display Signed-off-by: ssuesens --- meta/lib/oeqa/runtime/cases/weston.py | 8 1 file changed, 8 insertions(+) diff --git a/meta/lib/oeqa/runtime/cases/weston.py

Re: [OE-core] [PATCH v3 1/7] python: Avoid shebang overflow on python-config.py

2022-06-13 Thread Alexander Kanavin
Thanks, can you resend with updated Upstream-Status that includes the link? Alex On Mon, 13 Jun 2022 at 12:32, Paulo Neves wrote: > > As requested > https://github.com/python/cpython/pull/93760 > > Paulo Neves > > On 6/13/22 09:30, Alexander Kanavin wrote: > > As requested, please submit

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-13 Thread Paulo Neves
Hey Luca, I sent a new patchset and from my tests it all should be good now. Paulo Neves On 6/8/22 17:06, Luca Ceresoli wrote: Hi Paulo, On Wed, 8 Jun 2022 14:53:05 +0200 "Luca Ceresoli via lists.openembedded.org" wrote: Hi Paulo, On Tue, 7 Jun 2022 17:11:22 +0200 "Paulo Neves" wrote:

Re: [OE-core] [PATCH v3 1/7] python: Avoid shebang overflow on python-config.py

2022-06-13 Thread Paulo Neves
As requested https://github.com/python/cpython/pull/93760 Paulo Neves On 6/13/22 09:30, Alexander Kanavin wrote: As requested, please submit upstream. Alex On Fri, 10 Jun 2022 at 23:43, Paulo Neves wrote: The native path may be too big, leading to shebang overflow. Just use the

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.17.rc2)

2022-06-13 Thread Teoh, Jay Shen
Hello Everyone, QA for yocto-3.1.17.rc2 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, Jay >

Re: [OE-core] [honister] test and patches for xwayland support

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
On Ubuntu 20.04 has following rights: drwxrwxrwx    root     root   .X11-unix I think this is not the best solution, so I would preferred solution 2.drwxrwxr-x    root     video     .X11-unix -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [OE-core] [AUH] rust-llvm: upgrading to 1.61.0 FAILED

2022-06-13 Thread Alexander Kanavin
Rust 1.61 is held by rust-native regressing on red hat distros; fedora 34/35, centos/alma 8 all show this: https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3151 Alex On Wed, 1 Jun 2022 at 18:19, Auto Upgrade Helper wrote: > > Hello, > > this email is a notification from the

[OE-core] [PATCH v4] python3-cryptography: remove test_x509.py

2022-06-13 Thread Yu, Mingli
From: Mingli Yu We already have removed --benchmark-disable option to avoid adding python3-pytest-benchmark rdepends. Also remove the case test_x509.py which needs benchmark feature to avoid below failure: file /usr/lib64/python3-cryptography/ptest/tests/bench/test_x509.py, line 9 def

Re: [OE-core] [PATCH v3 1/7] python: Avoid shebang overflow on python-config.py

2022-06-13 Thread Alexander Kanavin
As requested, please submit upstream. Alex On Fri, 10 Jun 2022 at 23:43, Paulo Neves wrote: > > The native path may be too big, leading to shebang > overflow. Just use the #!/usr/bin/env python3. > > Signed-off-by: Paulo Neves > --- > ...shebang-overflow-on-python-config.py.patch | 29

Re: [OE-core] [honister] test and patches for xwayland support

2022-06-13 Thread Alexander Kanavin
video group seems more appropriate. You can also inspect how this is done on your desktop distribution and mimic that. Alex On Mon, 13 Jun 2022 at 09:18, Süsens, Sebastian via lists.openembedded.org wrote: > > On Fri, Jun 10, 2022 at 10:19 AM, Alexander Kanavin wrote: > > You need to check

Re: [OE-core] [honister] test and patches for xwayland support

2022-06-13 Thread Süsens , Sebastian via lists . openembedded . org
On Fri, Jun 10, 2022 at 10:19 AM, Alexander Kanavin wrote: > > You need to check which user and group weston runs as, and any needed > directories should be writable for those. Weston run as weston user and weston is in the video and input group. How shall I change the permission and owner for

Re: [OE-core] [PATCH] cve-check: add support for Ignored CVEs

2022-06-13 Thread Alexandre Belloni via lists.openembedded.org
Hello Marta, This seems to break the selftests: 2022-06-12 22:22:20,248 - oe-selftest - INFO - cve_check.CVECheck.test_recipe_report_json (subunit.RemotedTestCase) 2022-06-12 22:22:20,249 - oe-selftest - INFO - ... FAIL Stderr: 2022-06-12 22:07:57,462 - oe-selftest - INFO - Adding: "include