All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>
Subject: [PATCH 0/1] meta-skeleton: Move hello-mod example kernel module to meta-skeleton
Date: Mon,  9 Apr 2012 10:57:20 -0700	[thread overview]
Message-ID: <cover.1333994199.git.dvhart@linux.intel.com> (raw)

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



             reply	other threads:[~2012-04-09 17:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-09 17:57 Darren Hart [this message]
2012-04-09 17:57 ` [PATCH 1/1] meta-skeleton: Move hello-mod example kernel module to meta-skeleton Darren Hart
2012-04-09 22:17 ` [PATCH 0/1] " 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.1333994199.git.dvhart@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=yocto@yoctoproject.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.