[oe] [meta-networking][PATCH] radvd: add '--shell /sbin/nologin' to /etc/passwd

2024-01-23 Thread Li Wang via lists.openembedded.org
the default setting USERADD_PARAM of yocto: -s /bin/sh follow redhat policy: radvd/redhat/systemd/radvd.spec useradd ... -s /sbin/nologin ... Signed-off-by: Li Wang --- meta-networking/recipes-daemons/radvd/radvd_2.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[oe] [meta-oe][PATCH] ndctl: Update to v78

2024-01-23 Thread Khem Raj
Drop patches, they are not needed anymore Signed-off-by: Khem Raj --- ...01-build-set-HAVE_STATEMENT_EXPR-var.patch | 60 --- ...n-Use-pkg-config-to-detect-iniparser.patch | 41 - ...001-util-Correct-path-to-iniparser.h.patch | 28 - .../ndctl/{ndctl_v73.bb =>

Re: [oe] [meta-python][PATCH] python3-janus: add recipe for v1.0.0

2024-01-23 Thread Tim Orling
On Tue, Jan 23, 2024 at 3:36 PM Richard Leitner via lists.openembedded.org wrote: > janus is a python library providing a mixed sync-async queue to > interoperate between asyncio tasks and classic threads. This recipe uses > pypi as source: > > https://pypi.org/project/janus/ > > Signed-o

[oe] [meta-python][PATCH] python3-janus: add recipe for v1.0.0

2024-01-23 Thread Richard Leitner via lists.openembedded.org
janus is a python library providing a mixed sync-async queue to interoperate between asyncio tasks and classic threads. This recipe uses pypi as source: https://pypi.org/project/janus/ Signed-off-by: Richard Leitner --- .../python/python3-janus_1.0.0.bb | 15

[oe] [meta-python][PATCH] python3-pytest-mock: Fix ptest failures with python 3.12

2024-01-23 Thread Khem Raj
Fixes following regressions seen with python 3.12 upgrade AssertionError: Failed ptests: {'python3-pytest-mock': ['tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_no_name', 'tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_name[No

[oe] [meta-oe][PATCH] minicoredumper: Fix build with clang

2024-01-23 Thread Khem Raj
Signed-off-by: Khem Raj --- ...restripper-Fix-uninitialized-warning.patch | 53 +++ .../minicoredumper/minicoredumper_2.0.7.bb| 1 + 2 files changed, 54 insertions(+) create mode 100644 meta-oe/recipes-kernel/minicoredumper/files/0001-corestripper-Fix-uninitialized-warning.

[oe] [meta-oe][dunfell][PATCH] linuxptp: fix do_compile error

2024-01-23 Thread Max Krummenacher
From: Changqing Li with make 4.4, linuxptp do_compile will failed with error: In file included from clock.c:35: missing.h:61:9: error: redeclaration of enumerator 'HWTSTAMP_TX_ONESTEP_P2P' 61 | HWTSTAMP_TX_ONESTEP_P2P = 3, | ^~~ In file included from c

[oe] [meta-oe][kirkstone][PATCH] linuxptp: fix do_compile error

2024-01-23 Thread Max Krummenacher
From: Changqing Li with make 4.4, linuxptp do_compile will failed with error: In file included from clock.c:35: missing.h:61:9: error: redeclaration of enumerator 'HWTSTAMP_TX_ONESTEP_P2P' 61 | HWTSTAMP_TX_ONESTEP_P2P = 3, | ^~~ In file included from c

Re: [oe] [meta-webserver][PATCH v2 0/2] add support of cockpit-machines

2024-01-23 Thread Paul Le Guen de Kerneizon
Thanks, My mistake, as you noticed the missing dependencies are recipes not packaged yet anywhere. There are going to be contributed on the meta-virtualization, and so the recipe of cockpit-machines too, as it makes more sense in order to respect these dependencies. Regards, Paul Le Guen de Kern

[oe] [meta-oe] [PATCH] libsmi: Fix buildpaths warning.

2024-01-23 Thread wangmy
From: Wang Mingyu WARNING: libsmi-0.5.0-r0 do_package_qa: QA Issue: File /usr/bin/smistrip in package libsmi contains reference to TMPDIR File /usr/bin/smicache in package libsmi contains reference to TMPDIR [buildpaths] Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/libsmi/