Skip to content

Commit

Permalink
doc other kernel module example
Browse files Browse the repository at this point in the history
  • Loading branch information
amamory committed Dec 23, 2021
1 parent db5ea0c commit 4503ac6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,9 @@ Check out more information on these links:

## TO DO

- add [kernel module example](https://stackoverflow.com/questions/36188472/yocto-adding-kernel-module-recipe-to-image-but-it-doesnt-load-on-boot);
- add *kernel module*:
- [example1](https://stackoverflow.com/questions/36188472/yocto-adding-kernel-module-recipe-to-image-but-it-doesnt-load-on-boot); and
- [example2](https://developer.toradex.com/knowledge-base/custom-meta-layers-recipes-images-in-yocto-project#Compile_a_Custom_Kernel_Module);
- make a [cmake module](https://gitlab.kitware.com/cmake/community/-/wikis/doc/tutorials/How-To-Find-Libraries) for `libhello`;
- how to deploy `libhello-dev` into the image ? this would include the library headers.

Expand Down

0 comments on commit 4503ac6

Please sign in to comment.