Re: [OE-core] [PATCH 2/2] openssh: usable sshd depends on rngd from rng-tools

2019-05-09 Thread Mikko.Rapeli
On Wed, May 08, 2019 at 06:50:54PM +0300, Mark Hatle wrote: > On 5/8/19 5:22 PM, mikko.rap...@bmw.de wrote: > > On Wed, May 08, 2019 at 05:07:08PM +0300, Adrian Bunk wrote: > >> On Wed, May 08, 2019 at 04:26:09PM +0300, Mikko Rapeli wrote: > >>> Since openssl 1.1.1 and openssh which uses it, sshd

[OE-core] Review request 0/1: LIN1019-1252 run 'shutdown -P now' on vm and shutdown failed

2019-05-09 Thread zhe.he
From: zhe...@windriver.com Mon Sep 17 00:00:00 2001 Summary: LIN1019-1252 run 'shutdown -P now' on vm and shutdown failed Tech Review: Qi Chen Gatekeeper: Robert Lockdown Approval (if needed): Branch Tag: wr-10.19-20190505 IP Statement (form link or license statement, usually automated): Crypto

[OE-core] [PATCH v3] ccache: upgrade 3.6 -> 3.7.1

2019-05-09 Thread Adrian Bunk
Remove backported patches. Switch to new download location. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/ccache/ccache.inc | 2 +- meta/recipes-devtools/ccache/ccache_3.6.bb| 12 --- meta/recipes-devtools/ccache/ccache_3.7.1.bb | 7 ++

Re: [OE-core] [PATCH] ccache: upgrade 3.6 -> 3.7.1

2019-05-09 Thread Adrian Bunk
On Wed, May 08, 2019 at 10:47:38PM +0100, Richard Purdie wrote: > On Tue, 2019-05-07 at 16:11 +0300, Adrian Bunk wrote: > > Remove backported patches. > > Switch to new download location. > > > > Signed-off-by: Adrian Bunk > > This patch caused an unintended side effect which you can reproduce

Re: [OE-core] [PATCH] lttng-modules: upgrade 2.10.8 -> 2.10.9

2019-05-09 Thread Adrian Bunk
On Thu, May 09, 2019 at 08:09:54PM +0800, Kevin Hao wrote: > > I just sent out a patch to bump the kernel version for these BSPs. Thanks a lot! > Thanks, > Kevin cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Thu, 9 May 2019, at 14:48, Bruce Ashfield wrote: > > > On Thu, May 9, 2019 at 9:43 AM Richard Purdie > wrote: > > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > > > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > > > > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > > >

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Bruce Ashfield
On Thu, May 9, 2019 at 10:00 AM Paul Barker wrote: > On Thu, 9 May 2019, at 14:48, Bruce Ashfield wrote: > > > > > > On Thu, May 9, 2019 at 9:43 AM Richard Purdie > > wrote: > > > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > > > > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > >

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Thu, 9 May 2019, at 15:07, Bruce Ashfield wrote: > > > On Thu, May 9, 2019 at 10:00 AM Paul Barker wrote: > > On Thu, 9 May 2019, at 14:48, Bruce Ashfield wrote: > > > > > > > > > On Thu, May 9, 2019 at 9:43 AM Richard Purdie > > > wrote: > > > > On Thu, 2019-05-09 at 08:08 -0400,

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Adrian Bunk
On Thu, May 09, 2019 at 02:43:54PM +0100, Richard Purdie wrote: > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: >... > > So alpine fixes this by patching the linux headers: > > https://git.alpinelinux.org/aports/tree/main/linux-headers/fix-aarch64-asm-ptrace.patch > > > > I think that

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Bruce Ashfield
On Thu, May 9, 2019 at 9:43 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > > > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > > > On Wed, May 08, 2019 at 11:58:36AM

[OE-core] [PATCH 1/2] oeqa/runner: Fix subunit setupClass/setupModule failure handling

2019-05-09 Thread Richard Purdie
The string format for subunit setupClass/setupModule failures is slightly different, tweak the regex to correctly handle both cases. Signed-off-by: Richard Purdie --- meta/lib/oeqa/core/runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" > > > > the required properties can be passed to

[OE-core] [PATCH 2/2] oeqa/concurrenttest: Patch subunit module to handle classSetup failures

2019-05-09 Thread Richard Purdie
Currently setupClass errors were not being mapped back to the failing tests and they were hence being marked as UNKNOWN and the test statistics were inaccurate. This is because whilst the errors were being encoded into the test results stream, the decoder doesn't cope with an error outside a

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Richard Purdie
On Thu, 2019-05-09 at 08:08 -0400, Paul Barker wrote: > On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > > On Wed, May 08, 2019 at 11:58:36AM +, p...@betafive.co.uk > > > wrote: > > > > ... > > > > +--- strace-4.26.orig/strace.c > > > >

Re: [OE-core] [PATCH v2 3/4] mesa: make gallium swrast target optional

2019-05-09 Thread Ulrich Ölmann
Hi there, On Thu, May 02 2019 at 20:09 +0200, Marco Felsch wrote: > Most the time we are compiling for embedded targets which have dedicated > hardware combinations. Setting swrast default on isn't a good solution > for such devices because if the hardware render node have an issue or > don't

[OE-core] [PATCH] tcmode-default: Add PREFERRED_VERSION for libgfortran

2019-05-09 Thread Richard Purdie
With the addition of gcc 9 recipes it highlighted there is no PREFERRED_VERSION set for libgfortran and it should match the rest of gcc. Add this missing PREFERRED_VERSION line to avoid mixing gcc versions in inadvisable ways. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH] systemd: enable portabled by default and install utilities in systemd-container

2019-05-09 Thread luca . boccassi
From: Luca Boccassi portable services have been declared production ready with v241, so enable by default and install the files in the container package. Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_242.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git

[OE-core] [PATCH] bitbake.conf: fix XORG_MIRROR URL

2019-05-09 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c13e4f3f71..4466f41d75 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -649,7 +649,7 @@

[OE-core] [PATCH v2] run-postinsts: Fix full execution of scripts at first boot

2019-05-09 Thread Sai Hari Chandana Kalluri
From: Alejandro Enedino Hernandez Samaniego run-postinsts runs a given set of scripts during the first boot of the device, when one of these scripts prints something to stdout (isnt daemonized correctly), since stdout is not available at that time, the script execution immediately returns with

Re: [OE-core] [PATCH] gcc-9: Add recipes for gcc 9.1 release

2019-05-09 Thread Khem Raj
On Thu, May 9, 2019 at 1:19 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2019-05-09 at 11:05 -0700, Khem Raj wrote: > > On Wed, May 8, 2019 at 11:55 PM Mittal, Anuj > > wrote: > > > This is probably causing selftest failure for fortran > > > (test_toolchain_fortran):

[OE-core] [thud] Backport "package_manager.py: Use data.tar.xz for ipkg too"

2019-05-09 Thread Angus Lees
Please cherry-pick c09a22c421a57701f6b943eb50b9bae1545e5b39 onto thud release branch. (Note warrior already has this commit) The fix should also be applied to sumo, if we're still making changes there. (Any branch that includes b95b6ba1a2959e2294a8848fa35f20163388eb06) -- Thanks, - Gus --

Re: [OE-core] [PATCH] oeqa/selftest: Automate manual pybootchart tests

2019-05-09 Thread akuster808
On 5/9/19 9:58 AM, Richard Purdie wrote: > Automate the current manual pybootchart tests. This includes a check > for the cairo dependency, skipping the test if appropriate. > > Based on original patch from Armin Kuster > > Signed-off-by: Richard Purdie Thanks. - armin > --- >

Re: [OE-core] [PATCH] gcc-9: Add recipes for gcc 9.1 release

2019-05-09 Thread Richard Purdie
On Thu, 2019-05-09 at 11:05 -0700, Khem Raj wrote: > On Wed, May 8, 2019 at 11:55 PM Mittal, Anuj > wrote: > > This is probably causing selftest failure for fortran > > (test_toolchain_fortran): > > > > ERROR: libgfortran-9.1.0-r0 do_package: QA Issue: libgfortran: > > Files/directories were

Re: [OE-core] [meta-oe] sip/sip3

2019-05-09 Thread Rudolf J Streif
Thank you, Philip. Yes, that worked fine. It's the solution I preferred. :rjs On 5/8/19 8:22 AM, Philip Balister wrote: On 05/07/2019 08:19 PM, Rudolf J Streif wrote: With the recent update of sip/sip3 from 4.19.13 to 4.19.16 FILES has changed: 4.19.13: | FILES_python3-sip3  =

[OE-core] [PATCH] oeqa/selftest: Automate manual pybootchart tests

