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>
This commit is contained in:
Cristian Iorga 2013-10-04 15:33:05 +03:00 committed by Richard Purdie
parent 113398d258
commit 540c27906a
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ Description = Wired network configuration
Type = ethernet
IPv4 =
MAC = 52:54:00:12:34:56
Nameservers = 8.8.8.8