[OE-core][kirkstone 00/13] Pull request (cover letter only)

2022-06-23 Thread Steve Sakoman
This the final oe-core pull request for the 4.0.2 release. The following changes since commit b2d10487f80deb04a0893325a1ae79c8629a7655: liberror-perl: Update sstate/equiv versions to clean cache (2022-06-17 05:02:15 -1000) are available in the Git repository at: git://git.openembedded.org/

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

2022-06-23 Thread Steve Sakoman
The following changes since commit 135adeb82c9303c26193bb6f6bd3bc696793aa62: archiver: don't use machine variables in shared recipes (2022-06-15 06:40:10 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.op

[OE-core] [PATCH] udev-extraconf: fix some systemd automount issues

2022-06-23 Thread Ming Liu
From: Ming Liu The '.include' syntax has been dropped from latest systemd releases, we need drop the systemd-udevd.service here, introduce a postinst function to add "MountFlags=shared" to systemd-udevd.service. Also lsblk binary is being called in mount.sh automount_systemd function, add it to

[OE-core] [dunfell][PATCH 2/2] oeqa/selftest/cve_check: add tests for Ignored and partial reports

2022-06-23 Thread Marta Rybczynska
Add testcases for partial reports with CVE_CHECK_REPORT_PATCHED and Ignored CVEs. Signed-off-by: Marta Rybczynska Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry-picked from 3f7639b90004973782a2e74925fd2e9a764c1090) --- meta/lib/oeqa/selftest/cases/cve_check.py | 82

[OE-core] [dunfell][PATCH 1/2] cve-check: add support for Ignored CVEs

2022-06-23 Thread Marta Rybczynska
Ignored CVEs aren't patched, but do not apply in our configuration for some reason. Up till now they were only partially supported and reported as "Patched". This patch adds separate reporting of Ignored CVEs. The variable CVE_CHECK_REPORT_PATCHED now manages reporting of both patched and ignored

Re: [OE-core] [PATCH 2/3] strace: Drop redundant oe_runmake parameter

2022-06-23 Thread niko.ma...@vaisala.com via lists.openembedded.org
On 6/23/22 12:30, Luca Ceresoli via lists.openembedded.org wrote: Unfortunately this patch does not apply as strace has been bumped to 5.18 by a recent commit. Could you send a v2 series with this updated please? Hi Luca, new v2 series sent with updated strace version: https://patchwork.yocto

[OE-core] [PATCHv2 3/3] valgrind: Drop redundant oe_runmake parameter

2022-06-23 Thread niko.ma...@vaisala.com via lists.openembedded.org
PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant parameter from oe_runmake call. Signed-off-by: Niko Mauno --- meta/recipes-devtools/valgrind/valgrind_3.19.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb

[OE-core] [PATCHv2 2/3] strace: Drop redundant oe_runmake parameter

2022-06-23 Thread niko.ma...@vaisala.com via lists.openembedded.org
PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant parameter from oe_runmake call. Signed-off-by: Niko Mauno --- meta/recipes-devtools/strace/strace_5.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/strace/strace_5.18.bb b/meta/recip

[OE-core] [PATCHv2 1/3] ptest.bbclass: Honor PARALLEL_MAKE, PARALLEL_MAKEINST

2022-06-23 Thread niko.ma...@vaisala.com via lists.openembedded.org
Since oe_runmake wrapper doesn't by default involve PARALLEL_MAKE outside do_compile() nor PARALLEL_MAKEINST outside do_install(), enable parallellized make by default when oe_runmake is invoked from do_compile_ptest() or do_install_ptest() by declaring wrapper task specific EXTRA_OEMAKE overrides

Re: [OE-core] [RFC PATCH 2/6] meta-ide-support: adjust to provide (e)SDK experience directly in a yocto build

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Alex, On Thu, 23 Jun 2022 16:52:55 +0200 Alexander Kanavin wrote: > Thanks Luca, this was not meant for merging (RFC), but it helps to see > the issues upfront. Sure, however Richard asked me to test this on the autobuilders. Cheers. -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engi

Re: [OE-core] [PATCH 03/18] mesa: update 22.0.3 -> 22.1.2

2022-06-23 Thread Martin Jansa
On Thu, Jun 23, 2022 at 5:27 PM Martin Jansa wrote: > On Tue, Jun 21, 2022 at 10:16 PM Alexander Kanavin > wrote: > >> Signed-off-by: Alexander Kanavin >> --- >> ...wkmsDRI2Extension-instead-of-driDRI2.patch | 113 ++ >> .../{mesa-gl_22.0.3.bb => mesa-gl_22.1.2.bb} | 0 >> m

Re: [OE-core] [PATCH 03/18] mesa: update 22.0.3 -> 22.1.2

2022-06-23 Thread Martin Jansa
On Tue, Jun 21, 2022 at 10:16 PM Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...wkmsDRI2Extension-instead-of-driDRI2.patch | 113 ++ > .../{mesa-gl_22.0.3.bb => mesa-gl_22.1.2.bb} | 0 > meta/recipes-graphics/mesa/mesa.inc | 3 +- > .../mes

