[oe] [meta-networking][PATCH] mbedtls: Add packageconfig for warning-as-errors

2021-06-03 Thread Khem Raj
Disable the options by default, as we use different compilers there are more warnings to handle then upstream Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/mbedtl

[oe] [meta-networking][PATCH] mbedtls: Upgrade to 2.26.0

2021-06-03 Thread Khem Raj
https://github.com/ARMmbed/mbedtls/releases/tag/v2.26.0 Signed-off-by: Khem Raj --- .../mbedtls/{mbedtls_2.25.0.bb => mbedtls_2.26.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.25.0.bb => mbedtls_2.26.0.bb}

[oe] [PATCH] layers: set LAYERSERIES_COMPAT with honister

2021-06-03 Thread kai
From: Kai Kang Set LAYERSERIES_COMPAT with 'honister' which align with oe-core. Signed-off-by: Kai Kang --- meta-filesystems/conf/layer.conf | 2 +- meta-gnome/conf/layer.conf | 2 +- meta-initramfs/conf/layer.conf | 2 +- meta-multimedia/conf/layer.conf | 2 +- meta-networking/conf/l

Re: [PATCH] [oe] [meta-oe] [PATCH] iperf3: upgrade 3.9 -> 3.10

2021-06-03 Thread Khem Raj
I am seeing some patch fuzz errors ERROR: iperf3-3.10-r0 do_patch: Fuzz detected: Applying patch 0001-configure.ac-check-for-CPP-prog.patch patching file configure.ac Hunk #1 succeeded at 47 with fuzz 1. The context lines in the patches can be updated with devtool: devtool modify iperf3

[oe] [PATCH] poppler: upgrade 21.06.0 -> 21.06.1

2021-06-03 Thread Andreas Müller
This came in right after 21.06.0 and fixes a regression just introduced: Release 21.06.1 glib: * fix poppler_rectangle_free() regression. Issue #1087 Signed-off-by: Andreas Müller --- .../poppler/{poppler_21.06.0.bb => poppler_21.06.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 dele

Re: [oe] [PATCH 4/5] nss: upgrade 3.64 -> 3.66

