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(-)
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
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
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
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
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
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
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
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
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
.
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
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
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 ++
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
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
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
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 ---
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 =
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 +++
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
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_
21 matches
Mail list logo