* [PATCH 0/1] hello-mod: Move hello-mod from meta to meta-skeleton
@ 2012-04-09 22:21 Darren Hart
2012-04-09 22:21 ` [PATCH 1/1] " Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2012-04-09 22:21 UTC (permalink / raw)
To: openembedded-core, Saul Wold
V2: Do this all in oe-core as meta-skeleton is part of oe-core (duh!)
The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100)
are available in the git repository at:
git://git.yoctoproject.org/user-contrib/dvhart/oe-core hello-mod
http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=hello-mod
Darren Hart (1):
hello-mod: Move hello-mod from meta to meta-skeleton
.../recipes-kernel/hello-mod/files/COPYING | 0
.../recipes-kernel/hello-mod/files/Makefile | 0
.../recipes-kernel/hello-mod/files/hello.c | 0
.../recipes-kernel/hello-mod/hello-mod_0.1.bb | 0
4 files changed, 0 insertions(+), 0 deletions(-)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/COPYING (100%)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/Makefile (100%)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/hello.c (100%)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/hello-mod_0.1.bb (100%)
--
1.7.6.5
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] hello-mod: Move hello-mod from meta to meta-skeleton
2012-04-09 22:21 [PATCH 0/1] hello-mod: Move hello-mod from meta to meta-skeleton Darren Hart
@ 2012-04-09 22:21 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2012-04-09 22:21 UTC (permalink / raw)
To: openembedded-core, Saul Wold
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>
---
.../recipes-kernel/hello-mod/files/COPYING | 0
.../recipes-kernel/hello-mod/files/Makefile | 0
.../recipes-kernel/hello-mod/files/hello.c | 0
.../recipes-kernel/hello-mod/hello-mod_0.1.bb | 0
4 files changed, 0 insertions(+), 0 deletions(-)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/COPYING (100%)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/Makefile (100%)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/files/hello.c (100%)
rename {meta => meta-skeleton}/recipes-kernel/hello-mod/hello-mod_0.1.bb (100%)
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
--
1.7.6.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-09 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 22:21 [PATCH 0/1] hello-mod: Move hello-mod from meta to meta-skeleton Darren Hart
2012-04-09 22:21 ` [PATCH 1/1] " Darren Hart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox