[oe] [meta-networking][PATCH 4/4] mctp: Fix build with latest musl

2025-02-17 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- .../mctp/0001-mctp-bench-Adjust-headers.patch | 38 +++ .../recipes-support/mctp/mctp_2.1.bb | 3 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-support/mctp/mctp/0001-mctp-bench-Adjust-headers

[oe] [meta-oe][PATCH 2/4] multipath-tools: Fix build with latest musl

2025-02-17 Thread Khem Raj via lists.openembedded.org
Signed-off-by: Khem Raj --- ...uxsock.c-Include-string.h-for-memcpy.patch | 28 +++ .../multipath-tools/multipath-tools_0.11.0.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-libmpathutils-uxsock.c-Include-string

[oe] [meta-oe][PATCH 3/4] sblim-sfcb: Include string.h for memcpy

2025-02-17 Thread Khem Raj via lists.openembedded.org
Fixes build with latest musl Signed-off-by: Khem Raj --- .../0001-include-missing-system-headers.patch | 53 +++ 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-missing-system-headers.patch b/meta-oe/r

[oe] [meta-oe][PATCH 1/4] liburing: Upgrade to 2.9

2025-02-17 Thread Khem Raj via lists.openembedded.org
Drop upstreamed patches, fix build with latest musl Signed-off-by: Khem Raj --- ...ibc.c-only-when-CONFIG_NOLIBC-is-set.patch | 43 --- ...1-test-Drop-including-error.h-header.patch | 27 ...ncluding-missing-string.h-for-memcpy.patch | 39 + ...-Inclu

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2025-02-17 Thread Stephen Jolley via lists.yoctoproject.org
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer

[oe] [meta-python][PATCH 2/5] python3-simplejson: Upgrade 3.19.3 -> 3.20.1

2025-02-17 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 3.20.1: - Do not memoize keys before they are coerced to string Signed-off-by: Leon Anavi --- ...ython3-simplejson_3.19.3.bb => python3-simplejson_3.20.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-simplejson_

[oe] [meta-python][PATCH 4/5] python3-humanize: Upgrade 4.11.0 -> 4.12.0

2025-02-17 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 4.12.0: - Add support for Python 3.14 and test PyPy3.11 - Handle en_GB and en_US locale - Release to PyPI using Trusted Publishing Signed-off-by: Leon Anavi --- .../{python3-humanize_4.11.0.bb => python3-humanize_4.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[oe] [meta-oe][PATCH v4] systemd-netlogd: new recipe

2025-02-17 Thread Rasmus Villemoes via lists.openembedded.org
From: Rasmus Villemoes In some deployments, the log aggregator collects log messages in the syslog format, so systemd-journal-upload and friends can not be used. systemd-netlogd is a daemon for filling that gap. Signed-off-by: Rasmus Villemoes --- v3: https://lore.kernel.org/openembedded-deve

[oe] [meta-python][PATCH 3/5] python3-bandit: Upgrade 1.8.2 -> 1.8.3

2025-02-17 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 1.8.3: - Bump docker/build-push-action from 6.10.0 to 6.11.0 - Bump docker/build-push-action from 6.11.0 to 6.12.0 - Bump docker/build-push-action from 6.12.0 to 6.13.0 - [pre-commit.ci] pre-commit autoupdate - Update bug template to include latest released versions - Add markup

[oe] [meta-python][PATCH 5/5] python3-typeguard: Upgrade 4.4.1 -> 4.4.2

2025-02-17 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 4.4.2: - Fixed TypeCheckError in unpacking assignment involving properties of a parameter of the function - Fixed display of module name for forward references - Fixed TypeError when using an assignment expression - Fixed ValueError: no signature found for builtin when checkin

[oe] [meta-python][PATCH 1/5] python3-cppy: Upgrade 1.3.0 -> 1.3.1

2025-02-17 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 1.3.1: - On Windows link to debug runtime lib when building with a debug Python Signed-off-by: Leon Anavi --- .../python/{python3-cppy_1.3.0.bb => python3-cppy_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{p

[oe] [meta-oe][PATCH 1/2] liboop: set correct LICENSE

2025-02-17 Thread Gyorgy Sarvari via lists.openembedded.org
Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-support/liboop/liboop_1.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/liboop/liboop_1.0.1.bb b/meta-oe/recipes-support/liboop/liboop_1.0.1.bb index ba3fbf2423..8df96bcaa5 100644 --- a/meta-oe/r

[oe] [meta-oe][PATCH 2/2] liboop: fix tcl PACKAGECONFIG

2025-02-17 Thread Gyorgy Sarvari via lists.openembedded.org
In case tcl PACKAGECONFIG is enabled, autoconf is trying to use tcl libs and headers from the build system instead of using RECIPE_SYSROOT, and the do_configure task fails: ERROR: liboop-1.0.1-r0 do_configure: QA Issue: This autoconf log indicates errors, it looked at host include and/or library