From: Darren Hart Date: Mon, 9 Apr 2012 22:19:00 +0000 (-0700) Subject: hello-mod: Move hello-mod from meta to meta-skeleton X-Git-Tag: 2015-4~11033 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bde1744018afd4616e114b20ffdc21b9abddcedc;p=openembedded-core.git hello-mod: Move hello-mod from meta to meta-skeleton 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 --- diff --git a/meta/recipes-kernel/hello-mod/files/COPYING b/meta-skeleton/recipes-kernel/hello-mod/files/COPYING similarity index 100% rename from meta/recipes-kernel/hello-mod/files/COPYING rename to meta-skeleton/recipes-kernel/hello-mod/files/COPYING diff --git a/meta/recipes-kernel/hello-mod/files/Makefile b/meta-skeleton/recipes-kernel/hello-mod/files/Makefile similarity index 100% rename from meta/recipes-kernel/hello-mod/files/Makefile rename to meta-skeleton/recipes-kernel/hello-mod/files/Makefile diff --git a/meta/recipes-kernel/hello-mod/files/hello.c b/meta-skeleton/recipes-kernel/hello-mod/files/hello.c similarity index 100% rename from meta/recipes-kernel/hello-mod/files/hello.c rename to meta-skeleton/recipes-kernel/hello-mod/files/hello.c diff --git a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb similarity index 100% rename from meta/recipes-kernel/hello-mod/hello-mod_0.1.bb rename to meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb