Go to file
chenheyun 2a7f74cdb0
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>
2024-02-18 07:16:29 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: Only specify the main SRCREV once 2024-02-15 14:14:27 -08:00
meta-gnome recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-initramfs kexec-tools-klibc: Fix building on x86_64 with binutils 2.41 2024-02-13 15:08:40 -08:00
meta-multimedia dvb-apps: no longer skip ldflags QA 2024-02-10 01:45:19 -08:00
meta-networking dropwatch: Use header files from sysroot instead of build host 2024-02-18 07:16:29 -08:00
meta-oe influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.084 -> 2.085 2024-02-09 09:52:08 -08:00
meta-python python3-httpx: respect libdir in packaging 2024-02-18 07:16:29 -08:00
meta-webserver recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-xfce thunar: inherit gtk-doc 2024-01-14 10:54:10 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories