poky/meta-skeleton
Trevor Woerner 6b86c70081 hello-mod/hello.c: convert to module_init/module_exit
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>
2021-09-16 09:50:34 +01:00
..
conf Convert to new override syntax 2021-08-02 15:44:10 +01:00
recipes-baremetal/baremetal-examples baremetal-helloworld: Enable RISC-V 32 port 2021-08-12 06:26:16 +01:00
recipes-core/busybox Convert to new override syntax 2021-08-02 15:44:10 +01:00
recipes-kernel hello-mod/hello.c: convert to module_init/module_exit 2021-09-16 09:50:34 +01:00
recipes-multilib/images core-image-multilib-example: base on weston, and not sato 2021-04-27 15:11:47 +01:00
recipes-skeleton meta-skeleton: add recipe examples from documentation sources 2021-08-02 15:44:11 +01:00
README.skeleton meta-skeleton: update to satisfy yocto-check-layer tests 2021-06-27 08:38:34 +01:00

meta-skeleton
=============

The meta-skeleton layer contains example recipes and configuration files.