How to use devtool to create and test applications on Yocto
Create a recipe from scratch, build a library, and wire up a ptest package for unit tests — the devtool basics, end to end.
Create a recipe from scratch, build a library, and wire up a ptest package for unit tests — the devtool basics, end to end.
In this tutorial, you will learn the basics of kernel and user space and how this two spaces communicates. We will implement a very basic character device driver and how to test it on your Linux machine.
Stop hand-maintaining compiler and linker flags. Generate a .pc file for your shared library and let pkgconfig do the work.