diff options
author | jacobpanov <jacobpanov@gmail.com> | 2025-07-07 00:01:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-08 23:40:39 -0700 |
commit | d71ffbb3059e39a7729fe861aaa5299745af398e (patch) | |
tree | 6535a396b652e041b4f8d7fd46a830c16d6f551e /meta-python/recipes-extended/python3-pydot/python3-pydot_4.0.1.bb | |
parent | 9d29da7f80c25792211612d98c15d212b829b381 (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-extended/python3-pydot/python3-pydot_4.0.1.bb')
0 files changed, 0 insertions, 0 deletions