Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix for building kernel modules outside of virtual/kernel recipe
@ 2011-03-04  5:34 Darren Hart
  2011-03-04  5:34 ` [PATCH 1/2] module: build hostprogs for each module Darren Hart
  2011-03-04  5:34 ` [PATCH 2/2] hello-mod: add a module for testing module.bbclass Darren Hart
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-03-04  5:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Darren Hart

From: Darren Hart <dvhart@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@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-04  5:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04  5:34 [PATCH 0/2] Fix for building kernel modules outside of virtual/kernel recipe Darren Hart
2011-03-04  5:34 ` [PATCH 1/2] module: build hostprogs for each module Darren Hart
2011-03-04  5:34 ` [PATCH 2/2] hello-mod: add a module for testing module.bbclass Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox