Re: [OE-core] CVE-check failing on world with meta-openembedded: diff.gz file

2022-04-27 Thread Marta Rybczynska
On Tue, Apr 26, 2022 at 6:09 PM Khem Raj wrote: > Hi Marta > > On 4/26/22 5:20 AM, Marta Rybczynska wrote: > > > > > > On Fri, Apr 22, 2022 at 11:07 AM Marta Rybczynska > > wrote: > > > > Dear all, > > We're running cve-check on a world build containing

[OE-core] [meta-oe] [Kirkstone] upgrade libusb1 version to 1.0.26

2022-04-27 Thread preeti . sachan
I would like to know when patch https://git.openembedded.org/openembedded-core/commit/meta/recipes-support/libusb?id=7353489980600af07d0771654da6a8a3b0df7572 will be pushed to openembedded-core, Kirkstone branch. libusb v1.0.26 fixes segmentation fault issue getting with v1.0.25.

Re: [OE-core] Git and pseudo

2022-04-27 Thread Stefano Babic
Hi Mike, Richard, On 26.04.22 11:08, Mike Looijmans wrote: Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijm...@topicproducts.com W: www.topic.nl Please

[OE-core] [PATCH] image.bbclass: allow overriding dependency on virtual/kernel:do_deploy

2022-04-27 Thread Dmitry Baryshkov
Since the commit fe26b2379ecd ("image.bbclass: Depend on virtual/kernel:do_deploy"), the image.bbclass made building images depend on virtual/kernel. For some images, including small initramfs, this is not the case. Allow overriding this dependency in case developers knows what they are doing.

[OE-core] [PATCH 08/18] python3-pyparsing: upgrade 3.0.7 -> 3.0.8

