Re: [oe] [yocto] meta-sunxi maintained?

2019-05-28 Thread Belisko Marek
Hi Dimitris, On Tue, May 28, 2019 at 1:07 PM Dimitris Tassopoulos wrote: > > Hi Enrico, > > I'm totally positive to any possibility for such integration. Personally, > that was the first thing I've tried to do before I start this layer, but I've > failed as it got really complex and the overhea

Re: [oe] [PATCH 1/2] phoronix-test-suite: add rconflict

2019-05-28 Thread Changqing Li
On 5/29/19 3:37 AM, Adrian Bunk wrote: On Tue, May 28, 2019 at 10:51:58AM +0800, changqing...@windriver.com wrote: From: Changqing Li phoronix-test-suite rdepend on lsb, lsb rdepend on lsbinitscripts, lsbinitscripts rconflict with initscripts-functions. so also add rconflict for this one. ...

[oe] [meta-xfce][PATCH] lxdm: provides fake gdmflexiserver for xfce desktop environment

2019-05-28 Thread kai.kang
From: Kai Kang Xfce4 plugin 'actions' which stays in tray area provides a menu 'Switch User' but the menu grayed out. It calls whether 'dm-tool' from lightdm or 'gdmflexiserver' from gdm to support switch users. Since recipe gdm has been removed from meta-gnome, create a fake 'gdmflexiserver' wh

Re: [oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

2019-05-28 Thread Adrian Bunk
On Tue, May 28, 2019 at 01:37:21PM -0700, Khem Raj wrote: >... > That could be improved. Probably adding this function to musl is not a bad > idea > > something like > > char *secure_getenv(const char *name) > { > return issetugid() ? NULL : getenv(name); >... I didn't know that musl adds non-

Re: [oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

2019-05-28 Thread Khem Raj
On Tue, May 28, 2019 at 11:06 AM Adrian Bunk wrote: > > On Tue, May 28, 2019 at 09:14:17AM -0700, Khem Raj wrote: > > On Tue, May 28, 2019 at 8:37 AM Andrei Gherzan wrote: > > > > > On 28/05/2019 16.13, Khem Raj wrote: > > > > Hi Andrei > > > > > > > > The musl patches need to be forward ported a

Re: [oe] [PATCH 1/2] phoronix-test-suite: add rconflict

2019-05-28 Thread Adrian Bunk
On Tue, May 28, 2019 at 10:51:58AM +0800, changqing...@windriver.com wrote: > From: Changqing Li > > phoronix-test-suite rdepend on lsb, lsb rdepend on lsbinitscripts, > lsbinitscripts rconflict with initscripts-functions. so also add > rconflict for this one. >... In what situation is this need

[oe] [PATCH][meta-oe] libghttpd: update to 1.4.54

2019-05-28 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../lighttpd/{lighttpd_1.4.53.bb => lighttpd_1.4.54.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.53.bb => lighttpd_1.4.54.bb} (96%) diff --git a/meta/recipes-extended/lighttpd/light

[oe] [PATCH][meta-oe] nginx: fix kill path in nginx systemd unit file

2019-05-28 Thread Oleksandr Kravchuk
From: nick83ola the kill utility is located in /bin/kill -> use base_bindir instead of bindir Signed-off-by: Nicola Lunghi Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/nginx/files/nginx.service | 2 +- meta-webserver/recipes-httpd/nginx/nginx.inc | 2 +- 2 files changed,

[oe] [PATCH v2][meta-oe] libp11: update to 0.4.10

2019-05-28 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb} (80%) diff --git a/meta-oe/recipes-support/libp11/libp11_0.4

Re: [oe] [PATCH][meta-oe] libp11: update to 0.4.10

2019-05-28 Thread Martin Jansa
On Tue, May 28, 2019 at 09:09:45PM +0300, Adrian Bunk wrote: > On Tue, May 28, 2019 at 06:52:00PM +0200, Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > > --- > > .../libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb}| 2 +- > > 1 file changed, 1 insertion(+), 1 deleti

Re: [oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

2019-05-28 Thread Andrei Gherzan
Hi, On 28/05/2019 19.06, Adrian Bunk wrote: > On Tue, May 28, 2019 at 09:14:17AM -0700, Khem Raj wrote: >> On Tue, May 28, 2019 at 8:37 AM Andrei Gherzan wrote: >> >>> On 28/05/2019 16.13, Khem Raj wrote: Hi Andrei The musl patches need to be forward ported as well. They dont apply

[oe] [meta-networking][PATCH V2] networkmanager: Update to 1.18.0

2019-05-28 Thread Andrei Gherzan
From: Andrei Gherzan One patch was dropped (0003-dlopen-failure.patch) as a similar one was merged upstream. See: https://github.com/NetworkManager/NetworkManager/commit/bd4957fcd78a0e64d26459e94ab3b84c91cd6f5f Refreshed musl patches as well. Signed-off-by: Andrei Gherzan --- .../networkmanag

Re: [oe] [meta-networking][PATCH] unbound: create recipe for version 1.9.1

2019-05-28 Thread Ben
Hi, I got back to this and updated the recipe. Problem is the sysvinit script/systemd service file that come from the original package, don't work out of the box, they both require tinkering. What is the best "oe approach" for this? Do we ship new files that work with our bitbake package? Is

Re: [oe] [PATCH][meta-oe] libp11: update to 0.4.10

2019-05-28 Thread Adrian Bunk
On Tue, May 28, 2019 at 06:52:00PM +0200, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > --- > .../libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb}| 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-oe/recipes-support/libp11/{libp11_0.4.7.bb => libp

Re: [oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

2019-05-28 Thread Adrian Bunk
On Tue, May 28, 2019 at 09:14:17AM -0700, Khem Raj wrote: > On Tue, May 28, 2019 at 8:37 AM Andrei Gherzan wrote: > > > On 28/05/2019 16.13, Khem Raj wrote: > > > Hi Andrei > > > > > > The musl patches need to be forward ported as well. They dont apply > > > cleanly anymore on top of this update.

[oe] [meta-oe][PATCH] libmikmod: upgrade to 3.3.11.1

2019-05-28 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../mikmod/{libmikmod_3.3.6.bb => libmikmod_3.3.11.1.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-multimedia/mikmod/{libmikmod_3.3.6.bb => libmikmod_3.3.11.1.bb} (73%) diff --git a/meta-oe/recipes-multimedia/mikmod/li

[oe] [PATCH][meta-oe] libp11: update to 0.4.10

2019-05-28 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb} (92%) diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.7

[oe] [meta-oe][PATCH] uthash: do not use unstable github archive tarballs

2019-05-28 Thread Nicola Lunghi
Since commit [21f84fc insane: add sanity checks to SRC_URI] applied in oe-core, do not use unstable github archive tarballs. Signed-off-by: Nicola Lunghi --- meta-oe/recipes-support/uthash/uthash_2.1.0.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-

Re: [oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

2019-05-28 Thread Khem Raj
On Tue, May 28, 2019 at 8:37 AM Andrei Gherzan wrote: > On 28/05/2019 16.13, Khem Raj wrote: > > Hi Andrei > > > > The musl patches need to be forward ported as well. They dont apply > > cleanly anymore on top of this update. > > Seems like. So all the contributions now need to go through local m

Re: [oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

2019-05-28 Thread Andrei Gherzan
On 28/05/2019 16.13, Khem Raj wrote: > Hi Andrei > > The musl patches need to be forward ported as well. They dont apply > cleanly anymore on top of this update. Seems like. So all the contributions now need to go through local musl and glibc testing? This sounds a little bit of an overhead and mi

[oe] [PATCH 0/7] Thud pull request

2019-05-28 Thread Armin Kuster
These are good to go for thud. The following changes since commit 4cd3a39f22a2712bfa8fc657d09fe2c7765a4005: rtmpdump: Switch to using GNU TLS instead of openssl10 (2019-03-24 18:44:58 -0700) are available in the git repository at: git://git.openembedded.org/meta-openembedded thud-next ht

Re: [oe] [meta-networking][PATCH] networkmanager: Update to 1.18.0

2019-05-28 Thread Khem Raj
Hi Andrei The musl patches need to be forward ported as well. They dont apply cleanly anymore on top of this update. On Wed, May 22, 2019 at 6:14 AM Andrei Gherzan wrote: > > One patch was dropped (0003-dlopen-failure.patch) as a similar one was > merged upstream. See: > https://github.com/Netwo

Re: [oe] [yocto] meta-sunxi maintained?

2019-05-28 Thread Belisko Marek
Hi Dimitris, On Tue, May 28, 2019 at 12:06 PM Dimitris Tassopoulos wrote: > > Hi Belisko, > > I was thinking about this also, too. The only reason is that in meta-sunxi > they do a great job and they keep their layer clean, which is great I think. > The other layers are just based on the armbia

Re: [oe] [yocto] meta-sunxi maintained?

2019-05-28 Thread Belisko Marek
Hi Dimitris, On Tue, May 28, 2019 at 11:01 AM Dimitris Tassopoulos wrote: > > Hi Belisko, > > you can also have a look in to this layer: > http://layers.openembedded.org/layerindex/branch/master/layer/meta-allwinner-hx/ > It's for allwinner H2,H3 and H5 boards that already have support on Armbia