[OE-core] [PATCH 3/4] lttng-tools: upgrade to 2.12.0

2020-05-15 Thread Ovidiu Panait
Upgrade lttng-tools 2.11.2 -> 2.12.0: * drop x32 patch, as it was merged upstream * License-Update: licenses were moved under LICENSES directory and changed in upstream commit [1] [1] https://github.com/lttng/lttng-tools/commit/ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a Signed-off-by: Ovidiu

[OE-core] [PATCH 4/4] lttng-modules: Fix "LTTng: vmalloc_sync_all symbol lookup failed" warnings

2020-05-15 Thread Ovidiu Panait
Fix the following warnings introduced after backporting linux kernel commit [1] to stable branches: # lttng create session ... [ 483.242037] LTTng: vmalloc_sync_all symbol lookup failed. [ 483.257056] Page fault handler and NMI tracing might trigger faults. ... These patches should be dropped

[OE-core] [PATCH 2/4] lttng-ust: upgrade to 2.12.0

2020-05-15 Thread Ovidiu Panait
Upgrade lttng-ust 2.11.1 -> 2.12.0. Signed-off-by: Ovidiu Panait --- .../lttng/{lttng-ust_2.11.1.bb => lttng-ust_2.12.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.11.1.bb => lttng-ust_2.12.0.bb} (93%) diff --git

[OE-core] [PATCH 1/4] lttng-modules: upgrade to 2.12.0

2020-05-15 Thread Ovidiu Panait
Upgrade lttng-modules 2.11.2 -> 2.12.0. Signed-off-by: Ovidiu Panait --- .../{lttng-modules_2.11.2.bb => lttng-modules_2.12.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.11.2.bb => lttng-modules_2.12.0.bb} (88%) diff

[OE-core][zeus][PATCH] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-15 Thread Adrian Bunk
From: Adrian Bunk (From OE-Core rev: 5b71a3f3d1bca6b52f53b97971131a6771618420) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

[OE-core][dunfell][PATCH] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-15 Thread Adrian Bunk
From: Adrian Bunk (From OE-Core rev: 5b71a3f3d1bca6b52f53b97971131a6771618420) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

[OE-core] [PATCH] valgrind: Backport upstream patch to fix __getauxval needs

2020-05-15 Thread Khem Raj
Drop disabling outline-atomics since that was added to fix this issue in particular Signed-off-by: Khem Raj --- ...d-needs-__getauxval-for-linking-with.patch | 144 ++ .../valgrind/valgrind_3.15.0.bb | 3 +- 2 files changed, 145 insertions(+), 2 deletions(-)

[OE-core] ✗ patchtest: failure for valgrind: Backport upstream patch to fix __getauxval needs

2020-05-15 Thread Patchwork
== Series Details == Series: valgrind: Backport upstream patch to fix __getauxval needs Revision: 1 URL : https://patchwork.openembedded.org/series/24174/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [PATCH 2/2] layer.conf: Move to gatesgarth naming

2020-05-15 Thread Richard Purdie
We're still compatible with dunfell from the core perspective so that is left for compatibility (probably for the next week or two). Signed-off-by: Richard Purdie --- meta-selftest/conf/layer.conf | 2 +- meta-skeleton/conf/layer.conf | 2 +- meta/conf/layer.conf | 4 ++-- 3 files

[OE-core] [PATCH 1/2] ghostscript: Remove leftover file

2020-05-15 Thread Richard Purdie
This should have been removed in a previous change but was accidentally left behind and points at an invalid directory. Signed-off-by: Richard Purdie --- meta/recipes-extended/ghostscript/ghostscript/i686 | 1 - 1 file changed, 1 deletion(-) delete mode 12

[OE-core] OpenEmbedded Happy Hour

2020-05-15 Thread Philip Balister
I've made a wiki page to track these: https://www.openembedded.org/wiki/Happy_Hours Then next one is scheduled for 2100 UTC on May 27. This is late evening for Europe and morning for New Zealand, so hopefully we see some different faces. The meeting info is on the wiki page. There is no set

Re: [OE-core] OpenEmbedded Happy Hour

2020-05-15 Thread Daniel D?az
Hello! On Fri, 15 May 2020 at 10:56, Philip Balister wrote: > I've made a wiki page to track these: > https://www.openembedded.org/wiki/Happy_Hours > Then next one is scheduled for 2100 UTC on May 27. Ah, just in time to watch live SpaceX's launch: https://blogs.nasa.gov/commercialcrew/

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Joshua Watt
On 5/15/20 2:05 PM, Richard Purdie wrote: On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: I see Richard has merged these to master-next, thanks! And thanks Joshua for volunteering to maintain these recipes :) I submitted removal patches to meta-python. So, it is good we are

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Martin Jansa
This seems to be missing features_check inherit, so that REQUIRED_DISTRO_FEATURES doesn't prevent it failing in my builds. Will send patch shortly. On Thu, Apr 30, 2020 at 11:42 PM Andreas M?ller wrote: > From [1]: > > 0.20.3 > * secret-file-backend: Fix use-after-free in flatpak [!52] > *

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Denys Dmytriyenko
On Fri, May 15, 2020 at 11:52:23PM +0200, Andreas M?ller wrote: > On Fri, May 15, 2020 at 11:42 PM Andreas M?ller via > lists.openembedded.org > wrote: > > > > On Fri, May 15, 2020 at 11:29 PM Andreas M?ller via > > lists.openembedded.org > > wrote: > > > > > > On Fri, May 15, 2020 at 10:30 PM

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Andrey Zhizhikin
On Fri, May 15, 2020 at 9:26 PM Denys Dmytriyenko wrote: > > On Fri, May 15, 2020 at 02:12:55PM -0500, Joshua Watt wrote: > > > > On 5/15/20 2:05 PM, Richard Purdie wrote: > > >On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: > > >>I see Richard has merged these to master-next, thanks!

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Richard Purdie
On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: > I see Richard has merged these to master-next, thanks! > And thanks Joshua for volunteering to maintain these recipes :) > I submitted removal patches to meta-python. > > So, it is good we are getting this extra dependency resolved in

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Andreas M?ller
On Fri, May 15, 2020 at 11:42 PM Andreas M?ller via lists.openembedded.org wrote: > > On Fri, May 15, 2020 at 11:29 PM Andreas M?ller via > lists.openembedded.org > wrote: > > > > On Fri, May 15, 2020 at 10:30 PM Martin Jansa > > wrote: > > > > > > This seems to be missing features_check

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Denys Dmytriyenko
On Fri, May 15, 2020 at 02:12:55PM -0500, Joshua Watt wrote: > > On 5/15/20 2:05 PM, Richard Purdie wrote: > >On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: > >>I see Richard has merged these to master-next, thanks! > >>And thanks Joshua for volunteering to maintain these recipes :)

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Andreas M?ller
On Fri, May 15, 2020 at 10:30 PM Martin Jansa wrote: > > This seems to be missing features_check inherit, so that > REQUIRED_DISTRO_FEATURES doesn't prevent it failing in my builds. > > Will send patch shortly. Do I miss something? It was never applied Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Denys Dmytriyenko
I see Richard has merged these to master-next, thanks! And thanks Joshua for volunteering to maintain these recipes :) I submitted removal patches to meta-python. So, it is good we are getting this extra dependency resolved in master. The question is - can we get these backported to dunfell,

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Andreas M?ller
On Fri, May 15, 2020 at 11:29 PM Andreas M?ller via lists.openembedded.org wrote: > > On Fri, May 15, 2020 at 10:30 PM Martin Jansa wrote: > > > > This seems to be missing features_check inherit, so that > > REQUIRED_DISTRO_FEATURES doesn't prevent it failing in my builds. > > > > Will send

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Andreas M?ller
On Fri, May 15, 2020 at 11:59 PM Denys Dmytriyenko wrote: > > On Fri, May 15, 2020 at 11:52:23PM +0200, Andreas M?ller wrote: > > On Fri, May 15, 2020 at 11:42 PM Andreas M?ller via > > lists.openembedded.org > > wrote: > > > > > > On Fri, May 15, 2020 at 11:29 PM Andreas M?ller via > > >

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Khem Raj
On 5/15/20 12:12 PM, Joshua Watt wrote: On 5/15/20 2:05 PM, Richard Purdie wrote: On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: I see Richard has merged these to master-next, thanks! And thanks Joshua for volunteering to maintain these recipes :) I submitted removal patches to

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Denys Dmytriyenko
On Sat, May 16, 2020 at 12:10:00AM +0200, Andreas Müller wrote: > On Fri, May 15, 2020 at 11:59 PM Denys Dmytriyenko wrote: > > > > On Fri, May 15, 2020 at 11:52:23PM +0200, Andreas M?ller wrote: > > > On Fri, May 15, 2020 at 11:42 PM Andreas M?ller via > > > lists.openembedded.org > > > wrote:

[OE-core] [PATCH 2/2] webkitgtk, pinentry: require gobject-introspection-data in DISTRO_FEATURES when libsecret PACKAGECONFIG is enabled

2020-05-15 Thread Martin Jansa
* gobject-introspection is mandatory since libsecret upgrade to 0.20.3 * enable libsecret in webkitgtk only when gobject-introspection-data is in DISTRO_FEATURES * drop comment about libsecret being in meta-gnome from pinentry Signed-off-by: Martin Jansa ---

[OE-core] [PATCH 1/2] libsecret: inherit features_check

2020-05-15 Thread Martin Jansa
* otherwise REQUIRED_DISTRO_FEATURES doesn't do anything Signed-off-by: Martin Jansa --- meta/recipes-gnome/libsecret/libsecret_0.20.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.3.bb

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Steve Sakoman
On Fri, May 15, 2020 at 9:06 AM Richard Purdie wrote: > > On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: > > I see Richard has merged these to master-next, thanks! > > And thanks Joshua for volunteering to maintain these recipes :) > > I submitted removal patches to meta-python. > >

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Richard Purdie
On Sat, 2020-05-16 at 00:33 +0200, Andreas M?ller wrote: > On Sat, May 16, 2020 at 12:21 AM Denys Dmytriyenko > wrote: > > > > Has nothing to do with your name, but with your mail server and > > DMARC policy. > > > > Many of us are in the same situation, and we learned to live with > > it, if >

