diff options
author | jacobpanov <jacobpanov@gmail.com> | 2025-07-07 00:01:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-08 20:58:08 -0700 |
commit | dd8bb7fc7800927e23de04c309ae641634c61fc3 (patch) | |
tree | ec5295d8a13e4624e7fd0d80cf9d40fee2cb8f32 /meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch | |
parent | 5fa654e0e07332478427309e268c9d49880d7a98 (diff) | |
download | meta-openembedded-master-next.tar.gz |
kernel-selftest: Fix PTP selftest compilation for kernel 6.7+master-next
The PTP selftest fails to compile with kernel versions 6.7+ due to
missing header definitions for PTP_MASK_CLEAR_ALL and PTP_MASK_EN_SINGLE.
These definitions were introduced in kernel v6.7 with commit c5a445b.
This fix adds kernel headers to CFLAGS during compilation to ensure
the required definitions are available.
Error before fix:
testptp.c:613:31: error: 'PTP_MASK_CLEAR_ALL' undeclared
testptp.c:615:38: error: 'PTP_MASK_EN_SINGLE' undeclared
Fixes: #878
Signed-off-by: Jacob Panov <jacobpanov@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch')
0 files changed, 0 insertions, 0 deletions