Re: [OE-core] [PATCH v2] mesa: updated to 20.0 release

2020-03-05 Thread Ernst Sjöstrand
Mesa usually says "This is a .0 release, and you may want to continue to to track 19.3.x until 20.0.1 comes out in two weeks. 19.3.5 is planned to be the final 19.3 release and is planned for next Wednesday." Luckily, 20.0.1 came out now! Regards //Ernst tor 2020-03-05 klockan 07:41 -0800

Re: [OE-core] [PATCH V3] alsa-utils: upgrade 1.2.1 -> 1.2.2

2020-03-05 Thread Tanu Kaskinen
On Sun, 2020-02-23 at 13:11 +, Richard Purdie wrote: > On Sun, 2020-02-23 at 18:26 +0530, Praveen Muthusamy wrote: > > From: Praveen Muthusamy > > > > Changelog: https://alsa-project.org/wiki/Changes_v1.2.1.2_v1.2.2 > > > > Signed-off-by: Praveen Muthusamy > > --- > >

[OE-core] [PATCH] cve-check: show whitelisted status

2020-03-05 Thread chee . yang . lee
From: Chee Yang Lee change whitelisted CVE status from "Patched" to "Whitelisted". [Yocto #13687] Signed-off-by: Chee Yang Lee --- meta/classes/cve-check.bbclass | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/classes/cve-check.bbclass

Re: [OE-core] [PATCH] bitbake: gitsm: download submodules

2020-03-05 Thread Freihofer, Adrian
On Thu, 2020-03-05 at 09:42 +, Paul Barker wrote: > On Wed, 4 Mar 2020 12:30:10 + > "Freihofer, Adrian" wrote: > > > -Original Message- > > From: Paul Barker > > To: "Freihofer, Adrian" > > Cc: openembedded-core@lists.openembedded.org < > >

[OE-core] [oe-core][PATCH 1/1] libdnf: fix deprecation warning

2020-03-05 Thread Joe Slater
Backport from libdnf. Fix is in version 0.35.2. Signed-off-by: Joe Slater --- .../libdnf/libdnf/fix-deprecation-warning.patch| 71 ++ meta/recipes-devtools/libdnf/libdnf_0.28.1.bb | 1 + 2 files changed, 72 insertions(+) create mode 100644

[OE-core] [PATCH] pulseaudio: Fix inline assembly syntax for arm

2020-03-05 Thread Khem Raj
Ensures that gcc can use right operand constraints Signed-off-by: Khem Raj --- ...ap-arm-Adjust-inline-asm-constraints.patch | 114 ++ .../pulseaudio/pulseaudio_13.0.bb | 1 + 2 files changed, 115 insertions(+) create mode 100644

[OE-core] [PATCH][master-next] linux-firmware: also install / package all license files

2020-03-05 Thread André Draszik
This doesn't happen with make install, hence all the -license packages are missing, since they'd otherwise be empty. Signed-off-by: André Draszik --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [master-next] linux-firmware: install / package all license files again

2020-03-05 Thread André Draszik
This doesn't happen with make install, hence all the -license packages are missing, since they'd otherwise be empty. Signed-off-by: André Draszik --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH] oeqa-runtime: add missing import os to ptest case

2020-03-05 Thread Stefan Kral
Add missing import os statement to the oeqa runtime ptest.py Signed-off-by: Stefan Kral --- meta/lib/oeqa/runtime/cases/ptest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/runtime/cases/ptest.py b/meta/lib/oeqa/runtime/cases/ptest.py index 5626f707b9..99a44f0767 100644

Re: [OE-core] [PATCH] linux-firmware: use 'make install' for installation

2020-03-05 Thread Alexander Kanavin
Maybe you could send a follow up patch then? I won’t get to it until tomorrow. Alex On Thu 5. Mar 2020 at 17.56, André Draszik wrote: > On Thu, 2020-03-05 at 17:44 +0100, Alexander Kanavin wrote: > > Right I think this should be easy to fix, we need to copy LICENSE.* > manually. I'll get to it

Re: [OE-core] [PATCH] linux-firmware: use 'make install' for installation

2020-03-05 Thread André Draszik
On Thu, 2020-03-05 at 17:44 +0100, Alexander Kanavin wrote: > Right I think this should be easy to fix, we need to copy LICENSE.* manually. > I'll get to it soon. > Keep in mind there's different spelling, and two more files :-) This works for me: +cp -r GPL-2 LICENCE.* LICENSE.*

Re: [OE-core] [PATCH] linux-firmware: use 'make install' for installation

2020-03-05 Thread Alexander Kanavin
Right I think this should be easy to fix, we need to copy LICENSE.* manually. I'll get to it soon. Alex On Thu, 5 Mar 2020 at 17:20, André Draszik wrote: > On Wed, 2020-03-04 at 11:13 +0100, Alexander Kanavin wrote: > > Copying the source tree over was missing important symlinks > > that since

[OE-core] [PATCH] curl: upgrade 7.68.0 -> 7.69.0

