Re: [OE-core] [meta-skeleton][PATCH 1/2] hello-mod/hello.c: convert to module_init/module_exit

2021-09-15 Thread Quentin Schulz
Hi Trevor, On Tue, Sep 14, 2021 at 08:38:03PM -0400, Trevor Woerner wrote: > 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. > >

[OE-core] [meta-skeleton][PATCH 1/2] hello-mod/hello.c: convert to module_init/module_exit

2021-09-14 Thread Trevor Woerner
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. Signed-off-by: Trevor Woerner --- meta-skeleton/recipes-kernel/hello-mod/files/hello.c | 6