Re: [oe] [meta-networking][PATCH 1/1] iscsi-initiator-utils: do not regenerate prom_lex.c

2017-06-15 Thread Khem Raj
On 6/15/17 10:22 AM, Joe Slater wrote: > prom_lex.c is provided in source. If we try to remake > it from prom_lex.l, we will not find "lex" since it is > not in recipe-sysroot-native. If we do manage to provide > lex, the new source will not compile. what is diff between new and old src > > Si

[oe] [meta-filesystems][PATCH] fuse: fix SRC_URI

2017-06-15 Thread Robert Yang
${P} -> ${BP}, otherwise it would fail when multilib. Signed-off-by: Robert Yang --- meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb b/meta-filesystems/recipes-support/fus

[oe] [meta-perl][PATCH] libfile-slurp-perl: add new recipe

2017-06-15 Thread jackie.huang
From: Jackie Huang This module provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of filenames in a directory. Signed-off-by: Jackie Huang --- .../libfile/libfile-slurp-perl_.19.bb | 19 +++ 1 fi

[oe] [meta-oe][PATCH] passwdqc: add new recipe and replace pam-passwdqc

2017-06-15 Thread jackie.huang
From: Jackie Huang passwdqc is a password/passphrase strength checking and policy enforcement toolset, including an optional PAM module (pam_passwdqc), command-line programs(pwqcheck and pwqgen), and a library(libpasswdqc). pam_passwdqc 1.0.5 is the final version of pam_passwdqc only before it's

Re: [oe] [meta-oe][PATCH 1/1 v2] microcode-ctl: add new recipe

2017-06-15 Thread Huang, Jie (Jackie)
> > > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Thursday, June 15, 2017 19:41 > To: Huang, Jie (Jackie) > Cc: OpenEmbedded Devel List > Subject: Re: [oe] [meta-oe][PATCH 1/1 v2] microcode-ctl: add new recipe > > > On 15 June 2017 at 02:36, wrote: > The microcode_ctl utility is

Re: [oe] [meta-networking] [PATCH] ifenslave: 2.7 -> 2.9

2017-06-15 Thread Huang, Qiyu
ping > -Original Message- > From: Huang, Qiyu/黄 琦宇 > Sent: Wednesday, May 17, 2017 10:50 AM > To: openembedded-devel@lists.openembedded.org > Cc: Huang, Qiyu/黄 琦宇 > Subject: [oe] [meta-networking] [PATCH] ifenslave: 2.7 -> 2.9 > > 1) Upgrade ifenslave from 2.7 to 2.9. > 2) License checks

[oe] [meta-oe][PATCH v2] rrdtool: allow configuration to disable nls

2017-06-15 Thread Randy MacLeod
When building rrdtool for a 'tiny' distro, that does not have native language support (NLS) in glibc, configure fails with the error: autoreconf: failed to run autopoint: No such file or directory Autopoint is part of gettext but without NLS support we populate the sysroot with gettext-minimal-n

Re: [oe] [meta-oe][V2a patch] rrdtool: allow configuration to disable nls

2017-06-15 Thread Randy MacLeod
Rats, ignore this one as well. I've just read Jose's tip on getting patchworks to identify my patch so I'll resend as suggested. ../Randy On 2017-06-14 10:34 AM, Randy MacLeod wrote: When building rrdtool for a 'tiny' distro, that does not have native language support (NLS) in glibc, configure

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
On 06/15/2017 09:54 AM, Martin Jansa wrote: It didn't make it to patchwork, because you've sent only the cover letter. I've added it to master-next now. Next time please send also individual patches. So that it gets more visibility for other people to comment and also that I can use patchwork to

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Jansa
OK, I'll try to remember to fix it before merge. I'm sorry about it, tweaking other people commits always strikes back :). On Thu, Jun 15, 2017 at 7:40 PM, Martin Kelly wrote: > On 06/15/2017 09:54 AM, Martin Jansa wrote: > >> It didn't make it to patchwork, because you've sent only the cover >

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
On 06/15/2017 10:17 AM, Martin Jansa wrote: No problem, I had issues with that script as well, but it works for me if I provide all necessary params manually (when it doesn't try to figure out anything). Makes sense; I think the script may be too smart for its own good :). On Thu, Jun 15, 20

[oe] [meta-networking][PATCH 1/1] iscsi-initiator-utils: do not regenerate prom_lex.c

2017-06-15 Thread Joe Slater
prom_lex.c is provided in source. If we try to remake it from prom_lex.l, we will not find "lex" since it is not in recipe-sysroot-native. If we do manage to provide lex, the new source will not compile. Signed-off-by: Joe Slater --- .../iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Jansa
No problem, I had issues with that script as well, but it works for me if I provide all necessary params manually (when it doesn't try to figure out anything). On Thu, Jun 15, 2017 at 7:07 PM, Martin Kelly wrote: > On 06/15/2017 09:54 AM, Martin Jansa wrote: > >> It didn't make it to patchwork,

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
On 06/09/2017 03:22 PM, Martin Kelly wrote: Hi all, This patch series adds a new recipe for Open VM Tools to meta-oe. This recipe is invaluable for using Openembedded with VMWare, as without the tools, performance is very slow. More information about Open VM Tools can be found here: https://gi

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Kelly
On 06/15/2017 09:54 AM, Martin Jansa wrote: It didn't make it to patchwork, because you've sent only the cover letter. I've added it to master-next now. Next time please send also individual patches. So that it gets more visibility for other people to comment and also that I can use patchwork to

Re: [oe] [meta-oe][PATCH 00/14] new recipe: open-vm-tools recipe

2017-06-15 Thread Martin Jansa
It didn't make it to patchwork, because you've sent only the cover letter. I've added it to master-next now. Next time please send also individual patches. So that it gets more visibility for other people to comment and also that I can use patchwork to pull it in. Regards, On Thu, Jun 15, 2017 a

[oe] [PATCH] networkmanager: add support for systemd-resolved

2017-06-15 Thread Ricardo Salveti
Now that resolved is enabled in systemd, backport upstream patch that adds support for the systemd-resolved backend and add one additional check for the OE-specific resolv.conf link path. Signed-off-by: Ricardo Salveti --- ...dns-resolved-add-systemd-resolved-backend.patch | 621

[oe] [meta-oe][PATCH V5] fwts: Bump SRCREV to latest past 17.03.00 release

2017-06-15 Thread Khem Raj
Helps fixing build issues with gcc7 Signed-off-by: Khem Raj Acked-by: Koen Kooi Acked-by: Fathi Boudra Signed-off-by: Martin Jansa --- v2 -> v3 - move the LDFLAGS after CFLAGS v3 -> v4 - Fix point-to-int incompatibilities seen on x86 with off_t being 64bit - Fix printf formatting issues v4 ->

Re: [oe] [meta-oe][PATCH 1/1 v2] microcode-ctl: add new recipe

2017-06-15 Thread Burton, Ross
On 15 June 2017 at 02:36, wrote: > The microcode_ctl utility is a companion to the > IA32 microcode driver. > Wouldn't it make sense for this to be in meta-intel, alongside the microcode? Also what's the difference between this and iucode-tool, which is already in meta-intel? Ross -- _