2019-05-09 Thread Richard Purdie
Automate the current manual pybootchart tests. This includes a check for the cairo dependency, skipping the test if appropriate. Based on original patch from Armin Kuster Signed-off-by: Richard Purdie --- meta/lib/oeqa/manual/oe-core.json | 26 -

[OE-core] [PATCH] libgfortan: Package target gcc include directory to fix

2019-05-09 Thread Khem Raj
ERROR: libgfortran-9.1.0-r0 do_package: QA Issue: libgfortran: Files/directories were installed but not shipped in any package: /usr/lib/gcc/x86_64-poky-linux/9.1.0/include /usr/lib/gcc/x86_64-poky-linux/9.1.0/include/ISO_Fortran_binding.h Signed-off-by: Khem Raj ---

[OE-core] [PATCH] procps: update legacy sysctl.conf to fix rp_filter sysctl issue

2019-05-09 Thread Michael Scott
The sysctl.conf file for procps is very outdated: https://git.openembedded.org/openembedded-core/commit/?id=8a9b9a323f4363e27138077e3e3dce8139a36708 (circa 2014) The origin of this file is hard to determine and due to it's age is causing a routing issue when both wifi and ethernet are enabled.

[OE-core] [PATCH v2] openssh: recommend rng-tools with sshd

2019-05-09 Thread Mikko Rapeli
Since openssl 1.1.1 and openssh which uses it, sshd startup is delayed. The delays range from few seconds to minutes and even to hours. The delays are visible in host keys generation and when sshd process is started in response to incoming TCP connection but is failing to provide SSH version

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Thu, 9 May 2019, at 11:13, Paul Barker wrote: > On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > > On Wed, May 08, 2019 at 11:58:36AM +, p...@betafive.co.uk wrote: > > >... > > > +--- strace-4.26.orig/strace.c > > > strace-4.26/strace.c > > > +@@ -26,7 +26,7 @@ > > > + #include > >

Re: [OE-core] [PATCH v2] ofono: upgrade 1.25 -> 1.29

2019-05-09 Thread Adrian Bunk
On Thu, May 09, 2019 at 06:48:38AM +, Mittal, Anuj wrote: > This is failing with error: > > | In file included from ../ofono-1.29/ell/random.c:34: > | ../ofono-1.29/ell/missing.h:59:20: error: static declaration of > 'explicit_bzero' follows non-static declaration > | static inline void

Re: [OE-core] [PATCH 2/2] openssh: usable sshd depends on rngd from rng-tools

2019-05-09 Thread Rasmus Villemoes
On 08/05/2019 16.22, mikko.rap...@bmw.de wrote: > On Wed, May 08, 2019 at 05:07:08PM +0300, Adrian Bunk wrote: >> On Wed, May 08, 2019 at 04:26:09PM +0300, Mikko Rapeli wrote: >>> Since openssl 1.1.1 and openssh which uses it, sshd >>> startup is delayed. The delays range from few seconds >>> to

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:41 PM Andreas Müller wrote: > > On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > > > MESON_CROSS_EXTRA_PROPS="var1='value1'

[OE-core] [PATCH] systemd: Bump up SRCREV to systemd-stable top to include the fix for shutdown now hang

2019-05-09 Thread zhe.he
From: He Zhe "shutdown now" makes systemd hang at the following line. [ OK ] Stopped Session c1 of user root. It's already been fixed by 03cb25525423 ("socket-util: make sure flush_accept() doesn't hang on unexpected EOPNOTSUPP") Signed-off-by: He Zhe ---

[OE-core] [PATCH 1/2] weston-init: Fix tab indentation

2019-05-09 Thread Breno Leitao
From: Breno Leitao This patch simply fixes space and tab mixes. It converts space to tabs. This is being done since I am going to change the code in the next commit and I do not want to change more lines than it is required, thus, I am creating a commit just to fix indentation, so I can create a

[OE-core] [PATCH 2/2] weston-init: Add support for non-root start

2019-05-09 Thread Breno Leitao
From: Breno Leitao This commit adds support for two variables (WESTON_USER and WESTON_TTY) that would be passed to weston_launch. It allows starting weston as a non-root user. Signed-off-by: Breno Leitao --- .../wayland/weston-init/weston-start| 17 +++-- 1 file

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" > > > > the required properties can be passed to

Re: [OE-core] [PATCH] lttng-modules: upgrade 2.10.8 -> 2.10.9