2020-03-05 Thread Pierre-Jean Texier via Openembedded-core
Bugfix release. For details, see full changelog - https://curl.haxx.se/changes.html#7_69_0 Signed-off-by: Pierre-Jean Texier --- meta/recipes-support/curl/{curl_7.68.0.bb => curl_7.69.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH] linux-firmware: use 'make install' for installation

2020-03-05 Thread André Draszik
On Wed, 2020-03-04 at 11:13 +0100, Alexander Kanavin wrote: > Copying the source tree over was missing important symlinks > that since recent updates can only be created with make install. Thanks for the quick fix Alex, but unfortunately now all the -license packages are non-existent and image

[OE-core] [PATCH v2] mesa: updated to 20.0 release

2020-03-05 Thread Nathan Hartman
Updated mesa and mesa-gl recipes to 20.0 release. The license checksum difference is due to a small change in the license formatting. The asterisk for footnotes was changed to a '[1]' See: https://gitlab.freedesktop.org/mesa/mesa/-/commit/199572b65b7a03ffc887783e7f0f96f95bf1f99d glxgears runs

Re: [OE-core] [PATCH v2 2/2] wic: Add --embed-rootfs argument

2020-03-05 Thread Ricardo Ribalda Delgado
Hi Paul, On Thu, Mar 5, 2020 at 10:37 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 15:49:36 +0100 > Ricardo Ribalda Delgado wrote: > > > This option adds the content of a rootfs on a specific location on the > > rootfs. > > > > It is very useful for making a partition that contains the rootfs

[OE-core] [PATCH v2] babeltrace2: added first version, 2.0.1

2020-03-05 Thread Anders Wallin
Babeltrace 1 vs. Babeltrace 2 The Babeltrace project exists since 2010. In 2020, Babeltrace 2 was released. Babeltrace 2 is a complete rewrite of the library, Python bindings, and CLI. It is plugin based and offers much more features and potential than Babeltrace 1. Because Babeltrace 2 is still

[OE-core] [PATCH RESEND] openssl: pass PERL=perl environment variable to configurator

2020-03-05 Thread Ruslan Bilovol via Openembedded-core
In our build environment we use wrapper script for perl in non-standard configuration with extra variables set (provided by custom buildtools-tarball). In this case openssl fails to build because by default it's Configure script detects and uses perl executable directly (with absolute path)

Re: [OE-core] [PATCH] openssl: pass PERL=perl environment variable to configurator

2020-03-05 Thread Ruslan Bilovol via Openembedded-core
It seems this patch was forgotten and master moved forward. Will resend it from latest master Thanks, Ruslan On 12/21/18 11:33 PM, Ruslan Bilovol wrote: In our build environment we use wrapper script for perl in non-standard configuration with extra variables set (provided by custom

[OE-core] [PATCH] netbase: Upgrade to 6.1

2020-03-05 Thread mingli.yu
From: Mingli Yu Signed-off-by: Mingli Yu --- meta/recipes-core/netbase/{netbase_6.0.bb => netbase_6.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/netbase/{netbase_6.0.bb => netbase_6.1.bb} (82%) diff --git a/meta/recipes-core/netbase/netbase_6.0.bb

Re: [OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-05 Thread Ricardo Ribalda Delgado
Hi Paul On Thu, Mar 5, 2020 at 10:32 AM Paul Barker wrote: > > On Wed, 4 Mar 2020 11:02:47 +0100 > Ricardo Ribalda Delgado wrote: > > > Hi Paul > > > > On Wed, Mar 4, 2020 at 10:53 AM Paul Barker wrote: > > > > > > On Wed, 4 Mar 2020 09:34:37 +0100 > > > Ricardo Ribalda Delgado wrote: > > >

Re: [OE-core] [PATCH] bitbake: gitsm: download submodules

2020-03-05 Thread Paul Barker
On Wed, 4 Mar 2020 12:30:10 + "Freihofer, Adrian" wrote: > -Original Message- > From: Paul Barker > To: "Freihofer, Adrian" > Cc: openembedded-core@lists.openembedded.org < > openembedded-core@lists.openembedded.org> > Subject: Re: [OE-core] [PATCH] bitbake: gitsm: download

Re: [OE-core] [PATCH v2 2/2] wic: Add --embed-rootfs argument

2020-03-05 Thread Paul Barker
On Wed, 4 Mar 2020 15:49:36 +0100 Ricardo Ribalda Delgado wrote: > This option adds the content of a rootfs on a specific location on the > rootfs. > > It is very useful for making a partition that contains the rootfs for a > host and a target Eg: > > / -> Roofs for the host > /export/ ->

Re: [OE-core] [PATCH 1/2] wic: Fix permissions when using exclude or include path

2020-03-05 Thread Paul Barker
On Wed, 4 Mar 2020 11:02:47 +0100 Ricardo Ribalda Delgado wrote: > Hi Paul > > On Wed, Mar 4, 2020 at 10:53 AM Paul Barker wrote: > > > > On Wed, 4 Mar 2020 09:34:37 +0100 > > Ricardo Ribalda Delgado wrote: > > > > > When parameters include_path or exclude_path are passed to the rootfs > >