[OE-core] [PATCH][zeus] virglrenderer: fix multiple CVEs

2020-03-01 Thread chee . yang . lee
From: Lee Chee Yang fix these CVE: CVE-2019-18390 CVE-2019-18391 CVE-2020-8002 Signed-off-by: Lee Chee Yang --- .../virglrenderer/CVE-2019-18390.patch | 66 ++ .../virglrenderer/CVE-2019-18391.patch | 51 +

[OE-core] [PATCH] wic/engine: lets display an error not a traceback

2020-03-01 Thread Armin Kuster
If the requested partition does not exist in this request "wic ls {path}:pnum" display a nice message not a trackback Also fix displaying the pnum and not "%s" Signed-off-by: Armin Kuster --- scripts/lib/wic/engine.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/3] stress-ng: upgrade 0.11.00 -> 0.11.01

2020-03-01 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../stress-ng/{stress-ng_0.11.00.bb => stress-ng_0.11.01.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.11.00.bb => stress-ng_0.11.01.bb} (83%) diff --git

[OE-core] [PATCH 1/3] enchant2: upgrade 2.2.7 -> 2.2.8

2020-03-01 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../enchant/{enchant2_2.2.7.bb => enchant2_2.2.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/enchant/{enchant2_2.2.7.bb => enchant2_2.2.8.bb} (85%) diff --git a/meta/recipes-support/enchant/enchant2_2.2.7.bb

[OE-core] [PATCH 2/3] libsoup-2.4: upgrade 2.68.3 -> 2.68.4

2020-03-01 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../libsoup/{libsoup-2.4_2.68.3.bb => libsoup-2.4_2.68.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.68.3.bb => libsoup-2.4_2.68.4.bb} (91%) diff --git

[OE-core] [PATCH] wayland-protocols: upgrade 1.18 -> 1.20

2020-03-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko wayland-protocols 1.20 is now available. This release is a brown paper bag release adding the missing README.md, GOVERNANCE.md and MEMBERS.md files to the tarball. Distributions that distribute one or more of these files should ignore the 1.19 release and move directly

Re: [OE-core] [RFC PATCH] easysplash: Add recipes for 1.0.0 release

2020-03-01 Thread Otavio Salvador
Hello Alex, On Sun, Mar 1, 2020 at 5:41 PM Alexander Kanavin wrote: > Oh, and: testing this somehow would be nice. Can you add it to the virgl > selftest? I am open to contribute to add it and integrate if needed, however, the goal of this RFC is check if there is interest from this community

Re: [OE-core] best practises: how to properly "steal" recipes from a newer layer?

2020-03-01 Thread Adrian Bunk
On Sun, Mar 01, 2020 at 03:29:35PM -0500, Robert P. J. Day wrote: >... > 1) writing the recipe from scratch, compatible with morty, or > 2) flat-out stealing that recipe from a *newer* layer, as long as > it was compatible (this was done frequently) >... > if i just blindly copy the

Re: [OE-core] [RFC PATCH] easysplash: Add recipes for 1.0.0 release

2020-03-01 Thread Alexander Kanavin
Oh, and: testing this somehow would be nice. Can you add it to the virgl selftest? Alex On Sun, 1 Mar 2020 at 21:39, Alexander Kanavin wrote: > On Sun, 1 Mar 2020 at 14:14, Otavio Salvador > wrote: > >> +++ b/meta/recipes-core/easysplash/ >> easysplash-bootanimation-default_1.0.bb >> @@ -0,0

Re: [OE-core] [RFC PATCH] easysplash: Add recipes for 1.0.0 release

2020-03-01 Thread Alexander Kanavin
On Sun, 1 Mar 2020 at 14:14, Otavio Salvador wrote: > +++ b/meta/recipes-core/easysplash/easysplash-bootanimation-default_1.0.bb > @@ -0,0 +1,12 @@ > +SUMMARY = "O.S. Systems default boot animation for easysplash" > +LICENSE = "CLOSED" > CLOSED? > +PACKAGECONFIG[mesa-gbm] =

[OE-core] best practises: how to properly "steal" recipes from a newer layer?

2020-03-01 Thread Robert P. J. Day
looking for a "best practises" suggestion ... currently working with a layer based on morty (2.2), migrating it to thud (2.6) and i notice that there are a *lot* of .bb recipe files in the morty layer that did not exist in any of the official OE/YP layers in morty, so they were added by

[OE-core] [PATCH] make: Use gziped sources

2020-03-01 Thread Adrian Bunk
Building lzip-native just for being able to build make is not worth saving 1 MB download, especially since this creates a bottleneck for the whole build. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/make/make.inc| 2 +- meta/recipes-devtools/make/make_4.3.bb | 3 +-- 2 files

[OE-core] [PATCH] mime-xdg.bbclass: Fix typo in comment

2020-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/classes/mime-xdg.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/mime-xdg.bbclass b/meta/classes/mime-xdg.bbclass index 63169e990d..642a5b7595 100644 --- a/meta/classes/mime-xdg.bbclass +++

Re: [OE-core] [PATCH 1/3] dbus-test: Fix QA host-contamination errors

2020-03-01 Thread Richard Purdie
On Sun, 2020-03-01 at 08:20 +, Richard Purdie wrote: > On Sun, 2020-03-01 at 00:17 -0800, Khem Raj wrote: > > > > On Sun, Mar 1, 2020 at 12:14 AM Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > On Sun, 2020-03-01 at 00:12 -0800, Khem Raj wrote: > > > > > > > > On Sat,

Re: [OE-core] is there ever a compelling reason for "FILESEXTRAPATHS_append := ..."?

2020-03-01 Thread Otavio Salvador
Hello Robert, The idea behind its use is to put the local layer as a preference for the lookup for each of SRC_URI references. This is required so we can override files / patches when using the bbappend. Another common use is to make multiple recipes to share files, which are included on SRC_URI

[OE-core] [RFC PATCH] easysplash: Add recipes for 1.0.0 release

2020-03-01 Thread Otavio Salvador
A simple program for animated splash screens using Software Rendering or OpenGL ES. It consists of the main splash screen program (easysplash) and a small control program (easysplashctl). EasySplash takes as input zip archives containing a description and PNG-encoded image frames. Signed-off-by:

[OE-core] [PATCH] sysklogd: upgrade 2.0.3 -> 2.1.1

2020-03-01 Thread Pierre-Jean Texier via Openembedded-core
License-Update: Relicensed under the BSD-3-Clause license since v2.1 Remove patches applied upstream. Since version v2.1, klogd was removed from the sysklogd project since syslogd performs logging of kernel messages. So, this patch remove klogd support. Signed-off-by: Pierre-Jean Texier ---

Re: [OE-core] is there ever a compelling reason for "FILESEXTRAPATHS_append := ..."?

2020-03-01 Thread Robert P. J. Day
On Sun, 1 Mar 2020, Robert P. J. Day wrote: > > occasionally, i run across an existing bbappend file which contains > > FILESEXTRAPATHS_append := ... > > and that makes me nervous as i don't see the rationale in *appending* > to that variable in a bbappend file -- seems to defeat the purpose

[OE-core] is there ever a compelling reason for "FILESEXTRAPATHS_append := ..."?

2020-03-01 Thread Robert P. J. Day
occasionally, i run across an existing bbappend file which contains FILESEXTRAPATHS_append := ... and that makes me nervous as i don't see the rationale in *appending* to that variable in a bbappend file -- seems to defeat the purpose of potentially overriding what's in the original .bb

Re: [OE-core] [PATCH 1/3] dbus-test: Fix QA host-contamination errors

2020-03-01 Thread Richard Purdie
On Sun, 2020-03-01 at 00:17 -0800, Khem Raj wrote: > > > On Sun, Mar 1, 2020 at 12:14 AM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > On Sun, 2020-03-01 at 00:12 -0800, Khem Raj wrote: > > > > > > > > > On Sat, Feb 29, 2020 at 11:57 PM Richard Purdie < > > >

Re: [OE-core] [PATCH 1/3] dbus-test: Fix QA host-contamination errors

2020-03-01 Thread Khem Raj
On Sun, Mar 1, 2020 at 12:14 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sun, 2020-03-01 at 00:12 -0800, Khem Raj wrote: > > > > > > On Sat, Feb 29, 2020 at 11:57 PM Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > On Sat, 2020-02-29 at 17:42 -0800,

Re: [OE-core] [PATCH 1/3] dbus-test: Fix QA host-contamination errors

2020-03-01 Thread Richard Purdie
On Sun, 2020-03-01 at 00:12 -0800, Khem Raj wrote: > > > On Sat, Feb 29, 2020 at 11:57 PM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > On Sat, 2020-02-29 at 17:42 -0800, Khem Raj wrote: > > > Errors like below are fixed > > > > > > bus/connection.h is owned by uid 1000,

Re: [OE-core] [PATCH 1/3] dbus-test: Fix QA host-contamination errors

2020-03-01 Thread Khem Raj
On Sat, Feb 29, 2020 at 11:57 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sat, 2020-02-29 at 17:42 -0800, Khem Raj wrote: > > Errors like below are fixed > > > > bus/connection.h is owned by uid 1000, which is the same as t > > he user running bitbake. This may be due to