All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] [BUGID #241][KERNEL] Can't build kernel modules outside of virtual/kernel recipe
@ 2011-03-04  5:34 ` Darren Hart
  0 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2011-03-04  5:22 UTC (permalink / raw)
  To: poky; +Cc: Darren Hart

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

The following patches provide a mechanism to address [BUGID #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] 6+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.