Re: [OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

2013-09-16 Thread Saul Wold
On 09/06/2013 12:23 AM, Jukka Rissanen wrote: The connman init.d script tried to ignore all the network interfaces if NFS root is configured. We should only ignore the interface that is used by NFS root. [YOCTO #4587] Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com ---

Re: [OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

2013-09-16 Thread Enrico Scholz
Jukka Rissanen jukka.rissanen-VuQAYsv1563Yd54FQh9/c...@public.gmane.org writes: The connman init.d script tried to ignore all the network interfaces if NFS root is configured. We should only ignore the interface that is used by NFS root. This does not really work; e.g. here: 1. the cmdline

Re: [OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

2013-09-09 Thread Yi Zhao
This patch can not work on routerstationpro. After apply this patch, the system can not boot up. Here is the boot log (I print some variables): ... Configuring network interfaces... ifup skipped for nfsroot interface eth0 run-parts: /etc/network/if-pre-up.d/nfsroot exited with code 1 Starting

[OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

2013-09-06 Thread Jukka Rissanen
The connman init.d script tried to ignore all the network interfaces if NFS root is configured. We should only ignore the interface that is used by NFS root. [YOCTO #4587] Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/connman/connman/connman | 14