Re: [meta-intel] [MinnowBoard][PATCH] systemd: Conditionally add network file for systemd

2014-11-20 Thread Burton, Ross
On 20 November 2014 05:16, Darren Hart wrote: > > Considering that oe-core disables networkd, this can still be considered > > a distro-specific tweak. And isn't en* the standard name for ethernet > > devices on all hardware when systemd is renaming network devices, so > > this isn't BSP-specific

Re: [meta-intel] [MinnowBoard][PATCH] systemd: Conditionally add network file for systemd

2014-11-19 Thread Darren Hart
On 11/19/14 14:10, Burton, Ross wrote: > > On 19 November 2014 22:00, Darren Hart > wrote: > > It seems to be a tricky one as the network interfaces are BSP-specific. > This is a follow-on to: > > $ git show e3718d2 > commit e3718d24e9d2bbdac00d6

Re: [meta-intel] [MinnowBoard][PATCH] systemd: Conditionally add network file for systemd

2014-11-19 Thread Burton, Ross
On 19 November 2014 22:00, Darren Hart wrote: > It seems to be a tricky one as the network interfaces are BSP-specific. > This is a follow-on to: > > $ git show e3718d2 > commit e3718d24e9d2bbdac00d6f1ebd8cbe2894981e4e > Author: Sujith H > Date: 2014-07-30 > > systemd: Network configuratio

Re: [meta-intel] [MinnowBoard][PATCH] systemd: Conditionally add network file for systemd

2014-11-19 Thread Darren Hart
On 11/19/14 12:17, Burton, Ross wrote: > > On 19 November 2014 19:40, Darren Hart > wrote: > > Also, I'm not seeing similar tests elsewhere, is there a more standard > way to handle such things for systemd/networkd? Ross? > > > I'm mainly wondering why ba

Re: [meta-intel] [MinnowBoard][PATCH] systemd: Conditionally add network file for systemd

2014-11-19 Thread Burton, Ross
On 19 November 2014 19:40, Darren Hart wrote: > Also, I'm not seeing similar tests elsewhere, is there a more standard > way to handle such things for systemd/networkd? Ross? > I'm mainly wondering why basic networkd configuration belongs in meta-minnow. This is nothing to do with BSP enabling

Re: [meta-intel] [MinnowBoard][PATCH] systemd: Conditionally add network file for systemd

2014-11-19 Thread Darren Hart
On 11/19/14 07:08, Khan, Yasir wrote: > A network file is required by systemd to configure network > interfaces. To enable systemd based network configuration, > "networkd" is required in the PACKAGECONFIG without which > this file is redundant. So only add this file when network > configuration

[meta-intel] [MinnowBoard][PATCH] systemd: Conditionally add network file for systemd

2014-11-19 Thread Khan, Yasir
A network file is required by systemd to configure network interfaces. To enable systemd based network configuration, "networkd" is required in the PACKAGECONFIG without which this file is redundant. So only add this file when network configuration is enabled in systemd. Signed-off-by: Yasir-Khan