[OE-core] ✗ patchtest: failure for nftables: update to 0.9.2

2019-08-24 Thread Patchwork
== Series Details == Series: nftables: update to 0.9.2 Revision: 1 URL : https://patchwork.openembedded.org/series/19463/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the propo

[OE-core] [PATCH] nftables: update to 0.9.2

2019-08-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../nftables/{nftables_0.9.1.bb => nftables_0.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-filter/nftables/{nftables_0.9.1.bb => nftables_0.9.2.bb} (85%) diff --git a/meta-networking/recipes-filte

Re: [OE-core] [PATCH] lighttpd: lighttpd: drop hard-coded lua version in PACKAGECONFIG

2019-08-24 Thread Khem Raj
On Thu, Aug 22, 2019 at 11:53 AM Trevor Gamblin < trevor.gamb...@windriver.com> wrote: > From: Trevor Gamblin > > When building lighttpd with PACKAGECONFIG_append_pn-lighttpd = "lua" in > local.conf, > bitbake gives the following error: > > ERROR: Nothing PROVIDES 'lua5.1' (but > /home/tgamblin/b

Re: [OE-core] [OE-Core][PATCH] iw: upgrade to 5.3

2019-08-24 Thread Khem Raj
On Fri, Aug 23, 2019 at 1:38 PM Changhyeok Bae wrote: > > Separated build dir doesn't work because Makefile points out source dir. > this would be a regression in Makefile, maybe it should be fixed there and also sent upstream as well > Signed-off-by: Changhyeok Bae > --- > meta/recipes-connec

Re: [OE-core] [PATCH 03/13] tune-arm1176jz-s.inc: add support for arm1176jz-s CPU specific tuning

2019-08-24 Thread Khem Raj
On Fri, Aug 23, 2019 at 1:53 PM Andre McCurdy wrote: > > Signed-off-by: Andre McCurdy > --- > meta/conf/machine/include/tune-arm1176jz-s.inc | 17 + > 1 file changed, 17 insertions(+) > create mode 100644 meta/conf/machine/include/tune-arm1176jz-s.inc > > diff --git a/meta/conf/

Re: [OE-core] [PATCH 09/13] glibc: drop obsolete packaging of glibc libnsl libs

2019-08-24 Thread Khem Raj
On Fri, Aug 23, 2019 at 1:53 PM Andre McCurdy wrote: > > Packaging rules were left behind when libnsl was removed: > > > https://git.openembedded.org/openembedded-core/commit/?id=9dc9983901cec364ea57a72b9da1a0396b60663a > this was due to other versions of glibc using the same header file in ot

Re: [OE-core] [PATCH 10/13] update-rc.d.bbclass: support VIRTUAL-RUNTIME_init_manager == busybox

2019-08-24 Thread Khem Raj
On Fri, Aug 23, 2019 at 1:54 PM Andre McCurdy wrote: > > Signed-off-by: Andre McCurdy > --- > meta/classes/update-rc.d.bbclass | 17 ++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > > diff --git a/meta/classes/update-rc.d.bbclass > b/meta/classes/update-rc.d.bbclass > inde

Re: [OE-core] [PATCH 11/13] dropbear: don't create invalid symlinks if ssh, scp, etc are disabled

2019-08-24 Thread Khem Raj
On Fri, Aug 23, 2019 at 1:54 PM Andre McCurdy wrote: > > Signed-off-by: Andre McCurdy > --- > meta/recipes-core/dropbear/dropbear.inc | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-core/dropbear/dropbear.inc > b/meta/recipes-core/dropbear/dropb

Re: [OE-core] [PATCH 12/13] sqlite3: make CFLAGS consistent across native, nativesdk and target cases

2019-08-24 Thread Khem Raj
On Fri, Aug 23, 2019 at 1:54 PM Andre McCurdy wrote: > > The previous simplification: > > > https://git.openembedded.org/openembedded-core/commit/?id=604777acfc54d285f315b622bd147ed02d55d6fd > > looked OK but didn't actually work as expected. The native and > nativesdk classes re-set CFLAGS aft