[yocto] [meta-fsl-ppc 08/16] fsl.conf: disable auto dhcp for eth0

2012-09-11 Thread b19537
From: Ting Liu 

Signed-off-by: Ting Liu 
---
 conf/distro/fsl.conf |4 
 1 file changed, 4 insertions(+)

diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index b35f5e2..b6c8fb4 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -91,3 +91,7 @@ PREFERRED_VERSION_samba = "3.4.0"
 PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 
 CCACHE = ""
+
+# disable auto dhcp for eth0
+ETH0_AUTO_DHCP = "0" 
+
-- 
1.7.9.5


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-fsl-ppc 08/16] fsl.conf: disable auto dhcp for eth0

2012-09-12 Thread McClintock Matthew-B29882
On Wed, Sep 12, 2012 at 2:06 AM,   wrote:
> From: Ting Liu 
>
> Signed-off-by: Ting Liu 
> ---
>  conf/distro/fsl.conf |4 
>  1 file changed, 4 insertions(+)
>
> diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
> index b35f5e2..b6c8fb4 100644
> --- a/conf/distro/fsl.conf
> +++ b/conf/distro/fsl.conf
> @@ -91,3 +91,7 @@ PREFERRED_VERSION_samba = "3.4.0"
>  PREFERRED_PROVIDER_virtual/libx11 = "libx11"
>
>  CCACHE = ""
> +
> +# disable auto dhcp for eth0
> +ETH0_AUTO_DHCP = "0"

As I've said before just turning off dhcp by default is not what we
want. Some internal testing issue is not a reason to disable this by
default as this is used by default by most users.

-M
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto