[oe] [meta-oe][PATCH] sysdig: Use makefile generator instead of ninja for cmake

2018-02-01 Thread Khem Raj
Fixes build errors e.g. | ninja: error: build.ninja:205: bad $-escape (literal $ must be written as $$) Signed-off-by: Khem Raj --- meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-oe][PATCH 2/2] samba, openwsman, pam-ssh-agent-auth, sblim-sfcb, passwdqc, python-pam, smbnetfs: require pam in DISTRO_FEATURES

2018-02-01 Thread Andreas Oberritter
Hi Martin, On Thu, 1 Feb 2018 17:07:55 +0100 Martin Jansa wrote: > Hi Andreas, > > I'm just trying to get rid of libpam from builds without pam in > DISTRO_FEATURES (even for world builds, see the change for oe-core). > > I'm aware that libpam usage from samba is a bit

[oe] [meta-oe][PATCH V2] grpc: Update to 1.8.5

2018-02-01 Thread Khem Raj
Drop upstream patches which are not needed update version in the patch to 1.8.5 as well add a new patch to stop looking into native sysroot for libcares Signed-off-by: Khem Raj --- Changes in v2: - Drop upstreamed patches - Fix cross build to not look into native sysroot

[oe] [meta-oe][PATCH] xrdp: bug fix

2018-02-01 Thread zhengrq
Change default config file for pam to fix the pam problem. Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb

Re: [oe] [meta-networking][PATCH 1/1] postfix: move running newaliases back to pkg_postinst

2018-02-01 Thread Slater, Joseph
The one you reference fixes several things. Best to merge that one. However, if newaliases fails during pkg_postinst(), I believe the system will not know to schedule the script at first boot unless we ‘exit 1’. We also need to create the sendmail link before this or do it someplace else.

Re: [oe] [meta-networking][PATCH 1/1] postfix: move running newaliases back to pkg_postinst

2018-02-01 Thread Martin Jansa
How is this one related to: https://patchwork.openembedded.org/patch/147161/ ? On Thu, Feb 1, 2018 at 10:26 PM, Joe Slater wrote: > newaliases, when run on the host, will fail if /var/spool/postfix > does not exist. Run it during pkg_postinst() so that we can defer >

[oe] [meta-networking][PATCH 1/1] postfix: move running newaliases back to pkg_postinst

2018-02-01 Thread Joe Slater
newaliases, when run on the host, will fail if /var/spool/postfix does not exist. Run it during pkg_postinst() so that we can defer it to first boot. Signed-off-by: Joe Slater --- meta-networking/recipes-daemons/postfix/postfix.inc | 13 +++-- 1 file changed,

[oe] [PATCH v4] nghttp2: Move to meta-networking

2018-02-01 Thread Otavio Salvador
The nghttp2 depends on c-ares which is provided by meta-networking layer, so it should be moved there as well. Signed-off-by: Otavio Salvador --- Changes in v4: - rebase on top of master Changes in v3: - rebase on top of master-next Changes in v2: - rebase on top

Re: [oe] [meta-oe][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-02-01 Thread Martin Jansa
I didn't want to disrupt Armin's work flow more than I already did, but I've rebased and pushed updated master-next now. On Thu, Feb 1, 2018 at 8:36 PM, Mark Asselstine < mark.asselst...@windriver.com> wrote: > On Thu, Feb 1, 2018 at 1:47 PM, Andrei Gherzan wrote: > > On

Re: [oe] [meta-oe][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-02-01 Thread Mark Asselstine
On Thu, Feb 1, 2018 at 1:47 PM, Andrei Gherzan wrote: > On Thu, Feb 1, 2018 at 2:22 PM, Trevor Woerner wrote: > >> On Thu, Feb 1, 2018 at 8:51 AM, Martin Jansa >> wrote: >> >> > I've merged it now to unblock people doing the builds

Re: [oe] [meta-oe][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-02-01 Thread Andrei Gherzan
On Thu, Feb 1, 2018 at 2:22 PM, Trevor Woerner wrote: > On Thu, Feb 1, 2018 at 8:51 AM, Martin Jansa > wrote: > > > I've merged it now to unblock people doing the builds as discussed on > > meta-oe github and also meta-raspberrypi github. > > > >

[oe] [meta-oe][PATCH v2] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-02-01 Thread Ruslan Bilovol
kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes Currently it is enabled and tested on x86-64 systems, although can be extended to PPC64 as well. Signed-off-by: Ruslan Bilovol

Re: [oe] [meta-oe][PATCH 1/1] meta-openembedded: eliminate base_conditional use

2018-02-01 Thread Martin Jansa
this is 3rd review for the same on the ML, I've already merged the 1st one about an hour ago. On Thu, Feb 1, 2018 at 5:30 PM, Joe Slater wrote: > Use the underlying oe.utils.conditional. base_conditional > has gone away. > > Signed-off-by: Joe Slater

[oe] [meta-oe][PATCH 1/1] meta-openembedded: eliminate base_conditional use

2018-02-01 Thread Joe Slater
Use the underlying oe.utils.conditional. base_conditional has gone away. Signed-off-by: Joe Slater --- meta-networking/recipes-connectivity/samba/samba_4.7.0.bb| 2 +- meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 2 +-

Re: [oe] [meta-oe][PATCH 2/2] samba, openwsman, pam-ssh-agent-auth, sblim-sfcb, passwdqc, python-pam, smbnetfs: require pam in DISTRO_FEATURES

2018-02-01 Thread Martin Jansa
Hi Andreas, I'm just trying to get rid of libpam from builds without pam in DISTRO_FEATURES (even for world builds, see the change for oe-core). I'm aware that libpam usage from samba is a bit strange as discussed few times:

Re: [oe] [meta-oe][PATCH 2/2] samba, openwsman, pam-ssh-agent-auth, sblim-sfcb, passwdqc, python-pam, smbnetfs: require pam in DISTRO_FEATURES

2018-02-01 Thread Andreas Oberritter
Hi Martin, On Thu, 1 Feb 2018 14:23:40 + Martin Jansa wrote: > * there is explicit dependency on libpam without respecting pam in > DISTRO_FEATURES > so add the check to prevent people building it against broken libpam [...] > ---

[oe] [meta-oe][PATCH 2/2] samba, openwsman, pam-ssh-agent-auth, sblim-sfcb, passwdqc, python-pam, smbnetfs: require pam in DISTRO_FEATURES

2018-02-01 Thread Martin Jansa
* there is explicit dependency on libpam without respecting pam in DISTRO_FEATURES so add the check to prevent people building it against broken libpam Signed-off-by: Martin Jansa --- meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 4

[oe] [meta-oe][PATCH 1/2] zsh: fix base_bindir installation

2018-02-01 Thread Martin Jansa
* fixes: WARNING: zsh-5.3.1-r0 do_package: zsh: NOT adding alternative provide /bin/sh: /bin/zsh does not exist * it was installing zsh into /usr/bin even when log.do_configure confirms correct path: installation basename : zsh binary install path : /bin * no other files were

Re: [oe] [meta-oe][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-02-01 Thread Trevor Woerner
On Thu, Feb 1, 2018 at 8:51 AM, Martin Jansa wrote: > I've merged it now to unblock people doing the builds as discussed on > meta-oe github and also meta-raspberrypi github. > Thank you, it'll be nice to have a working master again --

Re: [oe] [meta-oe][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-02-01 Thread Martin Jansa
I've merged it now to unblock people doing the builds as discussed on meta-oe github and also meta-raspberrypi github. Khem, I'm not sure which instance of this you were referring to, maybe the TARGET_ARCH one in samba? Feel free to send follow up change for that one. On Tue, Jan 30, 2018 at

[oe] [meta-qt5][PATCH] qt5: refactor ptest

2018-02-01 Thread Samuli Piippo
Current implementation was causing build issues as it cluttered source directories and modified recipe sysroot content. Tests are now build in the separate build directory ${B} where we don't need to worry about moving files to the recipe sysroot, and if tests are enabled in PACKAGECONFIG, they