Re: [OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.3 / port to meson

2020-05-15 Thread Andreas M?ller
On Sat, May 16, 2020 at 12:21 AM Denys Dmytriyenko wrote: > > On Sat, May 16, 2020 at 12:10:00AM +0200, Andreas Müller wrote: > > On Fri, May 15, 2020 at 11:59 PM Denys Dmytriyenko wrote: > > > > > > On Fri, May 15, 2020 at 11:52:23PM +0200, Andreas M?ller wrote: > > > > On Fri, May 15, 2020 at

[OE-core] ✗ patchtest: failure for "libsecret: inherit features_ch..." and 1 more

2020-05-15 Thread Patchwork
== Series Details == Series: "libsecret: inherit features_ch..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/24179/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2020-05-15 Thread Changqing Li
From: Changqing Li Steps: 1. build out rootfs core-image-minimal-qemux86-64-20200514073622.rootfs.tar.bz2 2. docker import ./core-image-minimal-qemux86-64-20200514073622.rootfs.tar.bz2 poky:1.0 3. docker run -it --rm poky:1.0 /bin/sh 4. cd /var; ls -al there is link: tmp -> volatile/tmp 5. cd

Re: [OE-core] [PATCH] u-boot: support merging .cfg files for UBOOT_CONFIG

2020-05-15 Thread Ming Liu
> I was just thinking about something like this the other day but I wonder if we want to apply the fragments to each config. It might be nice if there was a way to filter out which config fragments got applied to which u-boot configs? Thanks for the input, yes, that would be even nicer for

[OE-core] [PATCH 0/1] archiver.bbclass: Fix for do_populate_sdk

2020-05-15 Thread Robert Yang
The following changes since commit ce6c50ea68c34e02b487d54fdd9288e04833cdef: wayland: fix condition for strndup detection (2020-05-14 14:13:50 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/archiver

[OE-core] [PATCH 1/1] archiver.bbclass: Fix for do_populate_sdk

2020-05-15 Thread Robert Yang
Fixed: $ bitbake core-image-minimal -cpopulate_sdk Check tmp-glibc/deploy/sources, no source is archived, this patch fixes the problem. Signed-off-by: Robert Yang --- meta/classes/archiver.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes/archiver.bbclass

[OE-core] [PATCH 0/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Robert Yang
The following changes since commit ce6c50ea68c34e02b487d54fdd9288e04833cdef: wayland: fix condition for strndup detection (2020-05-14 14:13:50 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/archiver2

[OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Robert Yang
Set it to 0 can make it archive all the used sources during the build, nothing will be filtered out, this is useful when we want to archive all the sources. This equals to: COPYLEFT_LICENSE_INCLUDE = "*" COPYLEFT_LICENSE_EXCLUDE = "" But there are a lot of settings in copyleft_filter.bbclass, so

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Fix for do_populate_sdk

2020-05-15 Thread Paul Barker
Robert, I recommend we use the following patch instead as it's simpler: https://lists.openembedded.org/g/openembedded-core/message/136168 Thanks, Paul On Fri, 15 May 2020 at 10:31, Robert Yang wrote: > Fixed: > $ bitbake core-image-minimal -cpopulate_sdk > > Check tmp-glibc/deploy/sources, no

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Fix for do_populate_sdk

2020-05-15 Thread Robert Yang
On 5/15/20 6:00 PM, Paul Barker wrote: Robert, I recommend we use the following patch instead as it's simpler: https://lists.openembedded.org/g/openembedded-core/message/136168 Yes, that looks better, then please ignore my patch. // Robert Thanks, Paul On Fri, 15 May 2020 at 10:31,

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Paul Barker
On Fri, 15 May 2020 at 10:57, Robert Yang wrote: > > Set it to 0 can make it archive all the used sources during the build, nothing > will be filtered out, this is useful when we want to archive all the sources. > > This equals to: > COPYLEFT_LICENSE_INCLUDE = "*" > COPYLEFT_LICENSE_EXCLUDE = ""

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Robert Yang
On 5/15/20 6:16 PM, Paul Barker wrote: On Fri, 15 May 2020 at 10:57, Robert Yang wrote: Set it to 0 can make it archive all the used sources during the build, nothing will be filtered out, this is useful when we want to archive all the sources. This equals to: COPYLEFT_LICENSE_INCLUDE = "*"

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Paul Barker
On Fri, 15 May 2020 at 11:22, Robert Yang wrote: > > > On 5/15/20 6:16 PM, Paul Barker wrote: > > On Fri, 15 May 2020 at 10:57, Robert Yang wrote: > >> > >> Set it to 0 can make it archive all the used sources during the build, > >> nothing > >> will be filtered out, this is useful when we want

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add ENABLE_COPYLEFT_FILTER to enable/disable copyleft_filter.bbclass

2020-05-15 Thread Robert Yang
On 5/15/20 6:32 PM, Paul Barker wrote: On Fri, 15 May 2020 at 11:22, Robert Yang wrote: On 5/15/20 6:16 PM, Paul Barker wrote: On Fri, 15 May 2020 at 10:57, Robert Yang wrote: Set it to 0 can make it archive all the used sources during the build, nothing will be filtered out, this is