summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-kernel/hello-mod/files
Commit message (Collapse)AuthorAgeFilesLines
* meta-skeleton/hello-mod: Switch to SPDX-License-IdentifierRichard Purdie2022-08-121-12/+1
| | | | | | (From OE-Core rev: bb43462b0fcd510582c4c6f1081bb2f3f0c63843) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hello-mod/hello.c: convert printk to pr_xxxTrevor Woerner2021-09-281-2/+2
| | | | | | | | | | Convert to the newer pr_xxx aliases for logging, which embed the log level in the macro names. (From OE-Core rev: be119ead6d5bb01a50f78fd34024ded1289c9fd7) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hello-mod/hello.c: convert to module_init/module_exitTrevor Woerner2021-09-161-2/+4
| | | | | | | | | | | Switch away from the old init_module/cleanup_module function names for the main entry points. Change them to the documented method with module_init() and module_exit() markers next to static functions. (From OE-Core rev: dd0cf45cdde7a197293322436957566e9a11a506) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hello-mod: Move hello-mod from meta to meta-skeletonDarren Hart2012-04-103-0/+387
Fixes [YOCTO #1501] hello-mod is an example kernel module, and does not provide any real functionality. As such, it would be better placed under meta-skeleton than meta. (From OE-Core rev: bde1744018afd4616e114b20ffdc21b9abddcedc) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>