[yocto] [PATCH 0/1] meta-skeleton: Move hello-mod example kernel module to meta-skeleton

Darren Hart dvhart at linux.intel.com
Mon Apr 9 10:57:20 PDT 2012


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




More information about the yocto mailing list