2019-05-09 Thread Kevin Hao
On Wed, May 08, 2019 at 09:38:50PM +0100, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-05-08 at 23:30 +0300, Adrian Bunk wrote: > > On Wed, May 08, 2019 at 09:06:19PM +0100, Richard Purdie wrote: > > > On Tue, 2019-05-07 at 16:11 +0300, Adrian Bunk wrote: > > > > Remove the backported

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 2:03 PM Andreas Müller wrote: > So for me to understand it correctly: adding multiple '--cross-file' > entries in commandline accumulates the contents of the files and it is > not the last that wins? > > I am asking because help says 'File describing cross compilation >

Re: [OE-core] [PATCH 2/2] strace: Fix aarch64 build with musl

2019-05-09 Thread Paul Barker
On Wed, 8 May 2019, at 14:02, Adrian Bunk wrote: > On Wed, May 08, 2019 at 11:58:36AM +, p...@betafive.co.uk wrote: > >... > > +--- strace-4.26.orig/strace.c > > strace-4.26/strace.c > > +@@ -26,7 +26,7 @@ > > + #include > > + #include > > + #ifdef HAVE_PRCTL > > +-# include > > ++#

Re: [OE-core] [PATCH] webkitgtk: fix compile error for arm64

2019-05-09 Thread Kang Kai
On 2019/4/23 下午6:12, kai.k...@windriver.com wrote: From: Kai Kang It removes function JSC::AssemblerBuffer::data() for ARM64 in commit https://trac.webkit.org/changeset/236589/webkit. But it is required by Cortex A53 from https://trac.webkit.org/changeset/175514/webkit and fails to compile for

Re: [OE-core] Review request 0/1: LIN1019-1252 run 'shutdown -P now' on vm and shutdown failed

2019-05-09 Thread He Zhe
Please ignore. Thanks, Zhe On 5/9/19 5:49 PM, zhe...@windriver.com wrote: > From: zhe...@windriver.com Mon Sep 17 00:00:00 2001 > > Summary: LIN1019-1252 run 'shutdown -P now' on vm and shutdown failed > Tech Review: Qi Chen > Gatekeeper: Robert > Lockdown Approval (if needed): > Branch Tag:

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Burton, Ross
On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > Some projects rely on (cross)specific properties e.g [1]. By setting > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" > > the required properties can be passed to meson.build. The contents of > MESON_CROSS_EXTRA_PROPS behave same as known

Re: [OE-core] [PATCH] systemd: enable portabled by default and install utilities in systemd-container

2019-05-09 Thread Martin Hundebøll
Hi Luca, On 09/05/2019 23.40, luca.bocca...@gmail.com wrote: From: Luca Boccassi portable services have been declared production ready with v241, so enable by default and install the files in the container package. The systemd portables feature is not really related to containers/VM's, so

[OE-core] [PATCH] wic/bootimg-efi: replace hardcoded volume name with label

2019-05-09 Thread chee . yang . lee
From: Chee Yang Lee volume name should refer to --label in .wks. Replace the hardcoded volume name with label. Keep "efi" as default name when no lable specified. Signed-off-by: Chee Yang Lee --- scripts/lib/wic/plugins/source/bootimg-efi.py | 6 -- 1 file changed, 4 insertions(+), 2

Re: [OE-core] "shutdown now" Hangs Since 1d453c9087f9 ("systemd: upgrade to 242")

2019-05-09 Thread ChenQi
I also just did a simple test, v242 without any oe patches has the same problem. It seems that it's a change in systemd upstream. I'm wondering why oe-selftest did not discover this problem. Best Regards, Chen Qi On 05/09/2019 01:18 PM, He Zhe wrote: Hi, Since 1d453c9087f9 ("systemd:

Re: [OE-core] "shutdown now" Hangs Since 1d453c9087f9 ("systemd: upgrade to 242")

2019-05-09 Thread Andrej Valek
Hi, Which version did you use? From the OE, or the last one from upstream "v242-stable" repo? I am not sure, how long it will take, but... Isn't possible to test it with master from dev repo? Regards, Andrej On 5/9/19 8:19 AM, ChenQi wrote: > I also just did a simple test, v242 without any oe

Re: [OE-core] [PATCH v2] ofono: upgrade 1.25 -> 1.29

2019-05-09 Thread Mittal, Anuj
This is failing with error: | In file included from ../ofono-1.29/ell/random.c:34: | ../ofono-1.29/ell/missing.h:59:20: error: static declaration of 'explicit_bzero' follows non-static declaration | static inline void explicit_bzero(void *s, size_t n) | ^~ | In