Re: [OE-core] [RFC PATCH 2/6] meta-ide-support: adjust to provide (e)SDK experience directly in a yocto build

2022-06-23 Thread Alexander Kanavin
Thanks Luca, this was not meant for merging (RFC), but it helps to see the issues upfront. Alex On Thu, 23 Jun 2022 at 12:03, Luca Ceresoli wrote: > > Hi Alex, > > On Wed, 22 Jun 2022 12:33:08 +0200 > "Alexander Kanavin" wrote: > > > Specifically: > > 1. Add a few more toolchain items to DEPEND

Re: [OE-core] [PATCH] python3: fix a race condition in the test_socket.testSockName test

2022-06-23 Thread Ross Burton
> I trust this will be submitted upstream right after the python CLA is > signed and approved? I can’t just sign it due to employment etc etc, but yes, the process is in motion. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#167272): https:

Re: [oe-core][PATCHv3] llvm: install optviewer if available

2022-06-23 Thread Alexander Kanavin
Is there a reason the patch is marked as Pending? If not, then please submit upstream before submitting to oe-core. Alex On Thu, 23 Jun 2022 at 15:47, Markus Volk wrote: > > Signed-off-by: Markus Volk > --- > ...Lists.txt-only-install-opt-viewer-if.patch | 60 +++ > meta/recipe

Re: [OE-core] [PATCH] python3: fix a race condition in the test_socket.testSockName test

2022-06-23 Thread Alexander Kanavin
I trust this will be submitted upstream right after the python CLA is signed and approved? Alex On Fri, 17 Jun 2022 at 14:48, Ross Burton wrote: > > This test uses find_unused_port() which is inherently racey, so retry > it a few times before failing. > > [ YOCTO #14840 ] > > Signed-off-by: Ross

[oe-core][PATCHv3] llvm: install optviewer if available

2022-06-23 Thread Markus Volk
Signed-off-by: Markus Volk --- ...Lists.txt-only-install-opt-viewer-if.patch | 60 +++ meta/recipes-devtools/llvm/llvm_git.bb| 11 ++-- 2 files changed, 66 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-devtools/llvm/llvm/0001-opt-viewer-CMakeLists.txt-onl

[oe-core][PATCHv2] llvm: install optviewer if available

2022-06-23 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-devtools/llvm/llvm_git.bb | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 0d7b042958..f9d124e387 100644 --- a/meta/recipes-devtools/ll

Re: [OE-core] [RFC PATCH 2/6] meta-ide-support: adjust to provide (e)SDK experience directly in a yocto build

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Alex, On Wed, 22 Jun 2022 12:33:08 +0200 "Alexander Kanavin" wrote: > Specifically: > 1. Add a few more toolchain items to DEPENDS so they're available in the > recipe sysroot. > 2. Use deploy mechanism to place the SDK environment setup file and testdata > for testing it > into the image d

[oe-core][PATCH] llvm: install optviewer if available

2022-06-23 Thread Markus Volk
Signed-off-by: Markus Volk --- meta/recipes-devtools/llvm/llvm_git.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 0d7b042958..3c560dfcfe 100644 --- a/meta/recipes-devtools/llv

Re: [OE-core] [PATCH 2/3] strace: Drop redundant oe_runmake parameter

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Niko, On Wed, 22 Jun 2022 22:16:14 +0300 "niko.ma...@vaisala.com via lists.openembedded.org" wrote: > PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant > parameter from oe_runmake call. > > Signed-off-by: Niko Mauno > --- > meta/recipes-devtools/strace/strace_5.17.bb | 2 +-

Re: [oe-core][PATCH 1/2] llvm: make LLVM_HAVE_OPT_VIEWER_MODULES optional

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, On Thu, 23 Jun 2022 09:57:11 +0200 "Markus Volk" wrote: > Hi Luca, > > the reason i made the switch working manually both sides was that i > wanted to remove those python modules from build dependencies as i > thought they would only be needed at runtime. Sure, fair enough. As fo

Re: [oe-core][PATCH 1/2] llvm: make LLVM_HAVE_OPT_VIEWER_MODULES optional

2022-06-23 Thread Markus Volk
Hi Luca, the reason i made the switch working manually both sides was that i wanted to remove those python modules from build dependencies as i thought they would only be needed at runtime. But this should work as well and I'm of course OK with it. Markus Am 23.06.22 um 09:40 schrieb Luca C

[OE-core] [PATCH v2] llvm: add PACKAGECONFIG[optviewer]

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
From: Luca Ceresoli Currently the CMake configuration for llvm finds the python pygments and pyyaml if they are installed on the host. This makes builds non-reproducible across different machines, some having those modules installed and some others not. This has been causing a 'reproducible' fai

Re: [oe-core][PATCH 1/2] llvm: make LLVM_HAVE_OPT_VIEWER_MODULES optional

2022-06-23 Thread Luca Ceresoli via lists.openembedded.org
Hi Markus, On Wed, 22 Jun 2022 23:03:47 +0200 "Markus Volk" wrote: > Hi Luca, > > your commit message is way better than mine. > > One suggestion on your patch. I guess to be working on the target it > would be needed to add python3-pygment and python3-pyyaml as runtime > dependencies as wel