The Yocto Jester

The most notorious *non*-official Yocto Project resource ever!

View My GitHub Profile

Live Coding Session #13 - Building a kernel module

When: Tuesday June 23th, 2020 - 5:00 PM Europe/Berlin

Topic: Building an out-of-tree kernel module.

Notes from session

We have used ${AUTOREV} during the session, for the easy of explaining. This is strongly discouraged in real production code. If you really think you need it, please adhere to the manual

Recording

YouTube

External resources

meta-praseodymium: the layer created during the session

mod-praseodymium: the module created during the session

checkpatch.pl: the tool you should use to check your code

printk: in-depth information on how to print stuff from the kernel context