Re: [OE-core] [PATCH] gcc: Upgrade to 10.3.0 bug-fix release

2021-04-09 Thread Andre McCurdy
On Fri, Apr 9, 2021 at 12:49 PM Khem Raj wrote: > > Drop aarch64 backports which are already upstream > List of bugs fixed is [1] > > [1] > https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED_id=298084=FIXED_milestone=10.3 It looks like you forgot to update BINV ? > Signed-off-by:

[OE-core] [PATCH v2] go: upgrade 1.16.2 -> 1.16.3

2021-04-09 Thread Khem Raj
From: wangmy This is bugfix release in 1.16 series [1] [1] https://github.com/golang/go/issues?q=milestone%3AGo1.16.3+label%3ACherryPickApproved Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- v2: Fix checksums and improve commit msg meta/recipes-devtools/go/{go-1.16.2.inc =>

[OE-core] [PATCH] gstreamer1.0: update patch upstream status

2021-04-09 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- ...st-gstpluginloader.c-when-env-var-is-set-do-not-fal.patch | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-gst-gstpluginloader.c-when-env-var-is-set-do-not-fal.patch

[OE-core] [PATCH] gcc: Upgrade to 10.3.0 bug-fix release

2021-04-09 Thread Khem Raj
Drop aarch64 backports which are already upstream List of bugs fixed is [1] [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED_id=298084=FIXED_milestone=10.3 Signed-off-by: Khem Raj --- .../gcc/{gcc-10.2.inc => gcc-10.3.inc}| 10 +- ...ian_10.2.bb =>

[OE-core] [PATCH] cpan-base: set default UPSTREAM_CHECK_REGEX

2021-04-09 Thread Konrad Weihmann
as cpan release versions are almost always follow an a.b version scheme, it's better to filter out beta releases such as a.b.c. Use the first resource fetched from https://cpan.metacpan.org as base for calculating the needed regex. In case nothing can be calculated fall back to nothing. Add this

Re: [OE-core] [PATCH] glslang: strip whitespace in pkgconfig file

2021-04-09 Thread Khem Raj
On 4/9/21 8:00 AM, Ross Burton wrote: Whilst pkg-config is fine with .pc files containing leading whitespace, pkgconf is less forgiving. thanks, I was thinking this could be painful, perhaps a QA check might ease out the issue a bit as well. I dont know how many .pc files will have this

[OE-core] [PATCH] linux-yocto-dev: add features/gpio/mockup.scc to KERNEL_FEATURES

2021-04-09 Thread Sakib Sajal
add features/gpio/mockup.scc to KERNEL_FEATURES when ptest is enabled as it is required for testing libgpiod. Signed-off-by: Sakib Sajal --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb

[OE-core] [PATCH] glslang: strip whitespace in pkgconfig file

2021-04-09 Thread Ross Burton
Whilst pkg-config is fine with .pc files containing leading whitespace, pkgconf is less forgiving. Signed-off-by: Ross Burton --- .../0001-generate-glslang-pkg-config.patch| 22 +-- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

Re: [OE-core] [PATCH][pseudo] client: strip trailing slashes when opening an ignored path

2021-04-09 Thread Richard Purdie
On Thu, 2021-04-08 at 17:25 +0100, Ross Burton wrote: > The pseudo client path map stores paths that have been sanitised, but > in the ignored-path (PSEUDO_IGNORE_PATHS) codepath for open() calls this > sanitising wasn't performed so it is possible for paths that end with a > trailing slash to be

Re: [OE-core] [PATCH] terminal: Fix tmux new-session on older tmux versions (<1.9)

2021-04-09 Thread Richard Purdie
On Thu, 2021-04-08 at 18:09 +, Budny, Peter via lists.openembedded.org wrote: > `tmux new -c` fails on tmux older than 1.9, when that flag was added. > We can omit the flag for older versions of tmux, and the working > directory gets set even without it. > --- >  meta/lib/oe/terminal.py | 16

Re: [OE-core][PATCH] parselogs: ignore floppy error on qemu-system-x86 at boot stage

2021-04-09 Thread Richard Purdie
On Fri, 2021-04-09 at 17:03 +0800, Xu, Yanfei wrote: > From: Yanfei Xu > > We can disable floppy drive by BIOS on a hardware, but an empty floppy > drive is connected by default on qemu-system-x86. Linux usually detect > the device and modprode the matched floppy.ko at the boot stage. Due to >

[OE-core][PATCH 1/2] lttng-tools: Fix missing legacy test files

2021-04-09 Thread Anders Wallin
tests/regression/tools/save-load Signed-off-by: Anders Wallin --- meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb index

[OE-core][PATCH 2/2] lttng-tools: Fix path for test_python_looging

2021-04-09 Thread Anders Wallin
" was missing Signed-off-by: Anders Wallin --- meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb index 281107db2c..6132daf1a1

Re: [OE-core] RUST test integration with oe-selftest.

2021-04-09 Thread Vinay Kumar
Hi Alex, >>Can you send the patch separately using 'git send-email' please? Sent patch through "git send-email" as you requested. Please find the same at below path, https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg147464.html Regards, Vinay On Thu, Apr 8, 2021 at 1:28

[OE-core] [PATCH] Rust cross testing integration with oe-selftest.

2021-04-09 Thread Vinay Kumar
Signed-off-by: Vinay Kumar --- meta/classes/rust-common.bbclass | 5 +- meta/conf/bitbake.conf| 2 +- meta/lib/oeqa/selftest/cases/rust.py | 41 ++ meta/lib/oeqa/utils/qemurunner.py | 8 +- meta/recipes-devtools/rust/rust-test.inc

[OE-core] want to clarify proper usage of EXTERNALSRC on per-recipe basis

2021-04-09 Thread Robert P. J. Day
i've run across a rather odd scenario wherein part of the build of a valid OE/YP layer is reaching across the filesystem and explicitly, for a number of related recipes, running "make -C " and "make -C -- that is, do_compile() for that recipe is appended with these calls to the "make" command

Re: [OE-core] [meta-oe][dunfell][PATCH] fuse: Whitelisted CVE-2019-14860

2021-04-09 Thread saloni
Hi Anuj, Thankyou for the inputs. Will send another patch with version 2 in devel list. Thanks & Regards, Saloni From: Mittal, Anuj Sent: Friday, April 9, 2021 12:21 PM To: openembedded-core@lists.openembedded.org ; Saloni Jain ; raj.k...@gmail.com Cc: Nisha

Re: [OE-core] [dunfell][PATCH 1/2] goarch: map target os to windows for mingw* TARGET_OS

2021-04-09 Thread Peter Morrow
On Tue, Apr 06, 2021 at 08:21:59AM -0700, Khem Raj wrote: > Lgtm Thanks Khem! Peter. > > On Tue, Apr 6, 2021 at 6:08 AM Peter Morrow > wrote: > > > mingw32/mingw64 is not a supported value for GOOS, so map from 'mingw*' to > > 'windows' to enable building for windows targets. > > > >

[OE-core][PATCH] parselogs: ignore floppy error on qemu-system-x86 at boot stage

2021-04-09 Thread Xu, Yanfei
From: Yanfei Xu We can disable floppy drive by BIOS on a hardware, but an empty floppy drive is connected by default on qemu-system-x86. Linux usually detect the device and modprode the matched floppy.ko at the boot stage. Due to we don't specify a floppy deivce in qemu boot arguments, then the

[OE-core] [PATCH v2] curl: upgrade 7.75.0 -> 7.76.0

2021-04-09 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-support/curl/{curl_7.75.0.bb => curl_7.76.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.75.0.bb => curl_7.76.0.bb} (96%) diff --git a/meta/recipes-support/curl/curl_7.75.0.bb

[OE-core] [PATCH] linux-yocto-dev: add features/scsi/scsi-debug.scc features/gpio/mockup.scc to KERNEL_FEATURES

2021-04-09 Thread He Zhe
Add features/scsi/scsi-debug.scc and features/gpio/mockup.scc to KERNEL_FEATURES to meet ptest requirement as what we did for other linux-yocto*. Signed-off-by: He Zhe --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCH] curl: upgrade 7.75.0 -> 7.76.0

