[OE-core] [PATCH 0/2] Fix for building kernel modules outside of virtual/kernel recipe

Darren Hart dvhart at linux.intel.com
Fri Mar 4 05:34:27 UTC 2011


From: Darren Hart <dvhart at linux.intel.com>

The following patches provide a mechanism to address [BUGID #241]

http://bugzilla.pokylinux.org/show_bug.cgi?id=241

through an addition to module.bbclass which builds the hostprogs. The second
patch adds an example kernel module.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dvhart/modules
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/modules

Thanks,
    Darren Hart <dvhart at linux.intel.com>
---


Darren Hart (2):
  module: build hostprogs for each module
  hello-mod: add a module for testing module.bbclass

 meta/classes/module.bbclass                    |   12 +-
 meta/recipes-kernel/hello-mod/files/COPYING    |  340 ++++++++++++++++++++++++
 meta/recipes-kernel/hello-mod/files/Makefile   |   14 +
 meta/recipes-kernel/hello-mod/files/hello.c    |   33 +++
 meta/recipes-kernel/hello-mod/hello-mod_0.1.bb |   15 +
 5 files changed, 413 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-kernel/hello-mod/files/COPYING
 create mode 100644 meta/recipes-kernel/hello-mod/files/Makefile
 create mode 100644 meta/recipes-kernel/hello-mod/files/hello.c
 create mode 100644 meta/recipes-kernel/hello-mod/hello-mod_0.1.bb





More information about the Openembedded-core mailing list