| Submitter | Darren Hart |
|---|---|
| Date | April 9, 2012, 5:53 p.m. |
| Message ID | <cover.1333993801.git.dvhart@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/25453/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/user-contrib/dvhart/oe-core hello-modComments
On 04/09/2012 10:53 AM, Darren Hart wrote: > 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: Remove hello-mod example external kernel module recipe > > meta/recipes-kernel/hello-mod/files/COPYING | 340 ------------------------ > meta/recipes-kernel/hello-mod/files/Makefile | 14 - > meta/recipes-kernel/hello-mod/files/hello.c | 33 --- > meta/recipes-kernel/hello-mod/hello-mod_0.1.bb | 15 - > 4 files changed, 0 insertions(+), 402 deletions(-) > delete mode 100644 meta/recipes-kernel/hello-mod/files/COPYING > delete mode 100644 meta/recipes-kernel/hello-mod/files/Makefile > delete mode 100644 meta/recipes-kernel/hello-mod/files/hello.c > delete mode 100644 meta/recipes-kernel/hello-mod/hello-mod_0.1.bb > Can you do this as a move (git mv) instead of as a delete and re-create? meta-skeleton is part of OE-Core if I have my git foo correct. Thanks Sau!
On 04/09/2012 03:14 PM, Saul Wold wrote: > On 04/09/2012 10:53 AM, Darren Hart wrote: >> 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: Remove hello-mod example external kernel module recipe >> >> meta/recipes-kernel/hello-mod/files/COPYING | 340 ------------------------ >> meta/recipes-kernel/hello-mod/files/Makefile | 14 - >> meta/recipes-kernel/hello-mod/files/hello.c | 33 --- >> meta/recipes-kernel/hello-mod/hello-mod_0.1.bb | 15 - >> 4 files changed, 0 insertions(+), 402 deletions(-) >> delete mode 100644 meta/recipes-kernel/hello-mod/files/COPYING >> delete mode 100644 meta/recipes-kernel/hello-mod/files/Makefile >> delete mode 100644 meta/recipes-kernel/hello-mod/files/hello.c >> delete mode 100644 meta/recipes-kernel/hello-mod/hello-mod_0.1.bb >> > > Can you do this as a move (git mv) instead of as a delete and re-create? > meta-skeleton is part of OE-Core if I have my git foo correct. bwahaha. facepalm. for some reason I thought it was a poky thing and didn't even look. duh. will resend.
On 04/09/2012 10:53 AM, Darren Hart wrote: > 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: Remove hello-mod example external kernel module recipe > > meta/recipes-kernel/hello-mod/files/COPYING | 340 ------------------------ > meta/recipes-kernel/hello-mod/files/Makefile | 14 - > meta/recipes-kernel/hello-mod/files/hello.c | 33 --- > meta/recipes-kernel/hello-mod/hello-mod_0.1.bb | 15 - > 4 files changed, 0 insertions(+), 402 deletions(-) > delete mode 100644 meta/recipes-kernel/hello-mod/files/COPYING > delete mode 100644 meta/recipes-kernel/hello-mod/files/Makefile > delete mode 100644 meta/recipes-kernel/hello-mod/files/hello.c > delete mode 100644 meta/recipes-kernel/hello-mod/hello-mod_0.1.bb > Merged into OE-Core Thanks Sau!