All of lore.kernel.org
 help / color / mirror / Atom feed
* V4 [PATCH 0/4] Add meta-skeleton and a skeleton for init scripts
@ 2011-05-17  6:17 Robert Yang
  2011-05-17  6:17 ` V4 [PATCH 1/4] Add the layer meta-skeleton Robert Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Robert Yang @ 2011-05-17  6:17 UTC (permalink / raw)
  To: dvhart, sgw, dvhart, sgw; +Cc: poky

Changes of V4:
* Fix the indent in ${sysconfdir}/init.d/functions
* Fix the coding style in skeleton_test.c

Thanks for Darren's detailed review, and he is happy now.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: robert/init_scripts
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/init_scripts

Thanks,
    Robert Yang <liezhi.yang@windriver.com>
---


Robert Yang (4):
  Add the layer meta-skeleton
  Cleanup the whitespace in functions
  Add pidofproc to ${sysconfdir}/init.d/functions
  Add a skeleton for init scripts

 meta-skeleton/conf/layer.conf                      |   10 +
 .../recipes-skeleton/service/service/COPYRIGHT     |   15 ++
 .../recipes-skeleton/service/service/skeleton      |  193 ++++++++++++++++++++
 .../service/service/skeleton_test.c                |   12 ++
 .../recipes-skeleton/service/service_0.1.bb        |   32 ++++
 .../initscripts/initscripts-1.0/functions          |   39 ++++-
 6 files changed, 296 insertions(+), 5 deletions(-)
 create mode 100644 meta-skeleton/conf/layer.conf
 create mode 100644 meta-skeleton/recipes-skeleton/service/service/COPYRIGHT
 create mode 100644 meta-skeleton/recipes-skeleton/service/service/skeleton
 create mode 100644 meta-skeleton/recipes-skeleton/service/service/skeleton_test.c
 create mode 100644 meta-skeleton/recipes-skeleton/service/service_0.1.bb



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-20  0:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17  6:17 V4 [PATCH 0/4] Add meta-skeleton and a skeleton for init scripts Robert Yang
2011-05-17  6:17 ` V4 [PATCH 1/4] Add the layer meta-skeleton Robert Yang
2011-05-17  6:18 ` V4 [PATCH 2/4] Cleanup the whitespace in functions Robert Yang
2011-05-17  6:18 ` V4 [PATCH 3/4] Add pidofproc to ${sysconfdir}/init.d/functions Robert Yang
2011-05-17  6:18 ` V4 [PATCH 4/4] Add a skeleton for init scripts Robert Yang
2011-05-17 13:54 ` V4 [PATCH 0/4] Add meta-skeleton and " Darren Hart
2011-05-20  0:45 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.