[oe] [meta-oe][PATCH] can-utils: Fix build regression on musl

2025-02-13 Thread Khem Raj via lists.openembedded.org
This got introduced with 2025.01 upgrade on musl systems Signed-off-by: Khem Raj Cc: Ricardo Simoes Cc: Mark Jonas --- ...ime.h-for-timespec-struct-definition.patch | 28 +++ .../socketcan/can-utils_2025.01.bb| 3 +- 2 files changed, 30 insertions(+), 1 deletion(-)

Re: [oe] [meta-networking][PATCH] corosync: reproducibility issue

2025-02-13 Thread Randy MacLeod via lists.openembedded.org
Thanks for the patch Christos! On 2025-02-13 5:08 p.m., Khem Raj wrote: On Thu, Feb 13, 2025 at 1:51 PM Christos Gavros via lists.openembedded.org wrote: Corosync is not reproducible due to change of value in NETSNMP_SYS_CONTACT which is set in net-snmp: NETSNMP_SYS_CONTACT = "$ME@$LOC" $ME

[oe] [meta-networking][PATCH v2] corosync: reproducibility issue

2025-02-13 Thread Christos Gavros via lists.openembedded.org
Corosync is not reproducible due to change of value in NETSNMP_SYS_CONTACT which is set in net-snmp: NETSNMP_SYS_CONTACT = "$ME@$LOC" $ME = whoami $LOC assigned domain name from /etc/resolv.conf Use build in'--with-sys-contact' to overwrite it https://autobuilder.yoctoproject.org/valkyrie/#/build

Re: [oe] [meta-networking][PATCH] corosync: reproducibility issue

2025-02-13 Thread Khem Raj via lists.openembedded.org
On Thu, Feb 13, 2025 at 1:51 PM Christos Gavros via lists.openembedded.org wrote: > > Corosync is not reproducible due to change of value > in NETSNMP_SYS_CONTACT which is set in net-snmp: > NETSNMP_SYS_CONTACT = "$ME@$LOC" > $ME = whoami > $LOC assigned domain name from /etc/resolv.conf > > Use b

[oe] [meta-networking][PATCH] corosync: reproducibility issue

2025-02-13 Thread Christos Gavros via lists.openembedded.org
Corosync is not reproducible due to change of value in NETSNMP_SYS_CONTACT which is set in net-snmp: NETSNMP_SYS_CONTACT = "$ME@$LOC" $ME = whoami $LOC assigned domain name from /etc/resolv.conf Use build in'--with-sys-contact' to overwrite it https://autobuilder.yoctoproject.org/valkyrie/#/build

[oe] [meta-oe][PATCH] jsonrpc: fix interface library paths in cmake files

2025-02-13 Thread Gyorgy Sarvari via lists.openembedded.org
The cmake files generated by this recipe contain a number of interfacing libraries, with absolute paths, which also contain the TMPDIR. The TMPDIR part of these paths were just truncated by the recipe, to avoid the corresponding QA check error. However this made it impossible to to link against th

Re: [oe] [meta-oe][PATCH v2] systemd-netlogd: new recipe

2025-02-13 Thread Khem Raj via lists.openembedded.org
feature_check class needs to be inherited as well. see https://errors.yoctoproject.org/Errors/Details/844260/ On Thu, Feb 13, 2025 at 6:19 AM Rasmus Villemoes wrote: > > From: Rasmus Villemoes > > In some deployments, the log aggregator collects log messages in the > syslog format, so systemd-j

[oe] [meta-xfce][PATCH] xfce4-sensors-plugin: correct netcat PACKAGECONFIG

2025-02-13 Thread Gyorgy Sarvari via lists.openembedded.org
In case netcat PACKAGECONFIG is enabled, do_configure fails with the following error message: | configure: error: hddtemp isn't queryable via netcat (use --disable-pathchecks to disable this check) hddtemp service keeps a TCP port open to query the sensor data. In case netcat is enabled for this

[oe] [meta-xfce][PATCH] parole: fix dependency name

2025-02-13 Thread Gyorgy Sarvari via lists.openembedded.org
Signed-off-by: Gyorgy Sarvari --- meta-xfce/recipes-multimedia/parole/parole_4.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-multimedia/parole/parole_4.18.0.bb b/meta-xfce/recipes-multimedia/parole/parole_4.18.0.bb index e2c7a012c7..eaa233ceb4 1006

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

2025-02-13 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 --- v2: add systemd as required distro feature .

[oe] [meta-oe][PATCH 2/2] can-utils: Split mcp251fd* into sub-package