2021-06-03 Thread Andreas Müller
On Thu, Jun 3, 2021 at 11:06 PM Andreas Müller via lists.openembedded.org wrote: Please ignore this one for now- it breaks pkcs11-helper Andreas > > Signed-off-by: Andreas Müller > --- > meta-oe/recipes-support/nss/{nss_3.64.bb => nss_3.66.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[oe] [PATCH 5/5] icewm: upgrade 2.3.3 -> 2.3.4

2021-06-03 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-extended/icewm/{icewm_2.3.3.bb => icewm_2.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/icewm/{icewm_2.3.3.bb => icewm_2.3.4.bb} (94%) diff --git a/meta-oe/recipes-extended/icewm/icewm_2.3.3.bb b/me

[oe] [PATCH 2/5] dbus-broker: upgrade 28 -> 29

2021-06-03 Thread Andreas Müller
* Improve SELinux audit messages. This requires the new libselinux-3.2 and libaudit-3.0 releases. If audit/selinux support is enabled, those are now the minimum required versions. * Make linux-4.17 a hard-requirements. Older kernels are no longer supported. * Fix start

[oe] [PATCH 1/5] poppler: upgrade 21.05.0 -> 21.06.0

2021-06-03 Thread Andreas Müller
Release 21.06.0 core: * Fix rendering of some extended latin1 characters in annotations. Issue #1070 * Support some not so well formed documents with password. Issue #1083 * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual rep

[oe] [PATCH 4/5] nss: upgrade 3.64 -> 3.66

2021-06-03 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/nss/{nss_3.64.bb => nss_3.66.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.64.bb => nss_3.66.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.64.bb b/meta-oe/recipes-support/

[oe] [PATCH 3/5] libmbim: upgrade 1.24.6 -> 1.24.8

2021-06-03 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../libmbim/{libmbim_1.24.6.bb => libmbim_1.24.8.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.24.6.bb => libmbim_1.24.8.bb} (82%) diff --git a/meta-oe/recipes-connectivity/libmbim/

[oe] [meta-oe][dunfell][PATCH] nss: Fix build on Centos 7

2021-06-03 Thread Marek Vasut
Centos 7 has glibc 2.18 and nss-native build fails due to implicit declaration of function putenv during build. This is because of the Feature Test Macro Requirements for glibc (see feature_test_macros(7)): putenv(): _XOPEN_SOURCE || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glib

[oe] [meta-oe][PATCH] nss: Fix build on Centos 7

2021-06-03 Thread Marek Vasut
Centos 7 has glibc 2.18 and nss-native build fails due to implicit declaration of function putenv during build. This is because of the Feature Test Macro Requirements for glibc (see feature_test_macros(7)): putenv(): _XOPEN_SOURCE || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glib

Re: [oe] [meta-oe][PATCH 9/9] libgpiod: ptest: add kernel-modules to RRECOMMENDS

2021-06-03 Thread Khem Raj
On Wed, Jun 2, 2021 at 7:15 AM Bartosz Golaszewski wrote: > > libgpiod needs the gpio-mockup kernel module to be loadable (not > built-in). Add kernel-modules to RRECOMMENDS. > > Signed-off-by: Bartosz Golaszewski > --- > meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 1 + > 1 file changed

[oe] [meta-python][PATCH] python3-yarl: backport fix for test_url_query test

2021-06-03 Thread Trevor Gamblin
python3-yarl 1.6.3 still tests semicolons as URL separators, but this test has been removed in master to avoid failures due to upstream Python no longer supporting them by default. See: https://bugs.python.org/issue42967 https://github.com/aio-libs/yarl/issues/563 Signed-off-by: Trevor Gamblin -

[oe] [meta-networking][PATCH 1/2] libnftnl: upgrade 1.1.9 -> 1.2.0

2021-06-03 Thread Trevor Gamblin
Upgrade libnftnl in preparation for the upgrade of nftables, since the latter requires libnftnl >= 1.2.0. Signed-off-by: Trevor Gamblin --- ...cal-function-as-one-of-printf-family.patch | 256 +- .../{libnftnl_1.1.9.bb => libnftnl_1.2.0.bb} | 2 +- 2 files changed, 131 inserti

[oe] [meta-networking][PATCH 2/2] nftables: upgrade 0.9.8 -> 0.9.9

2021-06-03 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- .../nftables/{nftables_0.9.8.bb => nftables_0.9.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/nftables/{nftables_0.9.8.bb => nftables_0.9.9.bb} (93%) diff --git a/meta-networking/recipes-filter/nfta

Re: [oe] [meta-oe][PATCH 0/9] libgpiod: ptest improvements

2021-06-03 Thread Khem Raj
On Thu, Jun 3, 2021 at 1:10 AM Bartosz Golaszewski < bgolaszew...@baylibre.com> wrote: > On Thu, Jun 3, 2021 at 2:03 AM Khem Raj wrote: > > > > Hi Bartosz > > > > I am seeing this warning on AB > > > > stdio: WARNING: libgpiod-1.6.3-r0 do_install_ptest_base: libgpiod > > test-suites need the gpio

[oe] [meta-oe] [PATCH] memtester: upgrade 4.5.0 -> 4.5.1

2021-06-03 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../memtester/{memtester_4.5.0.bb => memtester_4.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-benchmark/memtester/{memtester_4.5.0.bb => memtester_4.5.1.bb} (82%) diff --git a/meta-oe/recipes-benchmark/memtester/m

[PATCH] [oe] [meta-oe] [PATCH] iperf3: upgrade 3.9 -> 3.10

2021-06-03 Thread zhengruoqin
-License-Update: Copyright year updated to 2021. Signed-off-by: Zheng Ruoqin --- .../iperf3/{iperf3_3.9.bb => iperf3_3.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-benchmark/iperf3/{iperf3_3.9.bb => iperf3_3.10.bb} (89%) diff --git a/

[oe] [meta-oe] [PATCH] gensio: upgrade 2.2.5 -> 2.2.7

2021-06-03 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../gensio/{gensio_2.2.5.bb => gensio_2.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/gensio/{gensio_2.2.5.bb => gensio_2.2.7.bb} (93%) diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.

[oe] [meta-oe] [PATCH] fio: upgrade 3.26 -> 3.27

2021-06-03 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-benchmark/fio/{fio_3.26.bb => fio_3.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-benchmark/fio/{fio_3.26.bb => fio_3.27.bb} (96%) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.26.bb b/meta-oe/recipes-benc

[oe] [meta-networking] [PATCH] opensaf: upgrade 5.21.03 -> 5.21.06

2021-06-03 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../opensaf/{opensaf_5.21.03.bb => opensaf_5.21.06.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-daemons/opensaf/{opensaf_5.21.03.bb => opensaf_5.21.06.bb} (96%) diff --git a/meta-networking/recipes-daemons/o

Re: [oe] [meta-oe][PATCH 0/9] libgpiod: ptest improvements

2021-06-03 Thread Bartosz Golaszewski
On Thu, Jun 3, 2021 at 2:03 AM Khem Raj wrote: > > Hi Bartosz > > I am seeing this warning on AB > > stdio: WARNING: libgpiod-1.6.3-r0 do_install_ptest_base: libgpiod > test-suites need the gpio-mockup > > Can you look further into this please ? > I don't have to look into it - this is the behavi