All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-skeleton: Move hello-mod example kernel module to meta-skeleton
@ 2012-04-09 17:57 Darren Hart
  2012-04-09 17:57 ` [PATCH 1/1] " Darren Hart
  2012-04-09 22:17 ` [PATCH 0/1] " Darren Hart
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2012-04-09 17:57 UTC (permalink / raw)
  To: Yocto Project

The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5:

  runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/skeleton
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/skeleton

Darren Hart (1):
  meta-skeleton: Move hello-mod example kernel module to meta-skeleton

 .../recipes-kernel/hello-mod/files/COPYING         |  340 ++++++++++++++++++++
 .../recipes-kernel/hello-mod/files/Makefile        |   14 +
 .../recipes-kernel/hello-mod/files/hello.c         |   33 ++
 .../recipes-kernel/hello-mod/hello-mod_0.1.bb      |   15 +
 4 files changed, 402 insertions(+), 0 deletions(-)
 create mode 100644 meta-skeleton/recipes-kernel/hello-mod/files/COPYING
 create mode 100644 meta-skeleton/recipes-kernel/hello-mod/files/Makefile
 create mode 100644 meta-skeleton/recipes-kernel/hello-mod/files/hello.c
 create mode 100644 meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb

-- 
1.7.5.4



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

end of thread, other threads:[~2012-04-09 22:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 17:57 [PATCH 0/1] meta-skeleton: Move hello-mod example kernel module to meta-skeleton Darren Hart
2012-04-09 17:57 ` [PATCH 1/1] " Darren Hart
2012-04-09 22:17 ` [PATCH 0/1] " 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.