Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Richard Purdie
On Mon, 2020-03-23 at 16:25 -0700, Khem Raj wrote: > Distros which want to enable LTO can utilize this file, it only > covers > packages from OE-Core, other layers should include there own > exclusion > list for recipe which dont work with LTO > > Signed-off-by: Khem Raj > --- >

Re: [OE-core] [PATCH 2/3] linux-yocto/5.4: update to v5.4.27

2020-03-24 Thread Khem Raj
Hi Bruce This results in kernel-selftest failure regression errors.yoctoproject.org/Errors/Build/100385/ and also same errors as reported here https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1867596 I have fixed them via three patches that are here

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Adrian Bunk
On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: >... > +LTO_pn-python3 = "" >... Building Python with LTO works by passing --with-lto to configure. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#136637):

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Adrian Bunk
On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > Distros which want to enable LTO can utilize this file, it only covers > packages from OE-Core, other layers should include there own exclusion > list for recipe which dont work with LTO >... More and more upstreams already default to

[OE-core] python3 and util-linux dependency loop

2020-03-24 Thread Diego
Hi list, I'm trying to enable the pylibmount PACKAGECONFIG of util-linux. Unfortunately this seems to uncover a dependency loop: python3 depends on util-linux: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3_3.8.2.bb#n69 while util-linux with pylibmount

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Adrian Bunk
On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > Distros which want to enable LTO can utilize this file, it only covers > packages from OE-Core, other layers should include there own exclusion > list for recipe which dont work with LTO >... > +++ b/meta/conf/distro/include/lto.inc > @@

[OE-core] [PATCH 1/5] buildstats-plot.sh: fix invoking buildstats.sh

2020-03-24 Thread Luis Martins
Fix the internal call to buildstats.sh by also providing the buildstats folder location in the system, which might differ from the default location. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 4/5] buildstats*.sh: add recipe parameter to scripts

2020-03-24 Thread Luis Martins
Add option to filter the stats results for a single recipe, allowing to easilly visuality the task resource consumption per recipe. This is specially useful when debugging the performance of the overall bitbake build system. Upstream-Status: Pending Signed-off-by: Luis Martins ---

[OE-core] [PATCH 5/5] buildstats*.sh: fix spacing indentation in the files

2020-03-24 Thread Luis Martins
Fix indentation in buildstats.sh and buildstats-plot.sh to convert every line to 4 spaces indentation. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 56 - scripts/contrib/bb-perf/buildstats.sh | 131 +++-- 2

[OE-core] [PATCH 3/5] buildstats*.sh: add accumulate parameter to scripts

2020-03-24 Thread Luis Martins
Add option to accumulate stats values per recipe, allowing to sum related values such as memory (main process + childs). This is specially useful when debugging the performance of the overall bitbake build system. Upstream-Status: Pending Signed-off-by: Luis Martins ---

[OE-core] [PATCH 2/5] buildstats-plot.sh: filter by task

2020-03-24 Thread Luis Martins
Extend buildstats-plot.sh script to also accept the name of the tasks as parameter. This value will be passed directly to buildstats.sh is already provides this option. Upstream-Status: Pending Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 10 -- 1 file

[OE-core] [PATCH 0/5] improvements to buildstats scripts

2020-03-24 Thread Luis Martins
This patches add some new functionalities to the buildstats scripts to allow easier debugging of the bitbake performance. Some new features like accumulating the stats values allow to compare the total amount of memory used by a single task (main process + child processes) and other features allow

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 13:27 +0200, Adrian Bunk wrote: > On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > > Distros which want to enable LTO can utilize this file, it only > > covers > > packages from OE-Core, other layers should include there own > > exclusion > > list for recipe which

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 4:37 AM Adrian Bunk wrote: > > On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > >... > > +LTO_pn-python3 = "" > >... > > Building Python with LTO works by passing --with-lto to configure. I think per recipe knobs I did not work on yet but perhaps worth adding

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 1:37 AM Richard Purdie wrote: > > On Mon, 2020-03-23 at 16:25 -0700, Khem Raj wrote: > > Distros which want to enable LTO can utilize this file, it only > > covers > > packages from OE-Core, other layers should include there own > > exclusion > > list for recipe which dont

