]> code.ossystems Code Review - openembedded-core.git/commitdiff
hello-mod: Move hello-mod from meta to meta-skeleton
authorDarren Hart <dvhart@linux.intel.com>
Mon, 9 Apr 2012 22:19:00 +0000 (15:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Apr 2012 12:16:00 +0000 (13:16 +0100)
Fixes [YOCTO #1501]

hello-mod is an example kernel module, and does not provide any real
functionality. As such, it would be better placed under meta-skeleton than
meta.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta-skeleton/recipes-kernel/hello-mod/files/COPYING [moved from meta/recipes-kernel/hello-mod/files/COPYING with 100% similarity]
meta-skeleton/recipes-kernel/hello-mod/files/Makefile [moved from meta/recipes-kernel/hello-mod/files/Makefile with 100% similarity]
meta-skeleton/recipes-kernel/hello-mod/files/hello.c [moved from meta/recipes-kernel/hello-mod/files/hello.c with 100% similarity]
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb [moved from meta/recipes-kernel/hello-mod/hello-mod_0.1.bb with 100% similarity]