Re: [oe] [meta-python][PATCH] python3-yappi: fix ptests

2021-06-04 Thread Khem Raj
Fails to patch https://errors.yoctoproject.org/Errors/Details/586001/ On Fri, Jun 4, 2021 at 6:52 AM Trevor Gamblin wrote: > > - Add a patch to fix imports in unit tests > - Add python3-gevent and python3-zopeinterface to ptest RDEPENDS > - Sort ptest RDEPENDS alphabetically > > Signed-off-by: T

[oe] [meta-oe][PATCH v2 5/5] libwebsockets: Update to latest on v4.2-stable

2021-06-04 Thread Khem Raj
Remove unused variable which is flagged by clang License-Update: copy secondary license texts into LICENSE as a convenience Add Apache-2.0 as well since lib/tls/mbedtls/wrapper is using it [1] https://github.com/warmcat/libwebsockets/commit/a12d5ebed672a28c16484d983885474be606cc21#diff-c6932796

[oe] [meta-oe][PATCH 5/5] libwebsockets: Update to latest on v4.2-stable

2021-06-04 Thread Khem Raj
Remove unused variable which is flagged by clang Signed-off-by: Khem Raj --- ...0001-core-net-Remove-unused-variable.patch | 54 +++ .../libwebsockets/libwebsockets_4.2.0.bb | 6 ++- 2 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-conn

[oe] [meta-networking][PATCH 1/5] memcached: upgrade to 1.6.9

2021-06-04 Thread Khem Raj
Fix Set but unused clang warning sigignore issue is already fixed in 1.6.9 Signed-off-by: Khem Raj --- ...01-Replace-sigignore-with-signal-API.patch | 74 --- ...heck-for-NDEBUG-before-using-total_w.patch | 48 ...{memcached_1.6.6.bb => memcached_1.6.9.bb} | 4 +- 3

[oe] [meta-oe][PATCH 4/5] tbb: Fix warnings with clang

2021-06-04 Thread Khem Raj
Signed-off-by: Khem Raj --- .../tbb/tbb/0001-arena-Remove-dead-code.patch | 40 +++ meta-oe/recipes-support/tbb/tbb_2021.2.0.bb | 1 + 2 files changed, 41 insertions(+) create mode 100644 meta-oe/recipes-support/tbb/tbb/0001-arena-Remove-dead-code.patch diff --git a/meta-oe/

[oe] [meta-oe][PATCH 3/5] glm: Fix additional clang warnings

2021-06-04 Thread Khem Raj
Signed-off-by: Khem Raj --- .../glm/glm/0001-Silence-clang-warnings.patch | 131 -- 1 file changed, 123 insertions(+), 8 deletions(-) diff --git a/meta-oe/recipes-graphics/glm/glm/0001-Silence-clang-warnings.patch b/meta-oe/recipes-graphics/glm/glm/0001-Silence-clang-warnings.pa

[oe] [meta-oe][PATCH 2/5] indent: Remove dead code using count_parens function

2021-06-04 Thread Khem Raj
clang static analyser finds it as dead code, and it indeed is dead code so remove it Signed-off-by: Khem Raj --- .../0001-Remove-dead-paren_level-code.patch | 79 +++ .../recipes-extended/indent/indent_2.2.12.bb | 1 + 2 files changed, 80 insertions(+) create mode 100644 me

[oe] Is it a bug or it does not support device tree /delete-node/?

2021-06-04 Thread JH
Hi, I am building following imx6ulz-kobs.dts file to a dtb in zeus: $ cat imx6ulz-kobs.dts #include "imx6ulz.dts" /{ model = "customized imx6ull"; compatible = "fsl,imx6ull"; }; &gpmi { /delete-node/ fsl,use-minimum-ecc; }; The building process was fine, but that fsl,use-minimum-ecc i

[oe] [meta-python][PATCH 5/5] python3-pkgconfig: Upgrade 1.5.2 -> 1.5.4

