- Add layer to poky image:
bitbake-layers add-layer /path/to/layer
- Add layer to build config in poky ./build/conf/bblayers.conf
BBLAYERS ?= " \
/home/daulet/Workspace/poky/meta \
/home/daulet/Workspace/poky/meta-poky \
/home/daulet/Workspace/poky/meta-yocto-bsp \
/path/to/layer \
"
- After launch poky image in qemu - run module
cd /lib/modules/$(uname -r)/extra
modprobe addr_mod
- Set sysfs params:
cd /sys/kernel/watchpoint
echo "0x12345678" > watch_address
echo "1" > read_watch_enabled
- Check result in dmesg