Re: [OE-core] [PATCH 2/3] linux-yocto/5.4: update to v5.4.27

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 5:40 AM Bruce Ashfield wrote: > > On Tue, Mar 24, 2020 at 2:35 AM Khem Raj wrote: > > > > Hi Bruce > > > > This results in kernel-selftest failure regression > > > > errors.yoctoproject.org/Errors/Build/100385/ > > > > and also same errors as reported here > >

Re: [OE-core] [PATCH 2/3] linux-yocto/5.4: update to v5.4.27

2020-03-24 Thread Bruce Ashfield
On Tue, Mar 24, 2020 at 9:42 AM Khem Raj wrote: > > On Tue, Mar 24, 2020 at 5:40 AM Bruce Ashfield > wrote: > > > > On Tue, Mar 24, 2020 at 2:35 AM Khem Raj wrote: > > > > > > Hi Bruce > > > > > > This results in kernel-selftest failure regression > > > > > >

Re: [OE-core] [PATCH] lto.inc: Add global LTO distro policy file

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 4:50 AM Richard Purdie wrote: > > On Tue, 2020-03-24 at 13:27 +0200, Adrian Bunk wrote: > > On Mon, Mar 23, 2020 at 04:25:29PM -0700, Khem Raj wrote: > > > Distros which want to enable LTO can utilize this file, it only > > > covers > > > packages from OE-Core, other

Re: [OE-core] [PATCH 2/3] linux-yocto/5.4: update to v5.4.27

2020-03-24 Thread Bruce Ashfield
On Tue, Mar 24, 2020 at 2:35 AM Khem Raj wrote: > > Hi Bruce > > This results in kernel-selftest failure regression > > errors.yoctoproject.org/Errors/Build/100385/ > > and also same errors as reported here > https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1867596 > > I have fixed them via

Re: [OE-core] [PATCH 2/3] linux-yocto/5.4: update to v5.4.27

2020-03-24 Thread Khem Raj
On Tue, Mar 24, 2020 at 6:50 AM Bruce Ashfield wrote: > > On Tue, Mar 24, 2020 at 9:42 AM Khem Raj wrote: > > > > On Tue, Mar 24, 2020 at 5:40 AM Bruce Ashfield > > wrote: > > > > > > On Tue, Mar 24, 2020 at 2:35 AM Khem Raj wrote: > > > > > > > > Hi Bruce > > > > > > > > This results in

[OE-core] [PATCH 2/2] gtk+3: turn explicit disabling of colord to PACKAGECONFIG

2020-03-24 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 12fa83550a0..5d1f59ea1ac 100644 ---

[OE-core] [PATCH 1/2] gtk+3: add cloudprint PACKAGECONFIG

2020-03-24 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk+/gtk+3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index e1f1e0db314..12fa83550a0 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++

[OE-core] Yocto Project Status WW12'20

2020-03-24 Thread Stephen Jolley
Current Dev Position: YP 3.1 M4 - Stabilization Next Deadline: YP 3.1 M4 build date 3/30/2020 Next Team Meetings: * Bug Triage meeting Thursday Mar. 26th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Apr. 7th at

[OE-core] [PATCH v2 2/5] buildstats-plot.sh: filter by task

2020-03-24 Thread Luis Martins
Extend buildstats-plot.sh script to also accept the name of the tasks as parameter. This value will be passed directly to buildstats.sh is already provides this option. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 10 -- 1 file changed, 8 insertions(+), 2

[OE-core] [PATCH v2 5/5] buildstats*.sh: fix spacing indentation in the files

2020-03-24 Thread Luis Martins
Fix indentation in buildstats.sh and buildstats-plot.sh to convert every line to 4 spaces indentation. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 56 - scripts/contrib/bb-perf/buildstats.sh | 131 +++-- 2 files changed, 94

[OE-core] [PATCH v2 3/5] buildstats*.sh: add accumulate parameter to scripts

2020-03-24 Thread Luis Martins
Add option to accumulate stats values per recipe, allowing to sum related values such as memory (main process + childs). This is specially useful when debugging the performance of the overall bitbake build system. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 9

[OE-core] [PATCH v2 4/5] buildstats*.sh: add recipe parameter to scripts

2020-03-24 Thread Luis Martins
Add option to filter the stats results for a single recipe, allowing to easilly visuality the task resource consumption per recipe. This is specially useful when debugging the performance of the overall bitbake build system. Signed-off-by: Luis Martins ---