2021-06-04 Thread Leon Anavi
Upgrade to release 1.5.4: - Drop 2.7 support from metadata Signed-off-by: Leon Anavi --- .../{python3-pkgconfig_1.5.2.bb => python3-pkgconfig_1.5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pkgconfig_1.5.2.bb => python3-pkgc

[oe] [meta-python][PATCH 1/5] python3-aiohue: Upgrade 2.5.0 -> 2.5.1

2021-06-04 Thread Leon Anavi
Upgrade to release 2.5.1: - Use event source for streaming events - Bump black from 21.5b1 to 21.5b2 Signed-off-by: Leon Anavi --- .../python/{python3-aiohue_2.5.0.bb => python3-aiohue_2.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{p

[oe] [meta-python][PATCH 4/5] python3-ipython: Upgrade 7.24.0 -> 7.24.1

2021-06-04 Thread Leon Anavi
Upgrade to release 7.24.1: - Allow to control if reporting hidden frames - Fix typo in IPython.lib.pretty._seq_pprinter_factory doc Signed-off-by: Leon Anavi --- .../{python3-ipython_7.24.0.bb => python3-ipython_7.24.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-py

[oe] [meta-python][PATCH 3/5] python3-cbor2: Upgrade 5.3.0 -> 5.4.0

2021-06-04 Thread Leon Anavi
Upgrade to release 5.4.0: - Added new feature stringrefs, which makes repetitive dictionary structures more compact. Use with care since support for this is rare in other CBOR implementations. - Bugfixes around decoding invalid data, which may improve security on decoding untrusted data Sig

[oe] [meta-python][PATCH 2/5] python3-typeguard: Upgrade 2.12.0 -> 2.12.1

2021-06-04 Thread Leon Anavi
Upgrade to release 2.12.1: - Fixed AttributeError when __code__ is missing from the checked callable Signed-off-by: Leon Anavi --- ...{python3-typeguard_2.12.0.bb => python3-typeguard_2.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/

[oe] [meta-python][PATCH] python3-yappi: fix ptests

2021-06-04 Thread Trevor Gamblin
- Add a patch to fix imports in unit tests - Add python3-gevent and python3-zopeinterface to ptest RDEPENDS - Sort ptest RDEPENDS alphabetically Signed-off-by: Trevor Gamblin --- .../0001-Fix-imports-for-ptests.patch | 102 ++ .../python/python3-yappi_1.3.2.bb

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

2021-06-04 Thread kai
On 6/4/21 4:52 PM, Martin Jansa wrote: On Fri, Jun 4, 2021 at 3:44 AM kai > wrote: From: Kai Kang mailto:kai.k...@windriver.com>> Set LAYERSERIES_COMPAT with 'honister' which align with oe-core. I think it's bad practice to claim honister support this ea

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

2021-06-04 Thread Martin Jansa
On Fri, Jun 4, 2021 at 3:44 AM kai wrote: > From: Kai Kang > > Set LAYERSERIES_COMPAT with 'honister' which align with oe-core. > > I think it's bad practice to claim honister support this early in its development cycle. It won't happen with well-maintained layers like meta-oe, but if some less

[oe] [meta-selinux][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-04 Thread kai
From: Kai Kang Set LAYERSERIES_COMPAT with honister in layer.conf which aligns with oe-core. Signed-off-by: Kai Kang --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index ff009ef..aeed565 100644 --- a/conf/layer.conf +++

[oe] [meta-oe][PATCH] libgpiod: ptest: only rrecommend a single module that we need

2021-06-04 Thread Bartosz Golaszewski
We don't need to pull in all kernel modules. It's enough to just rrecommend gpio-mockup. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.b

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

2021-06-04 Thread Bartosz Golaszewski
On Thu, Jun 3, 2021 at 6:48 PM Khem Raj wrote: > > 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/