From: Darren Hart <dvhart@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: Darren Hart <dvhart@linux.intel.com>
Subject: [PATCH 0/2] Fix for building kernel modules outside of virtual/kernel recipe
Date: Thu, 03 Mar 2011 21:34:27 -0800 [thread overview]
Message-ID: <cover.1299216097.git.dvhart@linux.intel.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Darren Hart <dvhart@linux.intel.com>
To: poky@yoctoproject.org
Cc: Darren Hart <dvhart@linux.intel.com>
Subject: [PATCH 0/2] [BUGID #241][KERNEL] Can't build kernel modules outside of virtual/kernel recipe
Date: Thu, 03 Mar 2011 21:22:35 -0800 [thread overview]
Message-ID: <cover.1299216097.git.dvhart@linux.intel.com> (raw)
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
next reply other threads:[~2011-03-04 5:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-04 5:22 Darren Hart [this message]
2011-03-04 5:34 ` [PATCH 0/2] Fix for building kernel modules outside of virtual/kernel recipe 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1299216097.git.dvhart@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.