2022-04-27 Thread Alexander Kanavin
Upstream has transitioned to flit from setuptools. Signed-off-by: Alexander Kanavin --- ...{python3-pyparsing_3.0.7.bb => python3-pyparsing_3.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pyparsing_3.0.7.bb =>

[OE-core] [PATCH 10/18] go: update 1.18 -> 1.18.1

2022-04-27 Thread Alexander Kanavin
Do not version patch directories; we carry only one version of go. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/{go-1.18.inc => go-1.18.1.inc} | 4 ++-- .../{go-binary-native_1.18.bb => go-binary-native_1.18.1.bb} | 4 ++-- ...{go-cross-canadian_1.18.bb =>

[OE-core] [PATCH 12/18] meson: update 0.61.3 -> 0.62.1

2022-04-27 Thread Alexander Kanavin
Rebase 0001-python-module-do-not-manipulate-the-environment-when.patch Signed-off-by: Alexander Kanavin --- ...-not-manipulate-the-environment-when.patch | 27 +-- .../{meson_0.61.3.bb => meson_0.62.1.bb} | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) rename

[OE-core] [PATCH 11/18] llvm: update 14.0.0 -> 14.0.1

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc

[OE-core] [PATCH 14/18] icu: update 70.1 -> 71.1

2022-04-27 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- meta/recipes-support/icu/{icu_70.1.bb => icu_71.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/icu/{icu_70.1.bb => icu_71.1.bb} (95%) diff --git

[OE-core] [PATCH 13/18] valgrind: update 3.18.1 -> 3.19.0

2022-04-27 Thread Alexander Kanavin
Dropped patches are either backports, were merged upstream, or upstream fixed the issue differently. Signed-off-by: Alexander Kanavin --- ...Fix-drd-tests-shared_timed_mutex.cpp.patch | 26 +++ ...against-__GLIBC_PREREQ-for-musl-libc.patch | 36

[OE-core] [PATCH 15/18] libcap-ng: update 0.8.2 -> 0.8.3

2022-04-27 Thread Alexander Kanavin
Remove upstreamed patch. Signed-off-by: Alexander Kanavin --- ...hon_0.8.2.bb => libcap-ng-python_0.8.3.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 6 +- .../libcap-ng/libcap-ng/determinism.patch | 59 --- ...{libcap-ng_0.8.2.bb => libcap-ng_0.8.3.bb} | 0 4

[OE-core] [PATCH 16/18] libgpg-error: 1.44 -> 1.45

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libgpg-error/libgpg-error/pkgconfig.patch | 13 +++-- .../{libgpg-error_1.44.bb => libgpg-error_1.45.bb} | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.44.bb =>

[OE-core] [PATCH 02/18] python3-psutil: submit patch upstream

2022-04-27 Thread Alexander Kanavin
I had to significantly rework it to make a set that's hopefully acceptable for the upstream: https://github.com/giampaolo/psutil/pull/2097 Signed-off-by: Alexander Kanavin --- .../python/python3-psutil/0001-fix-failure-test-cases.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 01/18] libxml2: update patch status

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/libxml/libxml2/runtest.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/libxml/libxml2/runtest.patch b/meta/recipes-core/libxml/libxml2/runtest.patch index a89dac8b75..42bb22cfd4 100644 ---

[OE-core] [PATCH 05/18] piglit: update to latest revision

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 840050bfc9..436d1b28d3 100644 ---

[OE-core] [PATCH 04/18] go-helloworld: update to latest revision

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index

[OE-core] [PATCH 06/18] vulkan-samples: update to latest revision

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index fbadc506d6..467295dbc0 100644

[OE-core] [PATCH 07/18] python3-typing-extensions: upgrade 3.10.0.0 -> 4.2.0

2022-04-27 Thread Alexander Kanavin
Upstream has transitioned to flit from setuptools. Signed-off-by: Alexander Kanavin --- ...ensions_3.10.0.0.bb => python3-typing-extensions_4.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-typing-extensions_3.10.0.0.bb =>

[OE-core] [PATCH 03/18] gnu-config: update to latest revision

2022-04-27 Thread Alexander Kanavin
License-Update: copyright years, formatting Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb

[OE-core] [PATCH 09/18] glib: upgrade 2.72.0 -> 2.72.1

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...s-for-typechecking-with-atomic-compa.patch | 64 - ...variant-of-g_atomic_int_compare_and_.patch | 70 --- ...ble-more-tests-while-cross-compiling.patch | 32 - .../glib-2.0/glib-2.0/relocate-modules.patch | 8 +--

[OE-core] [PATCH 18/18] stress-ng: upgrade 0.13.12 -> 0.14.00

2022-04-27 Thread Alexander Kanavin
Disable apparmor via empty config file creation. Signed-off-by: Alexander Kanavin --- .../stress-ng/0001-Makefile-quote-CC.patch| 41 +++ ...ess-ng_0.13.12.bb => stress-ng_0.14.00.bb} | 11 - 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 17/18] cmake: update 3.23.0 -> 3.23.1

