[OE-core] ✗ patchtest: failure for cve-check: print warning if file is missing

2020-07-26 Thread Patchwork
== Series Details == Series: cve-check: print warning if file is missing Revision: 1 URL : https://patchwork.openembedded.org/series/25340/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] cve-check: print warning if file is missing

2020-07-26 Thread akuster
ignore this one. should have been squished a local change. -armin On 7/26/20 7:50 PM, akuster via lists.openembedded.org wrote: > If the "tmp/cve_check" file was not create as in the case for -c > populate_sdk, just print a > warning instead of dumping a trace back > > Signed-off-by: Armin

[OE-core] [v2][PATCH] cve-check: print warning if file is missing

2020-07-26 Thread akuster
If the "tmp/cve_check" file was not create as in the case for -c populate_sdk, just print a warning instead of dumping a trace back --- v2] lets include the missing part of the patch Signed-off-by: Armin Kuster --- meta/classes/cve-check.bbclass | 4 1 file changed, 4 insertions(+) diff

[OE-core] [PATCH] cve-check: print warning if file is missing

2020-07-26 Thread akuster
If the "tmp/cve_check" file was not create as in the case for -c populate_sdk, just print a warning instead of dumping a trace back Signed-off-by: Armin Kuster --- meta/classes/cve-check.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cve-check.bbclass

[OE-core] [PATCH] patch.py: Change to more strictly fuzz detection

2020-07-26 Thread Naoto YAMAGUCHI
From: Naoto Yamaguchi When applying patch subject is including a " fuzz ", do_patch_qa detect Fuzz. After the patch is applied, the following log message appears. Applying: meson: treat all fuzz cases as unit tests The current Fuzz detection checks for the presence of "fuzz" in this log

Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-07-26 Thread akuster
On 7/26/20 10:11 AM, Trevor Gamblin wrote: > > > On 7/25/20 10:58 AM, akuster808 wrote: >> Per release notes, riscv is now supported. >> https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html#changes-to-the-risc-v-target >> >> If you have time, can you also double check Riscv so these two can

[OE-core] [PATCH] diffoscope: update to 153

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../diffoscope/{diffoscope_151.bb => diffoscope_153.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_151.bb => diffoscope_153.bb} (83%) diff --git

[OE-core] [PATCH] re2c: update to 2.0

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/re2c/{re2c_1.3.bb => re2c_2.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/re2c/{re2c_1.3.bb => re2c_2.0.bb} (74%) diff --git a/meta/recipes-support/re2c/re2c_1.3.bb

[OE-core] [PATCH] adwaita-icon-theme: has a dependancy to gtk3+ add check

2020-07-26 Thread akuster
fixes: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'gtk+3' (but /.../poky/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES Signed-off-by: Armin

Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-07-26 Thread Trevor Gamblin
On 7/25/20 10:58 AM, akuster808 wrote: Per release notes, riscv is now supported. https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html#changes-to-the-risc-v-target If you have time, can you also double check Riscv so these two can be removed, if not maybe we can wait until this is in core.

[OE-core] recipes-devtools/gcc: gcc-Fix-argument-list-too-long-error.patch is buggy

2020-07-26 Thread qiuguang . zqg
Hello, A few days ago, I tried to compile a gcc plugin with the toolchain from poky sdk. It failed with errors about missing header files such as backend.h etc. After investigation, I found that the problem was brought by a gcc patch: 0012-gcc-Fix-argument-list-too-long-error.patch (

[OE-core] Pipe error on bitbake server startup on centos7-ty-4

2020-07-26 Thread Richard Purdie
I've cc'd a few people who may be interested in different aspects of this. I noticed an intermittent build failure in Alex's build: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/1192 the key part of the failure being: 2020-07-26 13:32:25,274 - oe-selftest - INFO -

[OE-core] [PATCH v2] cve-update: handle baseMetricV2 as optional

2020-07-26 Thread Konrad Weihmann
Currently in NVD DB an item popped up, which hasn't set baseMetricV2. Let the parser handle it as an optional item. In case use baseMetricV2 before baseMetricV3 Signed-off-by: Konrad Weihmann --- meta/recipes-core/meta/cve-update-db-native.bb | 13 + 1 file changed, 9 insertions(+),

[OE-core] [PATCH] perl: Avoid race continually rebuilding miniperl

2020-07-26 Thread Richard Purdie
When we run "make install" we notice miniperl rebuilding multiple times. Usually this is harmless however sometimes race issues occur such as miniperl not being executable. The issue is that crosspatch is a phony target so it always rebuilds. Adding this as a dependency of miniperl means miniperl

Re: [OE-core] [PATCH 1/2] initscripts: Fix various shellcheck warnings in populate-volatile.sh

2020-07-26 Thread Khem Raj
On Sat, Jul 25, 2020 at 5:08 AM Andrei Gherzan wrote: > > On Sat, Jul 25, 2020 at 6:14 AM Khem Raj wrote: > >> What all shells has it been tested for ? >> > > I've used shellcheck for static analysis and tested at runtime with > busybox shell. > Thanks if it works with busybox ash I am happy

Re: [OE-core] Why disable NEON support in recipes if runtime detection works?

2020-07-26 Thread Khem Raj
On Sun, Jul 26, 2020 at 12:59 AM Tanu Kaskinen wrote: > On Sun, 2020-07-26 at 09:27 +0300, Tanu Kaskinen wrote: > > On Mon, 2020-07-20 at 15:26 -0700, Khem Raj wrote: > > > On Sun, Jul 19, 2020 at 2:06 AM Tanu Kaskinen wrote: > > > > Hi! > > > > > > > > If a recipe provides NEON optimizations,

Re: [OE-core] [RFT][PATCH] glibc: Upgrade to upcoming 2.32

2020-07-26 Thread Khem Raj
Thanks Richard I will see if I can reproduce the ppc issue locally and see what could be the problem On Sun, Jul 26, 2020 at 1:22 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sat, 2020-07-25 at 08:37 -0700, Khem Raj wrote: > > Drop

[OE-core] [PATCH] bash-completion: update to 2.11

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{bash-completion_2.10.bb => bash-completion_2.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/bash-completion/{bash-completion_2.10.bb => bash-completion_2.11.bb} (87%) diff --git

Re: [OE-core] [PATCH] libhandy: update to 0.80.0

2020-07-26 Thread Alexander Kanavin
This also needs a backport of compatibility patch for epiphany. Alex On Sun, 26 Jul 2020 at 12:18, Oleksandr Kravchuk < open.sou...@oleksandr-kravchuk.com> wrote: > Signed-off-by: Oleksandr Kravchuk > --- > .../libhandy/{libhandy_git.bb => libhandy_0.80.0.bb} | 4 ++-- > 1 file

[OE-core] [PATCH] libhandy: update to 0.80.0

2020-07-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libhandy/{libhandy_git.bb => libhandy_0.80.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libhandy/{libhandy_git.bb => libhandy_0.80.0.bb} (89%) diff --git

[OE-core] [PATCH] cve-update: handle baseMetricV2 as optional

2020-07-26 Thread Konrad Weihmann
Currently in NVD DB an item popped up, which hasn't set baseMetricV2. Let the parser handle it as an optional item. In case use baseMetricV2 before baseMetricV3 Signed-off-by: Konrad Weihmann --- meta/recipes-core/meta/cve-update-db-native.bb | 13 + 1 file changed, 9 insertions(+),

Re: [OE-core] cve-check breaks on zeus

2020-07-26 Thread Konrad Weihmann
Hi, since last night it affects all branches I tested. But it doesn't seem to be a format change, rather baseMetricV2 is optional for some entries e.g. { "cve": { "data_type": "CVE", "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": {

Re: [OE-core] [RFT][PATCH] glibc: Upgrade to upcoming 2.32

2020-07-26 Thread Richard Purdie
On Sat, 2020-07-25 at 08:37 -0700, Khem Raj wrote: > Drop 0001-localedef-Add-hardlink-resolver-to-build.patch as its > applied > to localedef upstream > > Drop CVE patches which are already part of 2.32 release > > Drop unused attribute patch as its fixed differently in 2.32 > > Signed-off-by:

Re: [OE-core] Why disable NEON support in recipes if runtime detection works?

2020-07-26 Thread Tanu Kaskinen
On Sun, 2020-07-26 at 09:27 +0300, Tanu Kaskinen wrote: > On Mon, 2020-07-20 at 15:26 -0700, Khem Raj wrote: > > On Sun, Jul 19, 2020 at 2:06 AM Tanu Kaskinen wrote: > > > Hi! > > > > > > If a recipe provides NEON optimizations, should those be explicitly > > > disabled when "neon" is not in

Re: [OE-core] Why disable NEON support in recipes if runtime detection works?

2020-07-26 Thread Tanu Kaskinen
On Mon, 2020-07-20 at 15:26 -0700, Khem Raj wrote: > On Sun, Jul 19, 2020 at 2:06 AM Tanu Kaskinen wrote: > > Hi! > > > > If a recipe provides NEON optimizations, should those be explicitly > > disabled when "neon" is not in TUNE_FEATUERS, even if the software is > > able to detect NEON