[oe][meta-oe][PATCH] pm-graph: parse separated cpu exec line

2021-05-24 Thread LiweiSong
if cpu exec line was split into different line, there will be an error when parse it: File "/usr/bin/sleepgraph", line 3165, in parseTraceLog proclist[name] = int(val[1]) IndexError: list index out of range check this case and append to parse the unfinished line. Signed-off-by: Liwei Song

Re: [oe] [meta-oe][PATCH] sysbench: upgrade to 1.0.20

2021-05-24 Thread Khem Raj
On Mon, May 24, 2021 at 9:29 AM Nicolas Dechesne wrote: > > > > On Wed, May 19, 2021 at 6:37 PM Khem Raj wrote: >> >> seeing this failure >> >> https://errors.yoctoproject.org/Errors/Details/584952/ > > > hmm. Sorry about the delay.. Looks like I am not able to reproduce the error, > it builds f

[oe] [meta-oe][PATCH] zsh: work around file-rdeps QA issues with usrmerge in DISTRO_FEATURES

2021-05-24 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-shells/zsh/zsh_5.8.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-shells/zsh/zsh_5.8.bb b/meta-oe/recipes-shells/zsh/zsh_5.8.bb index 6fc5f4d993..f87231db2f 100644 --- a/meta-oe/recipes-shells/zsh/zsh_5.8.bb +++ b/meta-

Re: [oe] [meta-oe][PATCH] sysbench: upgrade to 1.0.20

2021-05-24 Thread Nicolas Dechesne
On Wed, May 19, 2021 at 6:37 PM Khem Raj wrote: > seeing this failure > > https://errors.yoctoproject.org/Errors/Details/584952/ hmm. Sorry about the delay.. Looks like I am not able to reproduce the error, it builds for me with oe-core only and with: Build Configuration: BB_VERSION

[oe] [PATCH 4/4] xfce4-screenshooter: upgrade 1.9.8 -> 1.9.9

2021-05-24 Thread Andreas Müller
- Add link to Imgur ToS (#54) - Add notice about imgur (#53) - Add launchable tag to appdata.xml - Update help message for --save option - Add combobox with file extensions (#6) - Add option to capture window border or not (#4) - Preserve last used extension - Save screenshots according to the exte

[oe] [PATCH 2/4] mpv: upgrade 0.32.0 -> 0.33.1

2021-05-24 Thread Andreas Müller
Some PACKAGECONFIG / configuration changes were necessary: * libass is mandatory * luajit on aarch64 is fine * wayland requires egl * --disable-libsmbclient is gone Signed-off-by: Andreas Müller --- .../mplayer/{mpv_0.32.0.bb => mpv_0.33.1.bb} | 22 ++- 1 file changed, 12 insert

[oe] [PATCH 3/4] renderdoc: upgrade 1.7 -> 1.13

2021-05-24 Thread Andreas Müller
* backported patch can go * license checksum was changed by update of copyright year Signed-off-by: Andreas Müller --- ...-glslang-pool_allocator-setAllocator.patch | 31 --- .../{renderdoc_1.7.bb => renderdoc_1.13.bb} | 10 +++--- 2 files changed, 5 insertions(+), 36 deletions

[oe] [PATCH 1/4] mime-support: upgrade 3.48 -> 3.62

2021-05-24 Thread Andreas Müller
* Many changes since 2009 (!!!) - most notable: CVE-2014-7209: run-mailcap shellcommand injection. * They added Bellcore license for mailcap.man * There is a later version 3.66 available but tarball is almost empty because with 3.65 they splitted mime-support into several packages Signed-off-b

[oe] [meta-oe][hardknott 1/2] opencv: remove tbb packageconfig for powerpc

2021-05-24 Thread Saul Wold
From: Saul Wold Since tbb does not build for powerpc remove it from the enabled list Signed-off-by: Saul Wold Signed-off-by: Khem Raj --- meta-oe/recipes-support/opencv/opencv_4.5.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb b/met

[oe] [meta-oe][hardknott 2/2] sysdig: disable building for ppc

2021-05-24 Thread Saul Wold
From: Saul Wold Sysdig depends on tbb which no longer builds for powerpc Signed-off-by: Saul Wold Signed-off-by: Khem Raj --- meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-ex

Re: [oe] [meta-oe][PATCH 1/2] snappy: explicity disable building tests and benchmark

2021-05-24 Thread Khem Raj
On 5/24/21 7:17 AM, Martin Jansa wrote: On Mon, May 24, 2021 at 07:07:16AM -0700, Khem Raj wrote: its not clear what is the advantage of turning DBUILD_SHARED_LIBS on. that was already there. Disabling tests may get over the issue but perhaps having tests is also good so turning it into a

Re: [oe] [meta-networking][PATCH] dhcp-relay: add recipe

2021-05-24 Thread Khem Raj
Can you resend this patch ? secondly, I worry that since kea is way to go we are adding a package which perhaps is virtually going to be dead soon. Is there any work on kea itself providing similar functionality? On 5/23/21 11:36 PM, Yi Zhao wrote: Ping ... //Yi On 5/17/21 1:53 PM, Yi Zhao w

Re: [oe] [meta-oe][PATCH 1/2] snappy: explicity disable building tests and benchmark

2021-05-24 Thread Martin Jansa
On Mon, May 24, 2021 at 07:07:16AM -0700, Khem Raj wrote: > its not clear what is the advantage of turning DBUILD_SHARED_LIBS on. that was already there. > Disabling tests may get over the issue but perhaps having tests is > also good > so turning it into a packageconfig which can be enabled with

Re: [oe] [meta-oe][PATCH 2/2] libtinyxml2: restore building shared library

2021-05-24 Thread Khem Raj
On Mon, May 24, 2021 at 1:56 AM Martin Jansa wrote: > > * since the upgrade to 8.1.0 which includes: > > https://github.com/leethomason/tinyxml2/commit/7df6b3ff4ab3e3cec7a242fa5f8749decd129e13 > it no longer produces shared libraries by default and linking > with static one will often fail,

Re: [oe] [meta-oe][PATCH 1/2] snappy: explicity disable building tests and benchmark

2021-05-24 Thread Khem Raj
its not clear what is the advantage of turning DBUILD_SHARED_LIBS on. Disabling tests may get over the issue but perhaps having tests is also good so turning it into a packageconfig which can be enabled with ptest might be a better option. On Mon, May 24, 2021 at 1:56 AM Martin Jansa wrote: > > *

[oe] [meta-oe][PATCH 2/2] libtinyxml2: restore building shared library

2021-05-24 Thread Martin Jansa
* since the upgrade to 8.1.0 which includes: https://github.com/leethomason/tinyxml2/commit/7df6b3ff4ab3e3cec7a242fa5f8749decd129e13 it no longer produces shared libraries by default and linking with static one will often fail, e.g.: rosbag2-storage/0.2.4-1-r0/recipe-sysroot/usr/lib/libt

[oe] [meta-oe][PATCH 1/2] snappy: explicity disable building tests and benchmark

2021-05-24 Thread Martin Jansa
* with these changes introduced in 1.1.9: https://github.com/google/snappy/commit/549685a https://github.com/google/snappy/commit/4ebd8b2 it now installs gtest,gmock,benchmark with snappy which causes conflicts when something depends on both snappy and googletest or google-benchmark, e.g.