2025-02-13 Thread Mark Jonas via lists.openembedded.org
From: Ricardo Simoes The mcp251fd* tools are specific to Microchip MCP251xFD Family CAN controllers. This commit creates the package can-utils-mcp251fd to keep these tools separate. Signed-off-by: Ricardo Simoes Signed-off-by: Mark Jonas --- meta-oe/recipes-extended/socketcan/can-utils_2025.0

[oe] [meta-oe][PATCH 1/2] can-utils: Upgrade 2023.03 -> 2025.01

2025-02-13 Thread Mark Jonas via lists.openembedded.org
From: Ricardo Simoes Changelog: https://github.com/linux-can/can-utils/releases/tag/v2025.01 Signed-off-by: Ricardo Simoes Signed-off-by: Mark Jonas --- ...-utils_2023.03.bb => can-utils_2025.01.bb} | 40 ++- 1 file changed, 29 insertions(+), 11 deletions(-) rename meta-oe/re

[oe] [meta-oe][PATCH 0/2] Update can-utils to 2025.01

2025-02-13 Thread Mark Jonas via lists.openembedded.org
From: Mark Jonas - Update can-utils to version 2025.01 - Split out the mcp251fd tools to into a can-utils-mcp251fd package Ricardo Simoes (2): can-utils: Upgrade 2023.03 -> 2025.01 can-utils: Split mcp251fd* into sub-package ...-utils_2023.03.bb => can-utils_2025.01.bb} | 43 ++

[oe] [meta-oe][PATCH 2/3] mariadb: move /usr/share/mysql to /usr/share/mariadb

2025-02-13 Thread Changqing Li via lists.openembedded.org
From: Changqing Li Fix error: $mariadb-install-db --basedir=/usr FATAL ERROR: Could not find /usr/share/mariadb/fill_help_tables.sql Upstream commit [1] move /usr/share/mysql to /usr/share/mariadb, this make related files split into wrong package, and not installed by default, so cause above err

[oe] [meta-oe][PATCH 1/3] mariadb: deprecate mysql* names

2025-02-13 Thread Changqing Li via lists.openembedded.org
From: Changqing Li Fix following warnings: /usr/bin/mysql_install_db: Deprecated program name. It will be removed in a future release, use 'mariadb-install-db' instead Upstream commit [1] deprecate mysql* names, use the new name to fix above warning [1] https://github.com/MariaDB/server/commi

[oe] [meta-oe][PATCH 3/3] mariadb: correct STACK_DIRECTION setting

2025-02-13 Thread Changqing Li via lists.openembedded.org
From: Changqing Li STACK_DIRECTION = 1 means stack grow upwards STACK_DIRECTION = -1 means stack grow downwards In the majority of modern architectures, stack grows downwards. So set STACK_DIRECTION = 1 is not right. But the failure is not exposed before, mysqld can start normally, and simple ru

[oe] [meta-python][PATCH 4/5] python3-daemon: Upgrade 3.0.1 -> 3.1.2

2025-02-13 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 3.1.2: - In wheel, distribute only the Python packages that should be installed. - Migrate project code base from "flat layout" to "src layout" License-Update: Use COPYING file Signed-off-by: Leon Anavi --- ...-packaging-module-instead-of-setupto.patch | 44 ---

[oe] [meta-python][PATCH 5/5] python3-coverage: Upgrade 7.6.10 -> 7.6.12

2025-02-13 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 7.6.12: - Fix: some aarch64 distributions were missing Signed-off-by: Leon Anavi --- .../{python3-coverage_7.6.10.bb => python3-coverage_7.6.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.6.10.bb =

[oe] [meta-python][PATCH 3/5] python3-changelog-chug: Add recipe

2025-02-13 Thread Leon Anavi via lists.openembedded.org
Add recipe for release 0.0.3: - Correct the programmer representation of a `ChangeLogEntry` object. - Refine specification of valid `ChangeLogEntry` fields. - Use explicit default values for entry fields. Signed-off-by: Leon Anavi --- .../python/python3-changelog-chug_0.0.3.bb| 23 +++

[oe] [meta-python][PATCH 2/5] python3-evdev: Upgrade 1.8.0 -> 1.9.0

2025-02-13 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 1.9.0: - Fix for CPATH/C_INCLUDE_PATH being ignored during build. - Slightly faster reading of events in device.read() and device.read_one(). - Fix FreeBSD support. - Drop deprecated InputDevice.fn (use InputDevice.path instead). - Improve type hint coverage and add a py.typed

[oe] [meta-python][PATCH 1/5] python3-isort: Upgrade 5.13.2 -> 6.0.0

2025-02-13 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 6.0.0: - Python 3.13 support - Updates round 3 - Speed up exists_case_sensitive calls - nit: Fix deprecation message link - Ensure that split_on_trailing_comma works with as imports - Black profile: enable magic comma - Fix google style test - Update line_length and single_line_