[OE-core] [PATCH v2 1/5] buildstats-plot.sh: fix invoking buildstats.sh

2020-03-24 Thread Luis Martins
Fix the internal call to buildstats.sh by also providing the buildstats folder location in the system, which might differ from the default location. Signed-off-by: Luis Martins --- scripts/contrib/bb-perf/buildstats-plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 0/5] improvements to buildstats scripts

2020-03-24 Thread Luis Martins
This patches add some new functionalities to the buildstats scripts to allow easier debugging of the bitbake performance. Some new features like accumulating the stats values allow to compare the total amount of memory used by a single task (main process + child processes) and other features allow

[OE-core] [PATCH] qemu.inc: Always disable compile time git updating

2020-03-24 Thread Mark Hatle
If the SRC_URI is switched to be git based, QEMU will automatically update itself at compile time for select git submodules. This by passes the bitbake git fetcher. These modules are always present in the release tarballs, so only are problematic when used with git based SRC_URIs. These

[OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain

2020-03-24 Thread Tom Hochstein
The security flags were missing from the SDK toolchain because they were added specifically to class-target. Add them to class-cross-canadian as well. Signed-off-by: Tom Hochstein --- meta/conf/distro/include/security_flags.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain

2020-03-24 Thread Antoine Manache
I've already sent this patch few months ago but not taken into account yet. AM >From : Antoine Manache Date: mer. 20 nov. 2019 at 16:44 Subject: [OE-core] [PATCH v2] sdk: environment script doesn't set security options in CC and LDFLAGS variables To: When building a SDK from a DISTRO with

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Denys Dmytriyenko
On Fri, Feb 21, 2020 at 10:41:58AM +0800, Anuj Mittal wrote: > Instead of disabling unconditionally, add PACKAGECONFIG for > qt5. Imported from meta-qt5 layer. > > Signed-off-by: Anuj Mittal > --- > .../gstreamer/gstreamer1.0-plugins-good_1.16.2.bb | 7 > +-- > 1 file

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Denys Dmytriyenko
On Tue, Mar 24, 2020 at 06:07:44PM +, Richard Purdie wrote: > On Tue, 2020-03-24 at 13:58 -0400, Denys Dmytriyenko wrote: > > On Fri, Feb 21, 2020 at 10:41:58AM +0800, Anuj Mittal wrote: > > > Instead of disabling unconditionally, add PACKAGECONFIG for > > > qt5. Imported from meta-qt5 layer.

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 14:12 -0400, Denys Dmytriyenko wrote: > On Tue, Mar 24, 2020 at 06:07:44PM +, Richard Purdie wrote: > > On Tue, 2020-03-24 at 13:58 -0400, Denys Dmytriyenko wrote: > > > On Fri, Feb 21, 2020 at 10:41:58AM +0800, Anuj Mittal wrote: > > > > Instead of disabling

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Denys Dmytriyenko
On Tue, Mar 24, 2020 at 07:29:42PM +, Richard Purdie wrote: > On Tue, 2020-03-24 at 14:43 -0400, Denys Dmytriyenko wrote: > > On Tue, Mar 24, 2020 at 02:33:19PM -0400, Denys Dmytriyenko wrote: > > > On Tue, Mar 24, 2020 at 06:15:51PM +, Richard Purdie wrote: > > > > On Tue, 2020-03-24 at

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 13:58 -0400, Denys Dmytriyenko wrote: > On Fri, Feb 21, 2020 at 10:41:58AM +0800, Anuj Mittal wrote: > > Instead of disabling unconditionally, add PACKAGECONFIG for > > qt5. Imported from meta-qt5 layer. > > > > Signed-off-by: Anuj Mittal > > --- > >

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 14:33 -0400, Denys Dmytriyenko wrote: > On Tue, Mar 24, 2020 at 06:15:51PM +, Richard Purdie wrote: > > On Tue, 2020-03-24 at 14:12 -0400, Denys Dmytriyenko wrote: > > > On Tue, Mar 24, 2020 at 06:07:44PM +, Richard Purdie wrote: > > > > On Tue, 2020-03-24 at 13:58

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 14:43 -0400, Denys Dmytriyenko wrote: > On Tue, Mar 24, 2020 at 02:33:19PM -0400, Denys Dmytriyenko wrote: > > On Tue, Mar 24, 2020 at 06:15:51PM +, Richard Purdie wrote: > > > On Tue, 2020-03-24 at 14:12 -0400, Denys Dmytriyenko wrote: > > > > On Tue, Mar 24, 2020 at

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 15:32 -0400, Denys Dmytriyenko wrote: > On Tue, Mar 24, 2020 at 07:29:42PM +, Richard Purdie wrote: > > On Tue, 2020-03-24 at 14:43 -0400, Denys Dmytriyenko wrote: > > > On Tue, Mar 24, 2020 at 02:33:19PM -0400, Denys Dmytriyenko > > > wrote: > > > > Richard, > > > > > >

[OE-core] [PATCH 2/2] ptest: further bump RAM in qemu

2020-03-24 Thread Alexander Kanavin
Particularly gdk-pixbuf tests were hitting the 2M limit with an image size that is just under that. Signed-off-by: Alexander Kanavin --- meta/recipes-sato/images/core-image-sato-ptest-fast.bb | 2 +- meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 2 +- 2 files changed, 2

[OE-core] [PATCH 1/2] quilt: do not test patch-wrapper as it is not enabled

2020-03-24 Thread Alexander Kanavin
Upstream only enables the test if --with-patch-wrapper was supplied to ./configure, and so should we. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/quilt/quilt.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/quilt/quilt.inc

Re: [OE-core] [PATCH 2/3] linux-yocto/5.4: update to v5.4.27

2020-03-24 Thread Bruce Ashfield
On Tue, Mar 24, 2020 at 9:50 AM Bruce Ashfield via Lists.Openembedded.Org wrote: > > On Tue, Mar 24, 2020 at 9:42 AM Khem Raj wrote: > > > > On Tue, Mar 24, 2020 at 5:40 AM Bruce Ashfield > > wrote: > > > > > > On Tue, Mar 24, 2020 at 2:35 AM Khem Raj wrote: > > > > > > > > Hi Bruce > > > > >

Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain

2020-03-24 Thread Antoine Manache
Absolutely. I would add an example of issue I've seen in a software project. Someone developing a new application and using the image-based SDK that I provided got the right functional behaviour on target. Once this application was integrated into the core image of our Yocto project (new recipe),

Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 18:25 +0100, Antoine Manache wrote: > I've already sent this patch few months ago but not taken into > account yet. Can someone explain more about the issue here please? Shouldn't these flags be added to the SDK toolchain environment files rather than coded into the

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Denys Dmytriyenko
On Tue, Mar 24, 2020 at 02:33:19PM -0400, Denys Dmytriyenko wrote: > On Tue, Mar 24, 2020 at 06:15:51PM +, Richard Purdie wrote: > > On Tue, 2020-03-24 at 14:12 -0400, Denys Dmytriyenko wrote: > > > On Tue, Mar 24, 2020 at 06:07:44PM +, Richard Purdie wrote: > > > > On Tue, 2020-03-24 at

Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain

2020-03-24 Thread Tom Hochstein
> -Original Message- > From: Richard Purdie > Sent: Tuesday, March 24, 2020 1:03 PM > To: Antoine Manache ; Tom Hochstein > > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK > toolchain > > On Tue,

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Denys Dmytriyenko
On Tue, Mar 24, 2020 at 06:15:51PM +, Richard Purdie wrote: > On Tue, 2020-03-24 at 14:12 -0400, Denys Dmytriyenko wrote: > > On Tue, Mar 24, 2020 at 06:07:44PM +, Richard Purdie wrote: > > > On Tue, 2020-03-24 at 13:58 -0400, Denys Dmytriyenko wrote: > > > > On Fri, Feb 21, 2020 at

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

2020-03-24 Thread Adrian Freihofer
On Mon, 2020-03-23 at 17:30 +, Paul Barker wrote: > On Thu, 5 Mar 2020 22:56:15 + > "Freihofer, Adrian" wrote: > > > On Thu, 2020-03-05 at 09:42 +, Paul Barker wrote: > > > On Wed, 4 Mar 2020 12:30:10 + > > > "Freihofer, Adrian" wrote: > > > > > > > -Original Message-

Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain

2020-03-24 Thread Tom Hochstein
> -Original Message- > From: Richard Purdie > Sent: Tuesday, March 24, 2020 5:58 PM > To: Antoine Manache ; Tom Hochstein > > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK > toolchain > > I've therefore

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 18:12 -0400, Denys Dmytriyenko wrote: > On Tue, Mar 24, 2020 at 07:57:27PM +, Richard Purdie wrote: > > On Tue, 2020-03-24 at 15:32 -0400, Denys Dmytriyenko wrote: > > > On Tue, Mar 24, 2020 at 07:29:42PM +, Richard Purdie wrote: > > > > On Tue, 2020-03-24 at 14:43

[OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2020-03-24 Thread Bruce Ashfield
From: Bruce Ashfield Hi all, Here's the queued bug fixes for linux-yocto. It has khem's identified fixes for the kernel selftest issues with the latest -stable udpates, as well as some BSP fixes and config changes. I ran this through the AB and everything came back green. I've done this in

[OE-core] [PATCH 3/5] linux-yocto/5.4: KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interrupt context

2020-03-24 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commits to linux-yocto/5.4: 9065d188f874 KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interrupt context Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +-

[OE-core] [PATCH 2/5] linux-yocto/5.4: fix kernel selftests

2020-03-24 Thread Bruce Ashfield
From: Bruce Ashfield Khem reported that kernel selftests are failing after some of the recent -stable udpates, and identified the followig commits to solve the issues: 4cd12df48b83 selftest/bpf: Use CHECK macro instead of RET_IF 84591c1cb409 Revert "selftests/bpf: Fix perf_buffer test

[OE-core] [PATCH 5/5] linux-yocto/5.4: configuration tweaks

2020-03-24 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following configuration fixes: bee554e595e bsp/ti-am65x: remove duplicate config option CONFIG_NETDEVICES 32405486b46 bsp/ti-am335x: drop PRUSS invalid cfg option d40bf6ad14a xilinx-zynqmp: add cpuidle support for zcu102 533cfd5af00 bsp: delete

[OE-core] [PATCH 1/5] linux-yocto/5.4: Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"

2020-03-24 Thread Bruce Ashfield
From: Bruce Ashfield We had reverted this commit in v5.2, and it is still required in 5.4. The following config commit is also included in this change: bsp/ti-am335x: drop some invalid cfg options Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.4.bb | 4 ++--

[OE-core] [PATCH 4/5] linux-yocto/5.4: ARM: 8918/2: only build return_address() if needed

2020-03-24 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.4: 03142acba06e ARM: 8918/2: only build return_address() if needed Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- .../linux/linux-yocto-tiny_5.4.bb | 4 ++--

[OE-core] [PATCH] mesa: upgrade 20.0.1 -> 20.0.2

2020-03-24 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../mesa/{mesa-gl_20.0.1.bb => mesa-gl_20.0.2.bb} | 0 meta/recipes-graphics/mesa/{mesa_20.0.1.bb => mesa_20.0.2.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/mesa/{mesa-gl_20.0.1.bb => mesa-gl_20.0.2.bb}

[OE-core] [PATCH] gsettings-desktop-schemas: upgrade 3.34.0 -> 3.36.0

2020-03-24 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- ...-schemas_3.34.0.bb => gsettings-desktop-schemas_3.36.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.34.0.bb => gsettings-desktop-schemas_3.36.0.bb} (80%) diff

[OE-core] [PATCH] gnupg: upgrade 2.2.19 -> 2.2.20

2020-03-24 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../gnupg/{gnupg_2.2.19.bb => gnupg_2.2.20.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.2.19.bb => gnupg_2.2.20.bb} (95%) diff --git a/meta/recipes-support/gnupg/gnupg_2.2.19.bb

Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: add qt5 PACKAGECONFIG

2020-03-24 Thread Denys Dmytriyenko
On Tue, Mar 24, 2020 at 07:57:27PM +, Richard Purdie wrote: > On Tue, 2020-03-24 at 15:32 -0400, Denys Dmytriyenko wrote: > > On Tue, Mar 24, 2020 at 07:29:42PM +, Richard Purdie wrote: > > > On Tue, 2020-03-24 at 14:43 -0400, Denys Dmytriyenko wrote: > > > > On Tue, Mar 24, 2020 at

Re: [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain

2020-03-24 Thread Richard Purdie
On Tue, 2020-03-24 at 20:06 +0100, Antoine Manache wrote: > Absolutely. > I would add an example of issue I've seen in a software project. > Someone developing a new application and using the image-based SDK > that I provided got the right functional behaviour on target. > Once this application