diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-10-04 15:33:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 09:37:31 +0100 |
commit | 540c27906a3a946878989ee736f0576cccbc6336 (patch) | |
tree | 85502eaf1add889b469567e1417abd405f175fc9 /meta/recipes-connectivity/connman | |
parent | 113398d2587fa507be710ade46bb90e284292975 (diff) | |
download | poky-540c27906a3a946878989ee736f0576cccbc6336.tar.gz |
connman-conf: add a global public DNS to network provisioning
In case of QEMU machines, a global public DNS is provisioned,
as the network is not configured via DHCP.
Google's public global DNS server 8.8.8.8 is used.
Partial fix for [YOCTO #4587] (qemu machines case).
(From OE-Core rev: 05ebf5bbacc58315f1b33ffb80148d568f88855d)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config index 996e429e72..42998ce897 100644 --- a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config +++ b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config | |||
@@ -6,3 +6,4 @@ Description = Wired network configuration | |||
6 | Type = ethernet | 6 | Type = ethernet |
7 | IPv4 = | 7 | IPv4 = |
8 | MAC = 52:54:00:12:34:56 | 8 | MAC = 52:54:00:12:34:56 |
9 | Nameservers = 8.8.8.8 | ||