2022-04-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.23.0.bb => cmake-native_3.23.1.bb}| 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- .../recipes-devtools/cmake/{cmake_3.23.0.bb => cmake_3.23.1.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [honister][PATCH] shadow-native: Simplify and fix syslog disable patch

2022-04-27 Thread Peter Kjellerstedt
*ping* //Peter > -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Peter Kjellerstedt > Sent: den 20 april 2022 13:54 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [honister][PATCH] shadow-native: Simplify and fix syslog > disable

Re: [OE-core] Git and pseudo

2022-04-27 Thread Richard Purdie
On Wed, 2022-04-27 at 08:47 +0200, Stefano Babic wrote: > Hi Mike, Richard, > > On 26.04.22 11:08, Mike Looijmans wrote: > > > > Met vriendelijke groet / kind regards, > > > > Mike Looijmans > > System Expert > > > > > > TOPIC Embedded Products B.V. > > Materiaalweg 4, 5681 RJ Best > > The

Re: [OE-core] [oe] CVE-check failing on world with meta-openembedded: diff.gz file

2022-04-27 Thread Ross Burton
On 27 Apr 2022, at 08:14, Marta Rybczynska via lists.openembedded.org wrote: > I'm wondering if it makes sense to consider .diff.gz (or .patch.gz) files as > patches for > cve-check. They basically come directly from 3rd parties and it is quite > unlikely to expect > them to keep the CVE: tag.

Re: [OE-core] [oe] CVE-check failing on world with meta-openembedded: diff.gz file

2022-04-27 Thread Richard Purdie
On Wed, 2022-04-27 at 10:32 +, Ross Burton wrote: > On 27 Apr 2022, at 08:14, Marta Rybczynska via lists.openembedded.org > wrote: > > I'm wondering if it makes sense to consider .diff.gz (or .patch.gz) files as > > patches for > > cve-check. They basically come directly from 3rd parties and

Re: [OE-core] Git and pseudo

2022-04-27 Thread Jose Quaresma
Hi, Richard Purdie escreveu no dia quarta, 27/04/2022 à(s) 11:22: > On Wed, 2022-04-27 at 08:47 +0200, Stefano Babic wrote: > > Hi Mike, Richard, > > > > On 26.04.22 11:08, Mike Looijmans wrote: > > > > > > Met vriendelijke groet / kind regards, > > > > > > Mike Looijmans > > > System Expert >

[OE-core] [PATCH][master][kirkstone] sanity.bbclass: make 4.2.1 on Debian is fine too

2022-04-27 Thread Mikko Rapeli
From: Mikko Rapeli Allow building on Debian 10 buster where make 4.2.1 is ok. Signed-off-by: Mikko Rapeli --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index c385d92e8b..12882bdcb2

Re: [OE-core] [PATCH] sanity: skip make 4.2.1 warning for debian

2022-04-27 Thread Richard Purdie
On Tue, 2022-04-26 at 14:39 -0700, Andre McCurdy wrote: > On Tue, Apr 26, 2022 at 1:56 PM Khem Raj wrote: > > > > On Tue, Apr 26, 2022 at 1:51 PM Andre McCurdy wrote: > > > > > > On Tue, Apr 26, 2022 at 12:46 PM Nicolas Dechesne > > > wrote: > > > > > > > > This is a follow up patch of: > >

[OE-core] [PATCH] pulseaudio: conditionally depend on alsa-plugins-pulseaudio-conf

2022-04-27 Thread Justin Bronder
The alsa-plugins-pulseaudio-conf package is only enabled when DISTRO_FEATURES contains pulseaudio. Signed-off-by: Justin Bronder --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 13/18] valgrind: update 3.18.1 -> 3.19.0

2022-04-27 Thread Richard Purdie
On Wed, 2022-04-27 at 16:34 +0200, Alexander Kanavin wrote: > On Wed, 27 Apr 2022 at 15:08, Richard Purdie > wrote: > > Did that patch result in: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/3176 > >

[OE-core] [PATCH] staging: Ensure we filter out ourselves

2022-04-27 Thread Richard Purdie
Adding a dependency on ourselves in this function doesn't make sense, the hash may change after hash equivalence is applied. Other code using BB_TASKDEPDATA does handle the self reference correctly (which is there for a reason), update this code to do likewise. Signed-off-by: Richard Purdie ---

Re: [OE-core] [PATCH] staging: Ensure we filter out ourselves

2022-04-27 Thread Joshua Watt
Reviewed-by: Joshua Watt On 4/27/22 10:23, Richard Purdie wrote: Adding a dependency on ourselves in this function doesn't make sense, the hash may change after hash equivalence is applied. Other code using BB_TASKDEPDATA does handle the self reference correctly (which is there for a reason),

Re: [OE-core] [PATCH 13/18] valgrind: update 3.18.1 -> 3.19.0

2022-04-27 Thread Alexander Kanavin
On Wed, 27 Apr 2022 at 15:08, Richard Purdie wrote: > Did that patch result in: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/3176 > https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/3176 A previous version of it, yes. I addressed the issues: +

Re: [OE-core] [oe] CVE-check failing on world with meta-openembedded: diff.gz file

2022-04-27 Thread Khem Raj
On Wed, Apr 27, 2022 at 3:33 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2022-04-27 at 10:32 +, Ross Burton wrote: > > On 27 Apr 2022, at 08:14, Marta Rybczynska via lists.openembedded.org > > wrote: > > > I'm wondering if it makes sense to consider .diff.gz (or

Re: [OE-core] [PATCH] sanity: skip make 4.2.1 warning for debian

2022-04-27 Thread Mike Crowe via lists.openembedded.org
On Wednesday 27 April 2022 at 11:40:49 +0100, Richard Purdie wrote: > As far as I know, we don't use LSB_DISTRO_ADJUST in core at all. I suspect it > should really probably be added to the lsb.py function in most cases. Is there > any documentation or other info about when it should be applied and

[OE-core] [PATCH] cve-check: no need to depend on the fetch task

2022-04-27 Thread Ross Burton
The only part of the cve-check task which needs files is the patch examination, and typically these patches are local so fetch isn't needed. Signed-off-by: Ross Burton --- meta/classes/cve-check.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [honister][PATCH 0/7] Pull request

2022-04-27 Thread Anuj Mittal
The following changes since commit 4c556b4fd07a3ce9128019b51e5623e8eeeb7400: license_image.bbclass: close package.manifest file (2022-04-19 22:22:49 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/honister-next Dmitry Baryshkov

[OE-core] [PATCH] cve_check: skip remote patches that haven't been fetched when searching for CVE tags

2022-04-27 Thread Ross Burton
If a remote patch is compressed we need to have run the unpack task for the file to exist locally. Currently cve_check only depends on fetch so instead of erroring out, emit a warning that this file won't be scanned for CVE references. Typically, remote compressed patches won't contain our

Re: [OE-core] Git and pseudo

2022-04-27 Thread Stefano Babic
On 27.04.22 12:22, Richard Purdie wrote: On Wed, 2022-04-27 at 08:47 +0200, Stefano Babic wrote: Hi Mike, Richard, On 26.04.22 11:08, Mike Looijmans wrote: Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The

Re: [OE-core] Git and pseudo

2022-04-27 Thread Richard Purdie
On Wed, 2022-04-27 at 11:37 +0100, Jose Quaresma wrote: > Hi, > > Richard Purdie escreveu no dia quarta, > 27/04/2022 à(s) 11:22: > > On Wed, 2022-04-27 at 08:47 +0200, Stefano Babic wrote: > > > > > > > > https://git.yoctoproject.org/poky/commit/?id=5bca57859b280f73b23247aac7dec6b05f48fde8 >

Re: [OE-core] [PATCH 13/18] valgrind: update 3.18.1 -> 3.19.0

2022-04-27 Thread Richard Purdie
On Wed, 2022-04-27 at 10:40 +0200, Alexander Kanavin wrote: > Dropped patches are either backports, were merged upstream, > or upstream fixed the issue differently. > > Signed-off-by: Alexander Kanavin > --- > ...Fix-drd-tests-shared_timed_mutex.cpp.patch | 26 +++ >

Re: [OE-core] [PATCH] sanity: skip make 4.2.1 warning for debian

2022-04-27 Thread Andre McCurdy
On Wed, Apr 27, 2022 at 3:40 AM Richard Purdie wrote: > > On Tue, 2022-04-26 at 14:39 -0700, Andre McCurdy wrote: > > On Tue, Apr 26, 2022 at 1:56 PM Khem Raj wrote: > > > > > > On Tue, Apr 26, 2022 at 1:51 PM Andre McCurdy wrote: > > > > > > > > On Tue, Apr 26, 2022 at 12:46 PM Nicolas

Re: [OE-core] [PATCH] staging: Ensure we filter out ourselves

2022-04-27 Thread Jacob Kroon
On 4/27/22 17:25, Joshua Watt wrote: > Reviewed-by: Joshua Watt > > On 4/27/22 10:23, Richard Purdie wrote: >> Adding a dependency on ourselves in this function doesn't make sense, >> the hash >> may change after hash equivalence is applied. Other code using >> BB_TASKDEPDATA does >> handle the