[poky] [PATCH 0/2] RFC: enable building of out-of-tree modules
Darren Hart
dvhart at linux.intel.com
Wed Mar 2 10:00:55 PST 2011
From: Darren Hart <dvhart at linux.intel.com>
The following patches provide a mechanism to address [BUGID #241] through
two additions to module.bbclass which build and clean the hostprogs. The
second patch adds an example kernel module.
When building with the hello-world-mod, the resulting rootfs is missing
all the other kernel modules (/lib/modules/KERNEL_VER/extras contains
hello-world.ko, but /lib/modules/KERNEL_VER/kernel is missing). The
sysroots has all the modules, but the rootfs generated by the image
recipe only has the hello-world module. This is the last wrinkle to
iron out, any ideas on how to address this would be appreciated.
Gary, can you try the module.bbclass with your module to see if it
builds successfully?
Thanks,
Darren Hart (2):
module: build and clean hostprogs for each module
hello-world-mod: add a module for testing module.bbclass
meta/classes/module.bbclass | 21 ++-
meta/recipes-kernel/hello-world-mod/files/COPYING | 340 ++++++++++++++++++++
meta/recipes-kernel/hello-world-mod/files/Makefile | 14 +
.../hello-world-mod/files/hello_world.c | 33 ++
.../hello-world-mod/hello-world-mod.bb | 15 +
5 files changed, 422 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-kernel/hello-world-mod/files/COPYING
create mode 100644 meta/recipes-kernel/hello-world-mod/files/Makefile
create mode 100644 meta/recipes-kernel/hello-world-mod/files/hello_world.c
create mode 100644 meta/recipes-kernel/hello-world-mod/hello-world-mod.bb
More information about the poky
mailing list