diff options
author | chenheyun <chen_heyun@163.com> | 2024-02-18 05:47:08 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-18 07:16:29 -0800 |
commit | 2a7f74cdb037cb7917bdf6453db9ddd66191a14a (patch) | |
tree | 35cd445dfda057ed2255489d07a07ab07d5cfef8 /meta-python/recipes-devtools/python/python3-matplotlib | |
parent | 2bbdb9c22db5e7c68561582bb75f4e70ec1b39bb (diff) | |
download | meta-openembedded-2a7f74cdb037cb7917bdf6453db9ddd66191a14a.tar.gz |
dropwatch: Use header files from sysroot instead of build host
it does not match with our real head file form kernel.(net_dropmon.h)
net_dropmon.h in dropwatch local src/net_dropmon.h.
linux kernel also have it in include/uapi/linux/net_dropmon.h
for example,our kernel is linux5.10:
diff tmp/work/cortexa57-poky-linux/dropwatch/1.5.4+git-r0/recipe-sysroot/usr/
include/linux/net_dropmon.h tmp/work/cortexa57-poky-linux/dropwatch/1.5.4+git-r0/git/src/net_dropmon.h
1c1,3
<
95a94
> NET_DM_ATTR_REASON, /* string */
it will cause mismatch when we use dropwatch in older kernel version(v5.10),
will cause dropwatch and kernel drop_monitor module mismatch with netlink talk.
we should build it with header from sysroot which comes from matching
kernel.
Signed-off-by: chenheyun <chen_heyun@163.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib')
0 files changed, 0 insertions, 0 deletions