Re: [OE-core] [PATCH 0/5] systemd misc fixes

2014-01-17 Thread Martin Jansa
On Fri, Jan 17, 2014 at 02:46:33PM +0800, Chen Qi wrote:
 The following changes since commit cfd1520b4b492ab27b2900ba3510abe6f288097e:
 
   oe-selftest: separated the SStateBase and SStateTests in different modules 
 (2014-01-16 12:18:52 +)
 
 are available in the git repository at:
 
   git://git.pokylinux.org/poky-contrib ChenQi/systemd-misc-fixes
   
 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-misc-fixes

Can you send pull-request from oe-core?

 Chen Qi (5):
   systemd: add 'less' to its RDEPENDS
   dropbear: add systemd unit files
   openssh: fixes for systemd
   distcc: add systemd support
   at: add systemd support

Thank you, openssh fix for sshd@.service in SYSTEMD_SERVICE was
requested since it was introduced, good to see the fix now.

Can you please send cleanup patches for meta-systemd after this patchset
is merged? Thanks

  .../openssh/openssh-6.4p1/sshd.socket  |1 -
  .../openssh/openssh-6.4p1/sshd@.service|1 +
  .../openssh/openssh-6.4p1/sshdgenkeys.service  |8 
  meta/recipes-connectivity/openssh/openssh_6.4p1.bb |4 ++--
  meta/recipes-core/dropbear/dropbear.inc|   17 -
  .../recipes-core/dropbear/dropbear/dropbear.socket |   10 ++
  .../dropbear/dropbear/dropbear@.service|   11 +++
  .../dropbear/dropbear/dropbearkey.service  |8 
  meta/recipes-core/systemd/systemd_208.bb   |3 ++-
  meta/recipes-devtools/distcc/distcc_3.1.bb |   14 +++---
  meta/recipes-devtools/distcc/files/default |5 +
  meta/recipes-devtools/distcc/files/distccd.service |   11 +++
  meta/recipes-extended/at/at_3.1.14.bb  |   10 +-
  meta/recipes-extended/at/files/atd.service |9 +
  14 files changed, 99 insertions(+), 13 deletions(-)
  create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear.socket
  create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear@.service
  create mode 100644 meta/recipes-core/dropbear/dropbear/dropbearkey.service
  create mode 100644 meta/recipes-devtools/distcc/files/distccd.service
  create mode 100644 meta/recipes-extended/at/files/atd.service
 
 -- 
 1.7.9.5
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/5] systemd misc fixes

2014-01-17 Thread ChenQi

On 01/17/2014 06:20 PM, Martin Jansa wrote:

On Fri, Jan 17, 2014 at 02:46:33PM +0800, Chen Qi wrote:

The following changes since commit cfd1520b4b492ab27b2900ba3510abe6f288097e:

   oe-selftest: separated the SStateBase and SStateTests in different modules 
(2014-01-16 12:18:52 +)

are available in the git repository at:

   git://git.pokylinux.org/poky-contrib ChenQi/systemd-misc-fixes
   
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-misc-fixes

Can you send pull-request from oe-core?



I've sent out V2. But the remote branch is still poky-contrib. Is it OK?


Chen Qi (5):
   systemd: add 'less' to its RDEPENDS
   dropbear: add systemd unit files
   openssh: fixes for systemd
   distcc: add systemd support
   at: add systemd support

Thank you, openssh fix for sshd@.service in SYSTEMD_SERVICE was
requested since it was introduced, good to see the fix now.

Can you please send cleanup patches for meta-systemd after this patchset
is merged? Thanks


Yes, of course.

Best Regards,
Chen Qi


  .../openssh/openssh-6.4p1/sshd.socket  |1 -
  .../openssh/openssh-6.4p1/sshd@.service|1 +
  .../openssh/openssh-6.4p1/sshdgenkeys.service  |8 
  meta/recipes-connectivity/openssh/openssh_6.4p1.bb |4 ++--
  meta/recipes-core/dropbear/dropbear.inc|   17 -
  .../recipes-core/dropbear/dropbear/dropbear.socket |   10 ++
  .../dropbear/dropbear/dropbear@.service|   11 +++
  .../dropbear/dropbear/dropbearkey.service  |8 
  meta/recipes-core/systemd/systemd_208.bb   |3 ++-
  meta/recipes-devtools/distcc/distcc_3.1.bb |   14 +++---
  meta/recipes-devtools/distcc/files/default |5 +
  meta/recipes-devtools/distcc/files/distccd.service |   11 +++
  meta/recipes-extended/at/at_3.1.14.bb  |   10 +-
  meta/recipes-extended/at/files/atd.service |9 +
  14 files changed, 99 insertions(+), 13 deletions(-)
  create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear.socket
  create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear@.service
  create mode 100644 meta/recipes-core/dropbear/dropbear/dropbearkey.service
  create mode 100644 meta/recipes-devtools/distcc/files/distccd.service
  create mode 100644 meta/recipes-extended/at/files/atd.service

--
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/5] systemd misc fixes

2014-01-16 Thread Chen Qi
The following changes since commit cfd1520b4b492ab27b2900ba3510abe6f288097e:

  oe-selftest: separated the SStateBase and SStateTests in different modules 
(2014-01-16 12:18:52 +)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/systemd-misc-fixes
  
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-misc-fixes

Chen Qi (5):
  systemd: add 'less' to its RDEPENDS
  dropbear: add systemd unit files
  openssh: fixes for systemd
  distcc: add systemd support
  at: add systemd support

 .../openssh/openssh-6.4p1/sshd.socket  |1 -
 .../openssh/openssh-6.4p1/sshd@.service|1 +
 .../openssh/openssh-6.4p1/sshdgenkeys.service  |8 
 meta/recipes-connectivity/openssh/openssh_6.4p1.bb |4 ++--
 meta/recipes-core/dropbear/dropbear.inc|   17 -
 .../recipes-core/dropbear/dropbear/dropbear.socket |   10 ++
 .../dropbear/dropbear/dropbear@.service|   11 +++
 .../dropbear/dropbear/dropbearkey.service  |8 
 meta/recipes-core/systemd/systemd_208.bb   |3 ++-
 meta/recipes-devtools/distcc/distcc_3.1.bb |   14 +++---
 meta/recipes-devtools/distcc/files/default |5 +
 meta/recipes-devtools/distcc/files/distccd.service |   11 +++
 meta/recipes-extended/at/at_3.1.14.bb  |   10 +-
 meta/recipes-extended/at/files/atd.service |9 +
 14 files changed, 99 insertions(+), 13 deletions(-)
 create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear.socket
 create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear@.service
 create mode 100644 meta/recipes-core/dropbear/dropbear/dropbearkey.service
 create mode 100644 meta/recipes-devtools/distcc/files/distccd.service
 create mode 100644 meta/recipes-extended/at/files/atd.service

-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core