Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-17 Thread Burton, Ross
Hi, On 15 July 2013 12:42, Muhammad Shakeel muhammad_shak...@mentor.com wrote: We can also easily move 'sed' part to systemd class because we will only be looking for all the service files in ${systemd_unitdir}, irrespective of how these got installed. I gave a little thought to move the

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-15 Thread Muhammad Shakeel
On 07/12/2013 09:32 PM, Burton, Ross wrote: On 11 July 2013 19:32, Saul Wold s...@linux.intel.com wrote: We are seeing different checks for different recipes. Do you guys think that it is possible to handle them in bbclass. How different are they, there is the DISTRO_FEATURE check and then

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-12 Thread Burton, Ross
On 11 July 2013 19:32, Saul Wold s...@linux.intel.com wrote: We are seeing different checks for different recipes. Do you guys think that it is possible to handle them in bbclass. How different are they, there is the DISTRO_FEATURE check and then typically the service file or the init file is

[OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Install 'sysv' related files only if distro has this feature Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Martin Jansa
On Thu, Jul 11, 2013 at 12:45:28PM +0500, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Install 'sysv' related files only if distro has this feature Will you please send .bbappend removal patches for meta-systemd layer when

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Shakeel, Muhammad
Will you please send .bbappend removal patches for meta-systemd layer when your changes in oe-core are applied? That way I don't need to keep track of what was moved already. Thanks Yes, if this patch gets merged into oe-core, I'll send another patch for meta-systemd to remove respective

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Saul Wold
On 07/11/2013 12:45 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Install 'sysv' related files only if distro has this feature Seeing all these changes has me thinking we really need to support this correctly in the

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Ahsan, Noor
We are seeing different checks for different recipes. Do you guys think that it is possible to handle them in bbclass. Noor Sent from my iPhone On Jul 11, 2013, at 23:04, Saul Wold s...@linux.intel.com wrote: On 07/11/2013 12:45 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel

Re: [OE-core] [PATCH] [v2] openssh: Enabling with systemd

2013-07-11 Thread Saul Wold
On 07/11/2013 11:18 AM, Ahsan, Noor wrote: We are seeing different checks for different recipes. Do you guys think that it is possible to handle them in bbclass. How different are they, there is the DISTRO_FEATURE check and then typically the service file or the init file is sed'ed and