2021-04-09 Thread Andre McCurdy
On Fri, Apr 9, 2021 at 12:07 AM wangmy wrote: > > I'm going to revise it like this. Please see if it's OK: > > @@ -54,6 +54,7 @@ > PACKAGECONFIG[threaded-resolver] = > "--enable-threaded-resolver,--disable-threaded-resolverares" > PACKAGECONFIG[verbose] =

Re: [OE-core] [PATCH] curl: upgrade 7.75.0 -> 7.76.0

2021-04-09 Thread Khem Raj
On Fri, Apr 9, 2021 at 12:07 AM wan...@fujitsu.com wrote: > > I'm going to revise it like this. Please see if it's OK: > > @@ -54,6 +54,7 @@ > PACKAGECONFIG[threaded-resolver] = > "--enable-threaded-resolver,--disable-threaded-resolverares" > PACKAGECONFIG[verbose] =

Re: [OE-core] [PATCH] curl: upgrade 7.75.0 -> 7.76.0

2021-04-09 Thread wangmy
I'm going to revise it like this. Please see if it's OK: @@ -54,6 +54,7 @@ PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolverares" PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose" PACKAGECONFIG[zlib] =

Re: [OE-core] [meta-oe][dunfell][PATCH] fuse: Whitelisted CVE-2019-14860

2021-04-09 Thread Anuj Mittal
This patch should go to openembedded-de...@lists.openembedded.org. I think the correct solution here would be to add CVE_PRODUCT = "fuse_project:fuse" in the recipe to differentiate it from "redhat:fuse". Thanks, Anuj On Fri, 2021-04-09 at 12:04 +0530, saloni wrote: > CVE-2019-14860 is a

[OE-core] [meta-oe][dunfell][PATCH] fuse: Whitelisted CVE-2019-14860

2021-04-09 Thread saloni
CVE-2019-14860 is a REDHAT specific issue and was addressed for REDHAT Fuse products on Red Hat Fuse 7.4.1 and Red Hat Fuse 7.5.0. REDHAT has also released the fix and updated their security advisories after significant releases. Hence, whitelited the CVE-2019-14860. Link:

[OE-core] [PATCH] ltp: fix empty ltp-dev package

2021-04-09 Thread Jonas via lists.openembedded.org
From: Jonas Höppner Currently the headers are not installed and the ltp-dev package is empty. This patch adds an include-install make target in the do_install step to install them in sysroot which ends up as a working ltp-dev package. Signed-off-by: Jonas Höppner ---